Styled submit input
This commit is contained in:
parent
2e48395076
commit
f9233249a3
@ -18,6 +18,22 @@
|
|||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[type=submit]{
|
||||||
|
background-color: $-light-brown;
|
||||||
|
color: $-grey;
|
||||||
|
border: none;
|
||||||
|
padding: 8px 14px;
|
||||||
|
border-radius: 2px;
|
||||||
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:active{
|
||||||
|
background-color: $-wine-red;
|
||||||
|
color:$-almost-white;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Input__Label{
|
.LP-Input__Label{
|
||||||
|
Loading…
Reference in New Issue
Block a user