fix: deprecated division
This commit is contained in:
parent
373841b6e1
commit
e7cc4c753c
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ $iconSize: 150px;
|
||||||
border-top-left-radius: $border-radius;
|
border-top-left-radius: $border-radius;
|
||||||
border-bottom-left-radius: $border-radius;
|
border-bottom-left-radius: $border-radius;
|
||||||
background-color: $shade1;
|
background-color: $shade1;
|
||||||
left: $iconSize/2;
|
left: calc($iconSize/2);
|
||||||
padding-left: $iconSize/2;
|
padding-left: calc($iconSize/2);
|
||||||
min-height: 450px;
|
min-height: 450px;
|
||||||
width: $width;
|
width: $width;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue