submit as an input

This commit is contained in:
Raphael Goetter 2017-07-31 20:47:46 +02:00
parent 8dbd40dccf
commit 73b8db37c2
4 changed files with 13 additions and 4 deletions

View file

@ -30,7 +30,6 @@
.btn,
.button,
[type="button"],
[type="submit"],
button {
@extend %btn;

View file

@ -33,6 +33,7 @@ label {
[type="number"],
[type="password"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
@ -56,6 +57,11 @@ textarea {
appearance: none;
}
[type="submit"] {
background-color: $color-border;
color: $color-light;
}
input[disabled] {
opacity: .5;
cursor: not-allowed;