mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
f824581f30
* 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
11 lines
138 B
HTML
11 lines
138 B
HTML
<style>
|
|
{# storybook ui overrides #}
|
|
#color-picker {
|
|
max-width: 40vw;
|
|
}
|
|
|
|
.css-10x86lf-Colors {
|
|
width: 20ch !important;
|
|
}
|
|
</style>
|