d
This commit is contained in:
parent
2850ec17ee
commit
a4aede1c10
13
dev.less
13
dev.less
@ -15,7 +15,7 @@ border: 1px solid yellow;
|
||||
/******/
|
||||
|
||||
body::before {
|
||||
content: 'Development Server';
|
||||
content: 'Development Server (DEVBUILDID)';
|
||||
background: #f00;
|
||||
padding: 5px 10px;
|
||||
display: block;
|
||||
@ -38,7 +38,7 @@ body::before {
|
||||
*/
|
||||
|
||||
/*
|
||||
.navigation *{
|
||||
.navigation ul{
|
||||
background-color: rgba(255,255,255,0) !important;
|
||||
}
|
||||
.navigation ul.level0{
|
||||
@ -46,6 +46,15 @@ body::before {
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
.navigation ul ul ul{
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
.navigation li.level1>a{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
@media (min-width: 768px) { /* desktop */
|
||||
.navigation,
|
||||
|
Loading…
Reference in New Issue
Block a user