We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a2aa6 commit fd4ec28Copy full SHA for fd4ec28
1 file changed
app/assets/stylesheets/wigu/active_admin_theme.scss
@@ -760,12 +760,12 @@ form.filter_form .filter_form_field.filter_date_range .seperator {
760
//radio button color change
761
input[type='radio'] {
762
&:before {
763
- content:'';
764
- display:block;
765
- width:50%;
766
- height:50%;
+ content: '';
+ display: block;
+ width: 50%;
+ height: 50%;
767
margin: 20% auto;
768
- border-radius:50%;
+ border-radius: 50%;
769
}
770
&:checked:before{
771
background: $skinMainSecondColor;
0 commit comments