app/assets/sass/components/_badge.scss: convert to new bootstrap variables.
This commit is contained in:
parent
4b750f0f37
commit
513517032f
1 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
&-default {
|
||||
color: white;
|
||||
background-color: $gray;
|
||||
background-color: $gray-400;
|
||||
}
|
||||
|
||||
&-primary {
|
||||
|
|
@ -26,21 +26,21 @@
|
|||
|
||||
&-info {
|
||||
color: white;
|
||||
background-color: $brand-info;
|
||||
background-color: $info;
|
||||
}
|
||||
|
||||
&-success {
|
||||
color: white;
|
||||
background-color: $brand-success;
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
&-warning {
|
||||
color: black;
|
||||
background-color: $brand-warning;
|
||||
background-color: $warning;
|
||||
}
|
||||
|
||||
&-danger {
|
||||
color: white;
|
||||
background-color: $brand-danger;
|
||||
background-color: $danger;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue