Profile: User avatar & border color

master
E. Almqvist 3 years ago
parent 1747cbf8f0
commit 2b30fe0978
  1. BIN
      src/public/avatars/default.png
  2. 3
      src/views/stylesheets/style.sass

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -12,6 +12,7 @@ $fg_alt_clr: #eee
$fg_error: #f77
$shadow_clr: $bg_alt_clr
$border_clr: #999
$green_clr: #5cb85c
$red_clr: #de2a1d
$gray_clr: #aaa
@ -132,7 +133,7 @@ img.avatar
width: 2.15rem
height: 2.15rem
border-radius: 50%
border: 2px solid $shadow_clr
border: 2px solid $border_clr
img.icon
width: 1.2rem

Loading…
Cancel
Save