prepare under twelve

This commit is contained in:
Julian
2022-02-14 17:55:47 +01:00
parent 6031838432
commit d88b085e4a
3 changed files with 62 additions and 13 deletions

View File

@@ -1876,6 +1876,33 @@ form label {
opacity: 0;
}
.undertwelve > input {
text-align: center;
padding: 0px;
height: 40px;
width: 40px;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: 2px solid #34495E;
border-radius: 4px;
outline: none;
transition-duration: 0.3s;
background-color: #ffffff;
cursor: pointer;
}
.undertwelve > input:checked {
border: 2px solid #34495E;
background-color: #F14E95;
}
.undertwelve > input:active {
border: 3px solid #34495E;
}
.overnight {
display: table;
text-align: center;