Form updates
This commit is contained in:
parent
d9a569ab87
commit
0274d90b4f
8 changed files with 58 additions and 30 deletions
14
css/_buttons.scss
Normal file
14
css/_buttons.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.btn {
|
||||
background-color: $base-colour;
|
||||
border: 0;
|
||||
color: $base-background-colour;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font: inherit;
|
||||
font-weight: bold;
|
||||
height: ($base-margin-bottom * 1.5);
|
||||
line-height: ($base-margin-bottom * 1.5);
|
||||
padding: 0 $base-margin-bottom;
|
||||
text-align: center;
|
||||
width: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue