Skip to content

Commit 30a84ba

Browse files
committed
fix: missing semicolons in variables
1 parent 4babacf commit 30a84ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ $message-separator-right-line-margin: 0 0 0 1em;
675675
//
676676

677677
// Colors
678-
$overlay-bg-color: rgba(198,227,250,0.38) !default
678+
$overlay-bg-color: rgba(198,227,250,0.38) !default;
679679

680680
// Search
681681
//
@@ -744,7 +744,7 @@ $status-lg-width: 14px !default;
744744
$status-fluid-width: 100% !default;
745745

746746
// Spacing
747-
$status-name-margin: 0 0 0 0.58em !default
747+
$status-name-margin: 0 0 0 0.58em !default;
748748

749749
// Status list
750750
//

0 commit comments

Comments
 (0)