mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
implement todos
This commit is contained in:
parent
646174fd6e
commit
c435998dd9
|
|
@ -102,6 +102,8 @@ article {
|
|||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
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 {
|
||||
position: absolute;
|
||||
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