@ -5,5 +5,10 @@
|
||||
}
|
||||
|
||||
#containers_volumeSlider {
|
||||
width: 45%;
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
#containers_templates {
|
||||
margin-top: 2.5%;
|
||||
margin-bottom: 1%;
|
||||
}
|
@ -115,13 +115,14 @@ label {
|
||||
|
||||
.input {
|
||||
padding: 6px;
|
||||
font-size: 1.1em;
|
||||
font-size: 1.12em;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
margin-bottom: 2%;
|
||||
border: 0;
|
||||
background-color: #e9e9ed;
|
||||
border-radius: 3px;
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@ -135,3 +136,4 @@ label {
|
||||
transform: scale(1.6);
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
|
@ -273,3 +273,7 @@ h2 {
|
||||
}
|
||||
|
||||
|
||||
.hide {
|
||||
visibility: hidden;
|
||||
transition: visibility 0.8s;
|
||||
}
|
Reference in New Issue
Block a user