Commit debb8f0e authored by JC Brand's avatar JC Brand

Remove .icon-converse styles

parent 11655e2e
......@@ -9483,23 +9483,6 @@ readers do not read off random characters that represent icons */
body.reset {
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 {
display: flex;
justify-content: space-between;
......@@ -9566,8 +9549,6 @@ body.reset {
margin: auto;
margin-top: 10%;
text-align: center; }
.converse-brand__text .icon-conversejs {
font-size: 60%; }
.converse-brand__byline {
font-size: var(--font-size-small);
......
......@@ -92953,7 +92953,7 @@ __p += '<!-- src/templates/client_info_modal.html -->\n<!-- Change status Modal
__e(o.modal_title) +
'</h5>\n <button type="button" class="close" data-dismiss="modal" aria-label="' +
__e(o.label_close) +
'">\n <span aria-hidden="true">×</span>\n </button>\n </div>\n <div class="modal-body">\n <div class="container brand-heading-container">\n <h6 class="brand-heading"><i class="icon-conversejs"></i>Converse</h6>\n <p class="brand-subtitle">' +
'">\n <span aria-hidden="true">×</span>\n </button>\n </div>\n <div class="modal-body">\n <div class="container brand-heading-container">\n <h6 class="brand-heading">Converse</h6>\n <p class="brand-subtitle">' +
__e(o.version_name) +
'</p>\n <p class="brand-subtitle">' +
((__t = (o.first_subtitle)) == null ? '' : __t) +
......@@ -10,26 +10,6 @@ body.reset {
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 {
display: flex;
justify-content: space-between;
......@@ -77,16 +57,13 @@ body.reset {
margin: auto;
margin-top: 10%;
text-align: center;
.icon-conversejs {
font-size: 60%;
}
}
.converse-brand__byline {
font-size: var(--font-size-small);
width: 50%;
margin: auto;
text-align: center;
a {
text-decoration: none;
color: var(--chatroom-head-color-lighten-25-percent);
......
......@@ -10,7 +10,7 @@
</div>
<div class="modal-body">
<div class="container brand-heading-container">
<h6 class="brand-heading"><i class="icon-conversejs"></i>Converse</h6>
<h6 class="brand-heading">Converse</h6>
<p class="brand-subtitle">{{{o.version_name}}}</p>
<p class="brand-subtitle">{{o.first_subtitle}}</p>
<p class="brand-subtitle">{{o.second_subtitle}}</p>
......
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