mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:11:49 +08:00
44 lines
568 B
CSS
44 lines
568 B
CSS
#nav {
|
|
color: #444;
|
|
margin: 40px 0;
|
|
padding: 0 15px 0 0;
|
|
border-right: 1px solid #ececec;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
#nav .col-xs-12 {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#nav h3 {
|
|
font-family: "Open Sans";
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
margin: 10px 0;
|
|
padding: 0;
|
|
color: #000;
|
|
}
|
|
|
|
#nav ul {
|
|
margin: 0 0 30px 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#nav ul li {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
#nav ul li a {
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
padding: 0;
|
|
color: #444;
|
|
}
|
|
|
|
#nav ul li a.selected {
|
|
color: #E25E5E;
|
|
font-weight: 600;
|
|
}
|