Skip to content
Snippets Groups Projects
Commit 95e6bcce authored by kaniini's avatar kaniini
Browse files

Revert "Unify button styles and use min-width"

This reverts commit 8f791938.
parent 4ba4772e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -63,8 +63,6 @@ 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,6 +34,11 @@
@import '../../_variables.scss';
.login-form {
.btn {
min-height: 28px;
width: 10em;
}
.error {
text-align: center;
}
......
......@@ -107,6 +107,10 @@
padding: 0.5em;
height: 32px;
button {
width: 10em;
}
p {
margin: 0.35em;
padding: 0.35em;
......
......@@ -117,6 +117,8 @@
.btn {
margin-top: 1em;
min-height: 28px;
width: 10em;
}
}
.setting-list {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment