Improve styles for check buttons

stable
Xavier Julián 2015-09-16 07:38:25 +02:00
parent a48a8d77c7
commit 5b100cec1c
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@
width: 50%;
}
~ .check-text {
//@include transition(opacity .3s linear);
@extend %small;
@extend %text;
color: $white;
position: absolute;
top: .25rem;
top: .2rem;
}
~ .check-yes {
opacity: 0;
@ -44,11 +44,11 @@
transition: all .2s linear;
}
~ .check-yes {
opacity: .6;
right: .4rem;
opacity: .8;
right: .25rem;
}
~ .check-no {
left: .4rem;
left: .25rem;
opacity: 0;
}
}