Skip to content

Commit fd4ec28

Browse files
committed
Add space after colon
1 parent d5a2aa6 commit fd4ec28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -760,12 +760,12 @@ form.filter_form .filter_form_field.filter_date_range .seperator {
760760
//radio button color change
761761
input[type='radio'] {
762762
&:before {
763-
content:'';
764-
display:block;
765-
width:50%;
766-
height:50%;
763+
content: '';
764+
display: block;
765+
width: 50%;
766+
height: 50%;
767767
margin: 20% auto;
768-
border-radius:50%;
768+
border-radius: 50%;
769769
}
770770
&:checked:before{
771771
background: $skinMainSecondColor;

0 commit comments

Comments
 (0)