Commit ec14a319 authored by JC Brand's avatar JC Brand

CSS: spacing of logo and byline on fullpage login form

parent dc07440d
......@@ -9610,14 +9610,6 @@ body.converse-fullscreen {
#conversejs .brand-heading .brand-name__text {
font-size: 120%;
vertical-align: text-bottom; }
#conversejs .brand-heading .byline {
margin: 0;
font-family: var(--heading-font);
font-size: 0.25em;
opacity: 0.55;
margin-left: -4em;
word-spacing: 5px;
margin-top: -15px; }
#conversejs .brand-heading .converse-svg-logo {
color: var(--link-color);
height: 1.5em;
......@@ -9633,7 +9625,15 @@ body.converse-fullscreen {
#conversejs .brand-heading .converse-svg-logo .cls-4 {
fill: var(--link-color); }
#conversejs .brand-heading--inverse .converse-svg-logo {
margin-bottom: 0em; }
margin-bottom: 0em;
margin-top: -0.2em; }
#conversejs .brand-heading--inverse .byline {
margin: 0;
font-family: var(--heading-font);
font-size: 0.25em;
opacity: 0.55;
margin-left: -7em;
word-spacing: 5px; }
#conversejs .popover {
position: fixed; }
#conversejs .converse-chatboxes {
......
......@@ -146,16 +146,6 @@ body.converse-fullscreen {
vertical-align: text-bottom;
}
.byline {
margin: 0;
font-family: var(--heading-font);
font-size: 0.25em;
opacity: 0.55;
margin-left: -4em;
word-spacing: 5px;
margin-top: -15px;
}
.converse-svg-logo {
color: var(--link-color);
height: 1.5em;
......@@ -180,6 +170,15 @@ body.converse-fullscreen {
.brand-heading--inverse {
.converse-svg-logo {
margin-bottom: 0em;
margin-top: -0.2em;
}
.byline {
margin: 0;
font-family: var(--heading-font);
font-size: 0.25em;
opacity: 0.55;
margin-left: -7em;
word-spacing: 5px;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment