leftpane sections titles are Wasa bold

pull/776/head
Audric Ackermann 6 years ago
parent 1fefe81f02
commit 9f1812e5da
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -171,7 +171,7 @@ $session-modal-size-lg: 650px;
$session-conversation-header-height: 60px; $session-conversation-header-height: 60px;
@mixin fontWasaBold { @mixin fontWasaBold {
font-weight: 700; font-weight: bold;
font-family: $session-font-family; font-family: $session-font-family;
} }

@ -189,6 +189,7 @@ $session-compose-margin: 20px;
.session-button { .session-button {
margin-left: auto; margin-left: auto;
@include fontWasaBold();
} }
&-buttons { &-buttons {

@ -103,7 +103,7 @@
} }
@mixin session-h-title { @mixin session-h-title {
font-weight: bold; @include fontWasaBold();
} }
h1 { h1 {

Loading…
Cancel
Save