further code cleanup

This commit is contained in:
NoobishSVK
2024-01-22 21:57:20 +01:00
parent e8a3cb4903
commit 8d18c238b5
7 changed files with 70 additions and 57 deletions
+11 -36
View File
@@ -1,16 +1,4 @@
.panel-10 {
width: 10%;
background: var(--color-1);
margin-left: 10px;
margin-right: 10px;
border-radius: 30px;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.panel-33 {
width: 33%;
*[class^="panel-"] {
background-color: var(--color-1);
margin-left: 10px;
margin-right: 10px;
@@ -20,37 +8,26 @@
transition: 0.3s ease-in-out background-color;
}
.panel-10 {
width: 10%;
margin-bottom: 30px;
}
.panel-33 {
width: 33%;
}
.panel-75 {
width: 68%;
background: var(--color-1);
margin-left: 10px;
margin-right: 10px;
border-radius: 30px;
text-align: center;
margin-top: 30px;
transition: 0.3s ease-in-out background-color;
}
.panel-90 {
width: 88%;
background: var(--color-1);
margin-left: 10px;
margin-right: 10px;
border-radius: 30px;
text-align: center;
margin-top: 30px;
}
.panel-100 {
width: 98%;
background: var(--color-1);
margin-left: 10px;
margin-right: 10px;
min-height: 100px;
border-radius: 30px;
text-align: center;
margin-top: 30px;
}
@@ -62,7 +39,6 @@
margin-bottom: 20px;
}
.panel-75 {
margin: 80px auto 0 auto !important;
width: 90%;
}
.panel-33 h2 {
@@ -72,6 +48,5 @@
.panel-100 {
width: 90%;
margin: auto;
}
}
}