dev/dev.less
2020-03-27 19:05:21 +00:00

35 lines
418 B
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';
background: #f00;
padding: 5px 10px;
display: block;
position: fixed;
bottom: 0;
right: 0;
color: white;
font-size: 20px;
font-weight: bold;
z-index: 9999;
}
.submenu.level0:first{
display: block !important;
}