Took 7 hours 48 minutes
This commit is contained in:
2022-11-17 23:29:33 +01:00
parent c81713cd23
commit 03dd0e0fb6
20 changed files with 642 additions and 211 deletions

View File

@ -1,10 +1,12 @@
.btn {
padding: 12px 16px;
padding: 11px 15px;
border: none;
color: white;
font-size: 0.95em;
font-size: 0.96em;
border-radius: 2px;
cursor: none !important;
font-weight: 500;
margin-right: 2%;
}
@ -110,10 +112,10 @@ label {
.input[type=checkbox] {
margin-bottom: 2px;
/* Double-sized Checkboxes */
-ms-transform: scale(1.5); /* IE */
-moz-transform: scale(1.5); /* FF */
-webkit-transform: scale(1.5); /* Safari and Chrome */
-o-transform: scale(1.5); /* Opera */
transform: scale(1.5);
padding: 10px;
-ms-transform: scale(1.6); /* IE */
-moz-transform: scale(1.6); /* FF */
-webkit-transform: scale(1.6); /* Safari and Chrome */
-o-transform: scale(1.6); /* Opera */
transform: scale(1.6);
padding: 12px;
}