mirror of https://github.com/ColorlibHQ/AdminLTE
add brand-image-xl margin fix without logo-switch
parent
fbe0340eb0
commit
229600ba4c
|
@ -52,6 +52,10 @@
|
|||
line-height: .8;
|
||||
max-height: 40px;
|
||||
width: auto;
|
||||
|
||||
&.single {
|
||||
margin-top: -.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.text-sm,
|
||||
|
|
|
@ -11748,6 +11748,10 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.brand-link .brand-image-xl.single {
|
||||
margin-top: -.3rem;
|
||||
}
|
||||
|
||||
.brand-link.text-sm .brand-image,
|
||||
.text-sm .brand-link .brand-image {
|
||||
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