This commit is contained in:
Atilla
2024-04-12 21:23:08 +02:00
parent 5d58ac6cf0
commit 49b0a66cb4
34 changed files with 454 additions and 433 deletions

View File

@@ -20,7 +20,7 @@ a {
}
body {
background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/achtergrond.png");
background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/achtergrond.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
@@ -345,8 +345,8 @@ body .mainContainer .mainBorder .grid-column-2 .grid-2-child .parent-table .kas-
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 30px;
width: 50px;
height: 25px;
}
.switch input[type=checkbox] {
@@ -370,21 +370,21 @@ body .mainContainer .mainBorder .grid-column-2 .grid-2-child .parent-table .kas-
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
height: 22px;
width: 22px;
left: 3px;
bottom: 2px;
background-color: white;
border-radius: 50%;
transition: 0.4s;
}
input:checked + .slider {
background-color: #2ecc71;
background-color: rgb(171, 211, 174);
}
input:checked + .slider:before {
transform: translateX(26px);
transform: translateX(23px);
}
.rechterkant {