improve footer layout

This commit is contained in:
checktheroads 2019-08-20 15:28:22 -07:00
parent 648990d938
commit 1ad01426e0

View file

@ -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