Show avatar when logged in and support logging out

This commit is contained in:
Torjus
2018-07-24 11:14:52 +02:00
parent c414fd5301
commit aca2ec90f0
7 changed files with 57 additions and 14 deletions
+9
View File
@@ -29,6 +29,9 @@
transition-property: opacity, background-color;
transition-duration: 0.15s;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
+desktop() {
height: 36px;
@@ -55,6 +58,12 @@
}
}
&.logout > img {
height: 65%;
max-width: 65%;
border-radius: 50%;
}
&.settings {
&.off {
background-image: url('/resources/images/icon_settings_white.svg');