Unify button styles and use min-width

This seemed to be the same across multiple components anyway.

Switched to min-width to allow for buttons with longer text, e.g.
from other languages.
This commit is contained in:
Ole Bertram 2018-07-04 13:49:20 +02:00
parent fdc64cfa8a
commit 8f79193883
No known key found for this signature in database
GPG key ID: E1B751CB4B7F8D28
4 changed files with 2 additions and 11 deletions

View file

@ -63,6 +63,8 @@ button{
box-shadow: 0px 0px 2px black;
font-size: 14px;
font-family: sans-serif;
min-width: 10em;
min-height: 2em;
&:hover {
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);