packer-cn/website/source/assets/stylesheets/_sidebar.scss

40 lines
631 B
SCSS
Raw Normal View History

2015-11-10 16:31:42 -05:00
#sidebar-docs {
2015-11-10 05:02:08 -05:00
min-height: 100%;
2015-11-10 05:05:46 -05:00
max-width: 420px;
2014-10-20 13:55:50 -04:00
$border: 1px solid $gray-dark;
font-size: 16px;
font-family: $mono;
color: $gray-light;
background-color: $sidebar-background-color;
2015-11-10 05:02:08 -05:00
2013-06-20 21:35:02 -04:00
2014-10-20 13:55:50 -04:00
h2 {
color: $green;
text-transform: uppercase;
padding: $docs-top-margin 20px 0;
}
2013-06-20 21:35:02 -04:00
2014-10-20 13:55:50 -04:00
h4 {
color: $white;
text-transform: uppercase;
margin-bottom: -10px;
}
2013-06-20 21:35:02 -04:00
2014-10-20 13:55:50 -04:00
ul {
@extend .padded-sm;
2013-06-20 21:35:02 -04:00
2014-10-20 13:55:50 -04:00
li {
border-bottom: $border;
padding: 15px 0;
text-align: left;
2013-06-20 21:35:02 -04:00
}
2014-10-20 13:55:50 -04:00
li > * {
padding: auto 20px;
margin-left: 20px;
display: block;
width: 100%;
2013-06-20 21:35:02 -04:00
}
2014-10-20 13:55:50 -04:00
}
2013-06-20 21:35:02 -04:00
}