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 {
|
body::before {
|
||||||
content: 'Development Server';
|
content: 'Development Server (DEVBUILDID)';
|
||||||
background: #f00;
|
background: #f00;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
display: block;
|
display: block;
|
||||||
@ -38,7 +38,7 @@ body::before {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.navigation *{
|
.navigation ul{
|
||||||
background-color: rgba(255,255,255,0) !important;
|
background-color: rgba(255,255,255,0) !important;
|
||||||
}
|
}
|
||||||
.navigation ul.level0{
|
.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 */
|
/* desktop */
|
||||||
@media (min-width: 768px) { /* desktop */
|
@media (min-width: 768px) { /* desktop */
|
||||||
.navigation,
|
.navigation,
|
||||||
|
Loading…
Reference in New Issue
Block a user