Minor styling fixes

master
E. Almqvist 3 years ago
parent f3f8aae41b
commit 4edbcd60d2
  1. 5
      src/views/stylesheets/style.sass

@ -188,11 +188,12 @@ ul.button-container
border-radius: .2rem border-radius: .2rem
textarea textarea
background-color: $bg_alt_clr background-color: $bg_dark_clr
font-size: 1rem font-size: 1rem
resize: none resize: none
border: $border_size solid $border_clr border: $border_size solid $border_clr
border-radius: $border_radius border-radius: $border_radius
margin-bottom: 1rem
label label
opacity: .8 opacity: .8
@ -210,7 +211,7 @@ ul.button-container
input input
border-radius: $border_radius border-radius: $border_radius
background: $bg_alt_clr background: $bg_dark_clr
border: $border_size solid $shadow_clr border: $border_size solid $shadow_clr
color: $fg_clr color: $fg_clr
font-family: $font_stack font-family: $font_stack

Loading…
Cancel
Save