chore: Remove bourbon dependancy (#5215)
This commit is contained in:
parent
20f3568583
commit
d8de16fd70
27 changed files with 188 additions and 252 deletions
|
@ -111,7 +111,7 @@ export default {
|
|||
border: 0;
|
||||
font-weight: $font-weight-bold;
|
||||
font-size: $font-size-medium;
|
||||
transition: all 0.3s $ease-in-cubic;
|
||||
transition: all 0.3s var(--ease-in-cubic);
|
||||
margin-left: $space-smaller;
|
||||
padding-right: $space-one;
|
||||
|
||||
|
@ -127,7 +127,7 @@ export default {
|
|||
border: 0;
|
||||
font-weight: $font-weight-medium;
|
||||
font-size: $font-size-mini;
|
||||
transition: all 0.3s $ease-in-cubic;
|
||||
transition: all 0.3s var(--ease-in-cubic);
|
||||
margin-bottom: $space-slab;
|
||||
border-radius: $space-normal;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue