Tinted buttons
This commit is contained in:
parent
eec942e2b4
commit
f203f0c103
30 changed files with 4132 additions and 1288 deletions
|
|
@ -150,6 +150,12 @@
|
|||
@include button-outline-variant($value);
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
.btn-tint-#{$color} {
|
||||
@include button-tint-variant($value);
|
||||
}
|
||||
}
|
||||
// scss-docs-end btn-variant-loops
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue