1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 20:53:06 +03:00
css/docs/.storybook/manager-head.html
Katie Langerman f824581f30
Storybook enhancements - prototyping + docs (#1747)
* set up prototyping playground

* colorblock component

* add color picker

* update select to radio

* check focus state shortcut

* move stories from focus pr + add focus control

* add all form elements

* typo

* add toc, fix radio options

* fix dev script

* add focus state as class for theme testing

* fix radio example in playground
2021-11-16 11:46:47 -08:00

11 lines
138 B
HTML

<style>
{# storybook ui overrides #}
#color-picker {
max-width: 40vw;
}
.css-10x86lf-Colors {
width: 20ch !important;
}
</style>