Skip to content

Commit 29f9ea6

Browse files
authored
Add a space after colon
1 parent 4653299 commit 29f9ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ body.active_admin {
155155
border-color: $skinMainFirstColor transparent;
156156
}
157157
ul.dropdown_menu_list {
158-
box-shadow:none;
158+
box-shadow: none;
159159
li {
160160
a {
161161
background-color: #ffffff;
@@ -226,7 +226,7 @@ body.active_admin {
226226
border-color: $skinMainFirstColor transparent;
227227
}
228228
ul.dropdown_menu_list {
229-
box-shadow:none;
229+
box-shadow: none;
230230
li {
231231
a {
232232
background-color: #ffffff;
@@ -265,7 +265,7 @@ body.active_admin {
265265
border-color: $skinMainFirstColor transparent;
266266
}
267267
ul.dropdown_menu_list {
268-
box-shadow:none;
268+
box-shadow: none;
269269
li {
270270
a {
271271
background-color: #ffffff;
@@ -497,7 +497,7 @@ form fieldset.inputs {
497497
div.ui-datepicker-header {
498498
background-image: none;
499499
background-color: $skinMainSecondColor;
500-
border-bottom:none;
500+
border-bottom: none;
501501
div.ui-datepicker-title {
502502
span {
503503
background-image: none;

0 commit comments

Comments
 (0)