add brand-image-xl margin fix without logo-switch
This commit is contained in:
parent
fbe0340eb0
commit
229600ba4c
|
@ -52,6 +52,10 @@
|
||||||
line-height: .8;
|
line-height: .8;
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
|
&.single {
|
||||||
|
margin-top: -.3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.text-sm,
|
&.text-sm,
|
||||||
|
|
|
@ -11748,6 +11748,10 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand-link .brand-image-xl.single {
|
||||||
|
margin-top: -.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.brand-link.text-sm .brand-image,
|
.brand-link.text-sm .brand-image,
|
||||||
.text-sm .brand-link .brand-image {
|
.text-sm .brand-link .brand-image {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue