Switched to LESS instead of raw CSS

main
riley 1 year ago
parent df888678df
commit 724d06ad49

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -810,6 +810,41 @@ small {
margin: 0 1.25rem 1rem 1.25rem; margin: 0 1.25rem 1rem 1.25rem;
flex-grow: 1; flex-grow: 1;
} }
.Dashboard {
color: var(--gray-dark) !important;
h3 {
color: var(--gray-dark);
}
p {
margin-bottom: 3px;
margin-top: 3px;
}
hr {
border-top: 1px solid rgba(0, 0, 0, 1);
}
.dashboard-bg {
background-color: #fff;
}
.settings-info {
padding-top: 1em;
padding-bottom: 1em;
p span:nth-child(2) {
max-height: 18.5px;
top: 4px;
}
.label {
font-size: .7rem;
padding: 0.2rem 0.6rem;
}
}
}
} }
} }

@ -890,4 +890,37 @@ input,
} }
} }
[data-page="admin-dashboard"] {
.main-right > #maincontent {
.Dashboard {
color: #ccc !important;
h3 {
color: #ccc;
}
hr {
border-top: 1px solid rgba(255, 255, 255, 1);
}
.dashboard-bg {
background-color: #333333;
}
}
.router-status-info .title img,
.lan-info .title img,
.wifi-info .title img {
filter: invert(90%);
}
tr {
border-top: thin solid #4d4d4d;
&:last-child {
border-bottom: thin solid #4d4d4d;
}
}
}
}

Loading…
Cancel
Save