mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-07 13:58:40 +00:00
implement todos
This commit is contained in:
parent
646174fd6e
commit
c435998dd9
|
|
@ -102,6 +102,8 @@ article {
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
||||||
39
nav.scss
39
nav.scss
|
|
@ -127,45 +127,6 @@ body > nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-side-settings {
|
|
||||||
margin: 1rem;
|
|
||||||
|
|
||||||
label {
|
|
||||||
color: rgba(255, 255, 255, 0.8);
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
.fa-volume-up {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fa-volume-down {
|
|
||||||
display: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
&:checked {
|
|
||||||
& + label {
|
|
||||||
color: var(--nav-sub-background-highlight);
|
|
||||||
|
|
||||||
.fa-volume-up {
|
|
||||||
display: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fa-volume-down {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-trigger {
|
.nav-trigger {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
clip: rect(0, 0, 0, 0);
|
clip: rect(0, 0, 0, 0);
|
||||||
|
|
|
||||||
353
styles.css
353
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user