parent
a7a520b93f
commit
86591c81a7
2 changed files with 3 additions and 1 deletions
|
@ -145,6 +145,7 @@
|
||||||
.badge {
|
.badge {
|
||||||
@include borders();
|
@include borders();
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
|
text-decoration: none!important;
|
||||||
|
|
||||||
&-pill {
|
&-pill {
|
||||||
border-radius: 10rem;
|
border-radius: 10rem;
|
||||||
|
|
|
@ -1113,7 +1113,8 @@ a.list-group-item:hover {
|
||||||
/* 5.2 - Badges */
|
/* 5.2 - Badges */
|
||||||
.badge {
|
.badge {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||||
border-radius: 0px 0px 0px 0px; }
|
border-radius: 0px 0px 0px 0px;
|
||||||
|
text-decoration: none !important; }
|
||||||
.badge-pill {
|
.badge-pill {
|
||||||
border-radius: 10rem; }
|
border-radius: 10rem; }
|
||||||
|
|
||||||
|
|
Reference in a new issue