You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
ejs + webadmin + bugfixes
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
color: var(--color-4);
|
||||
}
|
||||
|
||||
.br-0 {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.br-5 {
|
||||
border-radius: 5px;
|
||||
}
|
||||
@@ -137,6 +141,14 @@
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.p-bottom-20 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.input-text {
|
||||
background-color: var(--color-2) !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.text-medium-big {
|
||||
font-size: 32px;
|
||||
|
||||
Reference in New Issue
Block a user