Skip to content

Commit 2f67ad6

Browse files
authored
Fixed typo in _background.scss
1 parent 17159ad commit 2f67ad6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scss/_background.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
@include bg-gradient($brand-gradient-left,$brand-gradient-right);
66
}
77

8-
.bg-success-gadient{
8+
.bg-success-gradient{
99
@include bg-gradient(#2bb415,#5ad946);
1010
}
1111

12-
.bg-info-gadient{
12+
.bg-info-gradient{
1313
@include bg-gradient(#1991eb,#2ea1f8);
1414
}
1515

16-
.bg-warning-gadient{
16+
.bg-warning-gradient{
1717
@include bg-gradient(theme-color(warning) , #FFB656);
1818
}
1919

20-
.bg-danger-gadient{
20+
.bg-danger-gradient{
2121
@include bg-gradient(theme-color(danger) , #f85258);
2222
}

0 commit comments

Comments
 (0)