Skip to content

Commit

Permalink
Add missed new lines at the end of some files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrecchiami committed May 31, 2019
1 parent 2263bf3 commit c42c603
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ $breadcrumb-active-color: $color-primary !default;

// Popover

$popover-header-bg: #e3ebfd !default;
$popover-header-bg: #e3ebfd !default;

Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
.errorExplanation {
padding: 10px 15px;
//border: 1px solid very-light(theme-color("danger"), 12);
border-top: 3px solid theme-color("danger");
//background-color: very-light(theme-color("danger"), 6);
background-color: lighten(theme-color("danger"), 40);
border-radius: 0 0 $border-radius $border-radius;
color: $body-color;
margin-bottom: 15px;

h2 {
font-size: 140%;
//color: very-light(theme-color("danger"), 30);
margin-bottom: 5px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
font-weight: 600;
src: url("Inter-SemiBold.woff2") format("woff2"),
url("Inter-SemiBold.woff") format("woff");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
To set your own colors, sizes or fonts just override this
file in your application and set variables according to
globals/_variables.scss file.
--------------------------------------------------------- */
--------------------------------------------------------- */

0 comments on commit c42c603

Please sign in to comment.