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.
このコミットが含まれているのは:
Ole Bertram 2018-07-04 13:49:20 +02:00
コミット 8f79193883
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E1B751CB4B7F8D28
4個のファイルの変更2行の追加11行の削除

ファイルの表示

@ -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);

ファイルの表示

@ -34,11 +34,6 @@
@import '../../_variables.scss';
.login-form {
.btn {
min-height: 28px;
width: 10em;
}
.error {
text-align: center;
}

ファイルの表示

@ -124,10 +124,6 @@
padding: 0.5em;
height: 32px;
button {
width: 10em;
}
p {
margin: 0.35em;
padding: 0.35em;

ファイルの表示

@ -83,8 +83,6 @@
.btn {
margin-top: 1em;
min-height: 28px;
width: 10em;
}
}
.setting-list {