waveterm/.storybook/global.css

18 lines
234 B
CSS
Raw Normal View History

2024-05-25 02:44:41 +02:00
body {
2024-05-28 21:12:28 +02:00
height: 100vh;
padding: 0;
2024-05-25 02:44:41 +02:00
}
#storybook-root {
2024-05-28 21:12:28 +02:00
height: 100%;
2024-05-25 02:44:41 +02:00
}
.grid-item {
2024-05-28 21:12:28 +02:00
background-color: aquamarine;
border: 1px black solid;
2024-05-25 02:44:41 +02:00
2024-05-28 21:12:28 +02:00
&.react-grid-placeholder {
background-color: orange;
}
2024-05-25 02:44:41 +02:00
}