OSDN Git Service

change the gas table to the slider style
[bytom/bytom-dashboard.git] / src / features / shared / components / GasField / GasField.scss
1 .slider{
2   width: 340px;
3 }
4
5 @for $i from 1 through 3 {
6   .gradient-#{$i}::-webkit-slider-runnable-track{
7     background:linear-gradient(to right, $highlight-default 0%, $highlight-default ($i/3)*100% ,#eee ($i/3)*100% , #eee) !important;
8   }
9
10   .gradient-#{$i}::-moz-range-track{
11     background:linear-gradient(to right, $highlight-default 0%, $highlight-default ($i/3)*100% ,#eee ($i/3)*100%, #eee) !important;
12   }
13 }