1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

.navbar-brand-with-text style

This commit is contained in:
FreeScout 2020-11-06 05:47:23 -08:00
parent 9d09869f80
commit 06593afb95

10
public/css/style.css vendored
View File

@ -354,6 +354,16 @@ h1, h2, h3, h4, h5, h6 {
/**
* Navbar
*/
.navbar-brand.navbar-brand-with-text > img {
display: inline-block;
}
.navbar-brand-with-text:hover {
background-color: transparent !important;
}
.navbar-brand-with-text span {
color: #fff;
font-weight: bold;
}
a.navbar-brand.active img,
a.navbar-brand:hover img {
-webkit-filter: brightness(2);