mirror of https://github.com/ColorlibHQ/AdminLTE
added ability to use brand-logo with text instead of only a text logo
parent
737f1c4ae5
commit
e7f1f77dce
|
@ -144,6 +144,11 @@
|
|||
max-width: 200px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
}
|
||||
.logo-mini {
|
||||
display: none;
|
||||
|
@ -152,6 +157,17 @@
|
|||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.brandlogo-image {
|
||||
float: left;
|
||||
height: 34px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
//Navbar Brand. Alternative logo with layout-top-nav
|
||||
|
|
|
@ -320,6 +320,11 @@ a:focus {
|
|||
max-width: 200px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.main-header .logo .logo-lg .brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
.main-header .logo .logo-mini {
|
||||
display: none;
|
||||
}
|
||||
|
@ -327,6 +332,16 @@ a:focus {
|
|||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.main-header .logo .logo-mini .brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.main-header .logo .brandlogo-image {
|
||||
float: left;
|
||||
height: 34px;
|
||||
width: auto;
|
||||
}
|
||||
.main-header .navbar-brand {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -321,6 +321,11 @@ a:focus {
|
|||
max-width: 200px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.main-header .logo .logo-lg .brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
.main-header .logo .logo-mini {
|
||||
display: none;
|
||||
}
|
||||
|
@ -328,6 +333,16 @@ a:focus {
|
|||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.main-header .logo .logo-mini .brandlogo-image {
|
||||
margin-top: 8px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.main-header .logo .brandlogo-image {
|
||||
float: left;
|
||||
height: 34px;
|
||||
width: auto;
|
||||
}
|
||||
.main-header .navbar-brand {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue