fix font for session-search-input

pull/776/head
Audric Ackermann 5 years ago
parent f318c00925
commit bcf2c88cb9
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -478,7 +478,7 @@ $session-element-border-green: 4px solid $session-color-green;
font-family: Wasa; font-family: Wasa;
width: 100%; width: 100%;
display: flex; display: flex;
font-size: 15px; font-size: $session-font-md;
&-text { &-text {

@ -367,7 +367,8 @@ $session-compose-margin: 20px;
height: inherit; height: inherit;
border: none; border: none;
flex-grow: 1; flex-grow: 1;
font-size: $session-font-md; font-size: $session-font-sm;
font-family: 'SF Pro Text';
&:focus { &:focus {
outline: none !important; outline: none !important;

Loading…
Cancel
Save