1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-26 05:02:32 +08:00

22 lines
398 B
CSS
Raw Normal View History

2018-04-22 20:02:31 +03:00
.main {
padding: 15px;
2018-04-22 20:02:31 +03:00
line-height: 1.4;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
background-color: #ffffff;
2018-04-22 20:02:31 +03:00
}
.logo {
width: 256px;
margin: 15px;
}
.code {
font-size: 15px;
font-weight: 600;
padding: 2px 5px;
border: 1px solid #eae9e9;
border-radius: 4px;
background-color: #f3f2f2;
color: #3a3a3a;
}