mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-22 05:02:18 +08:00
17 lines
280 B
CSS
17 lines
280 B
CSS
.wrapper {
|
|
padding: 20px;
|
|
font-family:
|
|
-apple-system, ".SFNSText-Regular", "San Francisco", "Roboto",
|
|
"Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
|
|
color: rgb(51, 51, 51);
|
|
}
|
|
|
|
.title {
|
|
margin: 0;
|
|
}
|
|
|
|
.item {
|
|
list-style: none;
|
|
margin-bottom: 10px;
|
|
}
|