1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

3LAS implementation

This commit is contained in:
NoobishSVK
2024-01-27 11:46:52 +01:00
parent 5ab4a39bd5
commit 8ce697a960
42 changed files with 7950 additions and 40 deletions

View File

@@ -26,6 +26,10 @@
color: var(--color-4);
}
.br-5 {
border-radius: 5px;
}
.flex-container {
display: flex;
}
@@ -36,11 +40,24 @@
align-items: center;
}
.flex-left {
display: flex;
align-items: center;
}
.hover-brighten {
transition: 0.3s ease-in-out background-color;
}
.hover-brighten:hover {
cursor: pointer;
background-color: var(--color-2);
}
.text-left {
text-align: left;
}
.text-big {
font-size: 60px;
font-weight: 300;
@@ -68,6 +85,22 @@
text-transform: uppercase;
}
.top-10 {
margin-top: 10px;
}
.bottom-20 {
margin-bottom: 20px;
}
.bottom-50 {
margin-bottom: 50px;
}
.p-10 {
padding: 10px;
}
@media only screen and (max-width: 960px) {
.text-medium-big {
font-size: 32px;