Skip to content

Commit 129ea1b

Browse files
committed
SCSS Lint
1 parent 09988c3 commit 129ea1b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Static_Full_Project_GULP/scss/core/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
.text-white .text-muted {
17-
color: rgba(255,255,255,.6)!important
17+
color: rgba(255,255,255,.6) !important;
1818
}
1919

2020
.card-header {

Static_Full_Project_GULP/scss/core/_navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
position: relative;
33
flex-direction: row;
44
height: $navbar-height;
5-
margin: 0;
65
padding: 0;
6+
margin: 0;
77
background-color: $navbar-bg;
88
@include borders($navbar-border);
99

@@ -43,8 +43,8 @@
4343
.nav-link {
4444
padding-top: 0;
4545
padding-bottom: 0;
46-
border: 0;
4746
background: 0;
47+
border: 0;
4848

4949
.badge {
5050
position: absolute;

Static_Starter_GULP/scss/core/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
.text-white .text-muted {
17-
color: rgba(255,255,255,.6)!important
17+
color: rgba(255,255,255,.6) !important;
1818
}
1919

2020
.card-header {

Static_Starter_GULP/scss/core/_navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
position: relative;
33
flex-direction: row;
44
height: $navbar-height;
5-
margin: 0;
65
padding: 0;
6+
margin: 0;
77
background-color: $navbar-bg;
88
@include borders($navbar-border);
99

@@ -43,8 +43,8 @@
4343
.nav-link {
4444
padding-top: 0;
4545
padding-bottom: 0;
46-
border: 0;
4746
background: 0;
47+
border: 0;
4848

4949
.badge {
5050
position: absolute;

0 commit comments

Comments
 (0)