36 lines
471 B
CSS
36 lines
471 B
CSS
|
|
.divLowerLeft {
|
||
|
|
position: absolute;
|
||
|
|
z-index: 100;
|
||
|
|
left: 10px;
|
||
|
|
bottom: 30vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.divBtn {
|
||
|
|
background-color: white;
|
||
|
|
font-size: 12px;
|
||
|
|
border-radius: 5px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
text-align: center;
|
||
|
|
border: 1px solid #80808061;
|
||
|
|
padding: 0px 5px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.divBtnTitle {
|
||
|
|
padding-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lbWorn {
|
||
|
|
color: red;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.divBottom {
|
||
|
|
position: absolute;
|
||
|
|
z-index: 100;
|
||
|
|
bottom: 0px;
|
||
|
|
background: white;
|
||
|
|
width: 100vw;
|
||
|
|
padding: 15px;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|