mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-05 00:50:25 +03:00
@ -1,3 +1,5 @@
|
||||
@import 'utilities/borderradius';
|
||||
|
||||
.button,
|
||||
button,
|
||||
input[type='button'],
|
||||
@ -5,7 +7,6 @@ input[type='reset'],
|
||||
input[type='submit'] {
|
||||
background-color: $color-primary;
|
||||
border: .1rem solid $color-primary;
|
||||
border-radius: .4rem;
|
||||
color: $color-initial;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
@ -20,6 +21,8 @@ input[type='submit'] {
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
|
||||
@include borderradius(.4rem);
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-color: $color-secondary;
|
||||
|
Reference in New Issue
Block a user