submit as an input
This commit is contained in:
parent
8dbd40dccf
commit
73b8db37c2
4 changed files with 13 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
|||
.btn,
|
||||
.button,
|
||||
[type="button"],
|
||||
[type="submit"],
|
||||
button {
|
||||
@extend %btn;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue