Create button component
This commit is contained in:
12
source/_assets/components/button.scss
Normal file
12
source/_assets/components/button.scss
Normal file
@ -0,0 +1,12 @@
|
||||
@import '../vars';
|
||||
|
||||
%button {
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
background-color: #405480;
|
||||
padding: 0.6em 1.2em;
|
||||
border: none;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
border-radius: $button-border-radius;
|
||||
}
|
Reference in New Issue
Block a user