Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
debb8f0e
Commit
debb8f0e
authored
Jan 01, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .icon-converse styles
parent
11655e2e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
45 deletions
+3
-45
css/converse.css
css/converse.css
+0
-19
dist/converse.js
dist/converse.js
+1
-1
sass/_core.scss
sass/_core.scss
+1
-24
src/templates/client_info_modal.html
src/templates/client_info_modal.html
+1
-1
No files found.
css/converse.css
View file @
debb8f0e
...
...
@@ -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
);
...
...
dist/converse.js
View file @
debb8f0e
...
...
@@ -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) +
sass/_core.scss
View file @
debb8f0e
...
...
@@ -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
);
...
...
src/templates/client_info_modal.html
View file @
debb8f0e
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment