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

chaning color of upper range

This commit is contained in:
Alex Windett 2016-11-01 12:21:55 +00:00
parent e0a8a2be26
commit f2d2babc3c

View File

@ -43,7 +43,7 @@
} }
@define-mixin range-upper { @define-mixin range-upper {
background: var(--primary-background); background: #e6e6e6;
@add-mixin create-base-box-properties remCalc(50); @add-mixin create-base-box-properties remCalc(50);
} }