toggle switch style added

switch off with a class comment-off on parent
This commit is contained in:
jamilrehman 2016-06-29 17:31:24 +05:00
parent 10271b1b19
commit 3db1994e01
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -263,12 +263,12 @@
top: 2px;
right: 2px;
border-radius: 50%;
background: #8f8f8f;
background: #0080b4;
@include alltransition($ease-property: all, $ease-time: 0.4s, $ease: ease-in-out);
}
&.comment-off{
span{
background: #0080b4;
background: #8f8f8f;
right: 20px;
}
}