dev/dev.less
2020-03-28 10:06:13 +00:00

75 lines
1.2 KiB
Plaintext

/*
*{
border: 1px solid black;
}
.ves-container{
.row-level-1{
border: 1px solid blue;
}
.col-inner{
border: 1px solid yellow;
}
}
*/
/******/
body::before {
content: 'Development Server (DEVBUILDID)';
background: #f00;
padding: 5px 10px;
display: block;
position: fixed;
bottom: 0;
right: 0;
color: white;
font-size: 20px;
font-weight: bold;
z-index: 9999;
}
/*
.nav-1 .submenu.level0{
display: flex !important;
}
.nav-1-4 .submenu.level1{
display: block !important;
}
*/
/*
.navigation ul{
background-color: rgba(255,255,255,0) !important;
}
.navigation ul.level0{
background-color: rgba(255,255,255,0.75) !important;
}
*/
.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,
.navigation>ul,
.navigation>ul>.level0{
position: static !important;
}
.submenu.level0[aria-expanded="true"]{
display: flex !important;
left: 50% !important;
transform: translateX(-50%);
}
.submenu.level1{
position: static !important;
display: block !important;
}
}