dev/dev.less
2019-10-09 12:11:18 +01:00

34 lines
403 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;
}
#nav-right{
padding-right:0 !important;
}