mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
more tests and some fixes
This commit is contained in:
parent
19695e484e
commit
0d71204705
|
|
@ -11,6 +11,10 @@ article {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
||||||
|
.mermaid {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
del, ins, mark {
|
del, ins, mark {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @questions it seems stupid to have ipt-wrap, flex-line, simple-flex and input-control
|
||||||
|
// I have the feeling we maybe only need 1 or 2 of these (input-control has nice behavior)
|
||||||
.ipt-wrap {
|
.ipt-wrap {
|
||||||
display: table;
|
display: table;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
@ -24,6 +26,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @question consider to replace with input-control which has better behavior
|
||||||
.flex-line {
|
.flex-line {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
23
nav.scss
23
nav.scss
|
|
@ -85,4 +85,25 @@
|
||||||
.nav-trigger:checked ~ main {
|
.nav-trigger:checked ~ main {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-side-nav {
|
||||||
|
h1, h2, a {
|
||||||
|
font-size: .9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2 {
|
||||||
|
padding: .5rem 1rem .5rem 1rem;
|
||||||
|
background: var(--thead-bg);
|
||||||
|
color: var(--thead-c);
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: .5rem 1rem .5rem 2rem;
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--link-c);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2,6 +2,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--box-hl);
|
color: var(--box-hl);
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
&:hover, &:active, &:focus {
|
&:hover, &:active, &:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user