reduce size of session logo on empty screen

This commit is contained in:
Audric Ackermann 2020-09-02 15:08:51 +10:00
parent 3d146348ac
commit b38299edcb
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ $session-compose-margin: 20px;
margin: auto;
.session-brand-logo {
height: 215px;
height: 180px;
filter: brightness(0) saturate(100%) invert(75%) sepia(84%) saturate(3272%)
hue-rotate(103deg) brightness(106%) contrast(103%);
}