Add new UI files

This commit is contained in:
=
2012-07-09 12:08:25 -04:00
parent 698d11bb4c
commit 4123062047
20 changed files with 2087 additions and 36 deletions

View File

@@ -0,0 +1,35 @@
.site-navigation{
background: #EEE;
.inner-shadow(fade(#000, 7%) 0 0 40px);
.pas;
position: fixed;
top: 0;
bottom: 0;
overflow: auto;
width: 240px;
}
.site-navigation ul{
.man;
.pan;
.no-list;
font-size: 16px;
}
.site-navigation > ul > li{
.mbs;
}
.site-navigation a{
text-decoration: underline;
&:hover{
text-decoration: none;
}
}
.site-navigation ul ul{
.mls;
.pth;
font-size: 12px;
a{
text-decoration: none;
}
}