Merge pull request #2831 from Safelite/feature/CASH-1473
CASH-1473: "Add to calendar" button border radius update
This commit is contained in:
commit
96478ad740
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $white;
|
background: $white;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
border-radius: $border-radius-lg;
|
border-radius: $border-radius-pill;
|
||||||
border: 1px solid $gray-500;
|
border: 1px solid $gray-500;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue