🐛 Fix #157 — Fix logout button color on mobile view

This commit is contained in:
Luc Didry 2019-08-14 18:10:27 +02:00
parent 85de564530
commit dc2ca1b10b
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 6 additions and 0 deletions

View File

@ -248,6 +248,12 @@ button.pulse {
}
}
.side-nav .btn-flat {
color: #444 !important;
padding: 0 1rem;
text-transform: initial !important;
}
.white-background {
background-color: #FFF;
}