mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-11 12:07:40 +02:00
Replace static hex values w/ css var, style tweaks
This commit is contained in:
parent
6c47375d18
commit
1a964a283f
@ -9,7 +9,7 @@ License: GNU General Public License v3.0
|
|||||||
:root {
|
:root {
|
||||||
--raspap-content-main: #495057;
|
--raspap-content-main: #495057;
|
||||||
--raspap-text-muted: #858796;
|
--raspap-text-muted: #858796;
|
||||||
--raspap-text-light: #7d7e7e;
|
--raspap-text-light: #999999;
|
||||||
--raspap-brand-color: #2b8080;
|
--raspap-brand-color: #2b8080;
|
||||||
--raspap-offwhite: #faf9f6;
|
--raspap-offwhite: #faf9f6;
|
||||||
}
|
}
|
||||||
@ -448,6 +448,10 @@ textarea.plugin-log {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center-device-top {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.client-group {
|
.client-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -491,7 +495,7 @@ textarea.plugin-log {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 1rem 0;
|
margin: 0.8rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wifi-bands {
|
.wifi-bands {
|
||||||
@ -501,11 +505,11 @@ textarea.plugin-log {
|
|||||||
|
|
||||||
.band {
|
.band {
|
||||||
padding: 0.25rem 1rem;
|
padding: 0.25rem 1rem;
|
||||||
border: 2px solid #7D7E7E;
|
border: 2px solid var(--raspap-text-light);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #7D7E7E;
|
color: var(--raspap-text-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
.band.active {
|
.band.active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user