forked from AkkomaGang/akkoma-fe
fix panel footer colors
This commit is contained in:
parent
e5be00dae1
commit
5775abb25c
1 changed files with 11 additions and 22 deletions
|
@ -89,17 +89,6 @@
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.faint {
|
|
||||||
background-color: transparent;
|
|
||||||
color: $fallback--faint;
|
|
||||||
color: var(--panelFaint, $fallback--faint);
|
|
||||||
}
|
|
||||||
|
|
||||||
.faint-link {
|
|
||||||
color: $fallback--faint;
|
|
||||||
color: var(--faintLink, $fallback--faint);
|
|
||||||
}
|
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -148,6 +137,17 @@
|
||||||
color: var(--panelLink, $fallback--link);
|
color: var(--panelLink, $fallback--link);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.faint {
|
||||||
|
background-color: transparent;
|
||||||
|
color: $fallback--faint;
|
||||||
|
color: var(--panelFaint, $fallback--faint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.faint-link {
|
||||||
|
color: $fallback--faint;
|
||||||
|
color: var(--faintLink, $fallback--faint);
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.-flexible-height) {
|
&:not(.-flexible-height) {
|
||||||
> .button-default {
|
> .button-default {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -185,17 +185,6 @@
|
||||||
border-width: 1px 0 0 0;
|
border-width: 1px 0 0 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: var(--border, $fallback--border);
|
border-color: var(--border, $fallback--border);
|
||||||
|
|
||||||
.faint {
|
|
||||||
color: $fallback--faint;
|
|
||||||
color: var(--panelFaint, $fallback--faint);
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
|
||||||
.-link {
|
|
||||||
color: $fallback--link;
|
|
||||||
color: var(--panelLink, $fallback--link);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body > p {
|
.panel-body > p {
|
||||||
|
|
Loading…
Reference in a new issue