Files
php-the-right-way/styles/site/site-navigation.less
Eric Martel 28abaf18e5 Style update
changed the css to add the same 10px margin at the bottom of each
section
2014-02-01 11:48:10 -05:00

46 lines
721 B
Plaintext

.site-navigation{
background: #EEE;
.inner-shadow(fade(#000, 7%) 0 0 40px);
.pas;
position: fixed;
top: 0;
bottom: 0;
overflow: auto;
width: 240px;
}
.build-date{
.mbs;
color: #AAA;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}
.site-navigation ul{
.man;
.pan;
.no-list;
font-size: 16px;
margin-bottom: 10px;
}
.site-navigation > ul > li{
margin-bottom: 10px;
}
.site-navigation a{
text-decoration: underline;
&:hover{
text-decoration: none;
}
}
.site-navigation a.active{
background-color: #ff9;
}
.site-navigation ul ul{
.mls;
.pth;
font-size: 12px;
a{
text-decoration: none;
}
}