Merge pull request #4257 from crazyserver/MOBILE-4653
MOBILE-4653 site-logo: Style fixes on site logomain
commit
e70249ea83
|
@ -3,11 +3,6 @@
|
|||
}
|
||||
|
||||
.core-logo-container {
|
||||
margin-bottom: var(--core-site-logo-margin-bottom, 0px);
|
||||
}
|
||||
|
||||
img.core-logo {
|
||||
max-height: var(--core-site-logo-max-height);
|
||||
max-width: var(--core-site-logo-max-width, 100%);
|
||||
|
||||
|
||||
|
@ -15,6 +10,10 @@ img.core-logo {
|
|||
margin: var(--core-site-logo-margin, 0px);
|
||||
}
|
||||
|
||||
img.core-logo {
|
||||
max-height: var(--core-site-logo-max-height);
|
||||
}
|
||||
|
||||
.core-logo-sitename {
|
||||
display: var(--core-site-logo-sitename-display, block);
|
||||
font: var(--core-site-logo-sitename-font);
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
core-site-logo {
|
||||
--core-site-logo-margin-bottom: 8px;
|
||||
--core-site-logo-margin: 0px auto 8px auto;
|
||||
--core-site-logo-max-height: var(--core-user-menu-site-logo-max-height);
|
||||
|
||||
--core-site-logo-sitename-font: var(--mdl-typography-subtitle-font-lg);
|
||||
|
|
Loading…
Reference in New Issue