26 lines
483 B
CSS
26 lines
483 B
CSS
:root {
|
|
--Default-BgLight: #ffffff;
|
|
--Default-BgDarken: #f2f2f2;
|
|
--Default-StrokeDividers: #e0e0e0;
|
|
--Default-White: #ffffff;
|
|
--Text-Primary: #1d1d1d;
|
|
--Controls-Primary: #1d1d1d;
|
|
--Controls-Plashes: #f5f5f5;
|
|
--Shadow-Z100: 0 10px 24px rgba(20, 20, 20, 0.14);
|
|
--Accent-Primary: #5152ba;
|
|
--Opacity-BlackOpacity45: rgba(0, 0, 0, 0.45);
|
|
--corner-S: 8px;
|
|
--corner-M: 12px;
|
|
--Corner-XL: 32px;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
#storybook-root {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background: #f6f8fb;
|
|
}
|