Skip to content

Commit c629730

Browse files
authored
Add a space before brace
1 parent 29f9ea6 commit c629730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ form.filter_form .filter_form_field.filter_date_range .seperator {
753753
}
754754

755755
//filter select box border radius
756-
.filter_form_field select{
756+
.filter_form_field select {
757757
border-radius: 3px;
758758
}
759759

@@ -767,7 +767,7 @@ input[type='radio'] {
767767
margin: 20% auto;
768768
border-radius: 50%;
769769
}
770-
&:checked:before{
770+
&:checked:before {
771771
background: $skinMainSecondColor;
772772
}
773773
}

0 commit comments

Comments
 (0)