vendor/assets/stylesheets/switch.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/switch.css.scss in flashgrid-3.0.0
- old
+ new
@@ -12,12 +12,12 @@
position: absolute !important;
top: 0;
z-index: -1;
}
.switch {
- background: rgba(241,242,244,1);
- border: 1px solid rgba(217,222,225,1);
+ background: rgba(245,248,250,1);
+ border: 1px solid rgba(225,232,237,1);
border-radius: 500px;
color: rgba(43,50,53,1);
cursor: pointer;
display: inline-block;
font-size: 12px;
@@ -80,23 +80,23 @@
.switch.switch-on.switch-black,
.switch.switch-on.switch-blue,
.switch.switch-on.switch-green,
.switch.switch-on.switch-red { color: rgba(255,255,255,1); }
.switch.switch-on.switch-black {
- background: rgba(71,74,84,1);
- border-color: rgba(1,4,14,1);
+ background: rgba(56,67,81,1);
+ border-color: rgba(6,17,31,1);
}
.switch.switch-on.switch-blue {
- background: rgba(58,144,216,1);
- border-color: rgba(8,94,166,1);
+ background: rgba(15,135,226,1);
+ border-color: rgba(0,120,211,1);
}
.switch.switch-on.switch-green {
- background: rgba(122,179,23,1);
- border-color: rgba(72,129,3,1);
+ background: rgba(112,169,13,1);
+ border-color: rgba(74,153,0,1);
}
.switch.switch-on.switch-red {
- background: rgba(220,74,56,1);
- border-color: rgba(180,34,16,1);
+ background: rgba(218,79,46,1);
+ border-color: rgba(188,49,16,1);
}
.switch.switch-animate > div {
-webkit-transition: margin-left 0.5s;
transition: margin-left 0.5s;
}
\ No newline at end of file