Merge pull request #684 from sgmap/improve_button_style
Improve button style
This commit is contained in:
commit
24a33a3714
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
border-radius: 30px;
|
||||
border: 1px solid $border-grey;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
background-color: #FFFFFF;
|
||||
color: $black;
|
||||
cursor: pointer;
|
||||
|
@ -17,6 +18,11 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.primary {
|
||||
color: #FFFFFF;
|
||||
border-color: $blue;
|
||||
|
@ -40,6 +46,7 @@
|
|||
|
||||
&.large {
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
padding: 15px 32px;
|
||||
}
|
||||
|
||||
|
@ -47,7 +54,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
i {
|
||||
> i {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px 18px;
|
||||
|
|
Loading…
Reference in a new issue