🐛 Fix #157 — Fix logout button color on mobile view
This commit is contained in:
parent
85de564530
commit
dc2ca1b10b
|
@ -248,6 +248,12 @@ button.pulse {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.side-nav .btn-flat {
|
||||||
|
color: #444 !important;
|
||||||
|
padding: 0 1rem;
|
||||||
|
text-transform: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
.white-background {
|
.white-background {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue