Two small styling fixes

* Use font from variables
* No need to load bourbon twice
This commit is contained in:
JC Brand 2019-02-18 12:17:18 +01:00
parent d830bc1250
commit 5e0c320fb1
2 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,7 @@ body.converse-fullscreen {
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
color: var(--text-color);
font-family: "Helvetica", "Arial", sans-serif;
font-family: var(--normal-font);
font-size: var(--font-size);
direction: ltr;
z-index: 1031; // One more than bootstrap navbar

View File

@ -1,4 +1,3 @@
@import "bourbon";
#conversejs.converse-embedded {
@include box-sizing(border-box);