remove all "fallback variables"
This commit is contained in:
parent
50a9c077fb
commit
075f2cb903
80 changed files with 99 additions and 382 deletions
|
|
@ -1,5 +1,3 @@
|
|||
@import "src/variables";
|
||||
|
||||
.UpdateNotification {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -48,7 +46,7 @@
|
|||
.panel-body {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: var(--border, $fallback--border);
|
||||
border-color: var(--border);
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue