1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 22:03:54 +03:00

adding in parenthesis for function use on remcalc

This commit is contained in:
Alex Windett 2016-12-12 12:17:51 +00:00
parent aa7264f000
commit c92fbdc029

View File

@ -36,10 +36,10 @@ const rangeThumb = css`
-webkit-appearance: none; -webkit-appearance: none;
background: #FFFFFF; background: #FFFFFF;
cursor: pointer; cursor: pointer;
height: remcalc(24); height: ${remcalc(24)};
position: relative; position: relative;
top: -10px; top: -10px;
width: remcalc(36); width: ${remcalc(36)};
${baseBox()} ${baseBox()}
`; `;