mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
bootstrap, brand-logo issue when using 3.4.1, fix in theme file (for https://github.com/opnsense/core/issues/3377)
This commit is contained in:
parent
11b9358a60
commit
f14079143f
@ -240,18 +240,18 @@ body{
|
||||
}
|
||||
|
||||
.brand-logo{
|
||||
display: none;
|
||||
display: none !important;
|
||||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
display: inline-block;
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.brand-icon{
|
||||
display: inline-block;
|
||||
display: inline-block !important;
|
||||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user