You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
743 B
38 lines
743 B
3 years ago
|
.badge-category,
|
||
|
a.badge-category {
|
||
|
color: #fff !important;
|
||
|
background-color: #0088cc;
|
||
|
&:hover, &:focus {
|
||
|
color: #0088cc !important;
|
||
|
background: transparent;
|
||
|
background-color: transparent;
|
||
|
text-decoration: none;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.badge-tag,
|
||
|
a.badge-tag {
|
||
|
color: #fff !important;
|
||
|
background-color: #7766cc;
|
||
|
&:hover, &:focus {
|
||
|
color: #7766cc !important;
|
||
|
background: transparent;
|
||
|
background-color: transparent;
|
||
|
text-decoration: none;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.badge {
|
||
|
display: inline-block;
|
||
|
padding: 0.25em 0.4em;
|
||
|
font-size: 0.75rem;
|
||
|
font-weight: bold;
|
||
|
line-height: 1;
|
||
|
text-align: center;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: baseline;
|
||
|
border-radius: 0.25rem;
|
||
|
}
|