forked from mirrors/thatmattlove-hyperglass
improve footer layout
This commit is contained in:
parent
648990d938
commit
1ad01426e0
1 changed files with 9 additions and 0 deletions
|
|
@ -383,6 +383,10 @@
|
|||
*
|
||||
color: findTextColor($hg-loading) !important
|
||||
|
||||
.bg-footer
|
||||
*
|
||||
color: findTextColor($hg-footer) !important
|
||||
|
||||
.bg-primary
|
||||
::selection, ::-moz-selection
|
||||
background-color: findTextColor($hg-primary) !important
|
||||
|
|
@ -403,6 +407,11 @@
|
|||
background-color: findTextColor($hg-loading) !important
|
||||
color: $hg-loading !important
|
||||
|
||||
.bg-loading
|
||||
::selection, ::-moz-selection
|
||||
background-color: findTextColor($hg-footer) !important
|
||||
color: $hg-footer !important
|
||||
|
||||
.bg-danger
|
||||
.btn-outline-danger
|
||||
border-color: findTextColor($hg-danger) !important
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue