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