1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

remove .badge class from buttons

This commit is contained in:
Thomas McDonald
2015-08-12 21:07:41 -07:00
parent a7e36a1f1b
commit 1d631e6ca3
11 changed files with 8 additions and 73 deletions

View File

@@ -47,11 +47,6 @@
border-color: $border;
}
}
.badge {
color: $background;
background-color: $color;
}
}
@mixin button-outline-variant($color) {