30 lines
406 B
Plaintext
30 lines
406 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 (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;
|
|
}
|