mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 05:57:26 +02:00
46 lines
721 B
Plaintext
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;
|
|
}
|
|
}
|