|
@@ -10,26 +10,6 @@ body.reset {
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-.icon-conversejs {
|
|
|
|
- padding-right: 0.5em;
|
|
|
|
- font-family: 'Converse-js';
|
|
|
|
- font-size: 80%;
|
|
|
|
- speak: none;
|
|
|
|
- font-style: normal;
|
|
|
|
- font-weight: normal;
|
|
|
|
- font-variant: normal;
|
|
|
|
- text-transform: none;
|
|
|
|
- line-height: 1;
|
|
|
|
- /* Better Font Rendering =========== */
|
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.icon-conversejs:before {
|
|
|
|
- content: "\e600";
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.converse-brand {
|
|
.converse-brand {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
@@ -77,16 +57,13 @@ body.reset {
|
|
margin: auto;
|
|
margin: auto;
|
|
margin-top: 10%;
|
|
margin-top: 10%;
|
|
text-align: center;
|
|
text-align: center;
|
|
- .icon-conversejs {
|
|
|
|
- font-size: 60%;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
.converse-brand__byline {
|
|
.converse-brand__byline {
|
|
font-size: var(--font-size-small);
|
|
font-size: var(--font-size-small);
|
|
width: 50%;
|
|
width: 50%;
|
|
margin: auto;
|
|
margin: auto;
|
|
text-align: center;
|
|
text-align: center;
|
|
-
|
|
|
|
a {
|
|
a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
color: var(--chatroom-head-color-lighten-25-percent);
|
|
color: var(--chatroom-head-color-lighten-25-percent);
|