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