mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 07:53:56 +02:00
Add new UI files
This commit is contained in:
35
styles/site/site-navigation.less
Normal file
35
styles/site/site-navigation.less
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user