Skip to content

Commit 453545c

Browse files
authored
Make it possible to override/add color styles
1 parent 4965c17 commit 453545c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/scss/decorators/_color.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
$outline-colors:primary outline-primary #428bca , success outline-success #5cb85c,info outline-info #5bc0de,warning outline-warning #f0ad4e,danger outline-danger #d9534f;
1+
$outline-colors: (
2+
primary outline-primary #428bca,
3+
success outline-success #5cb85c,
4+
info outline-info #5bc0de,
5+
warning outline-warning #f0ad4e,
6+
danger outline-danger #d9534f
7+
) !default;
28

39
@each $color in $outline-colors{
410
.#{$pretty-class-name}.#{nth($color,1)}{
@@ -47,4 +53,4 @@ $outline-colors:primary outline-primary #428bca , success outline-success #5cb85
4753
}
4854

4955
}
50-
}
56+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy