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.
|
|
|
.badge {
|
|
|
|
border-radius: .75rem;
|
|
|
|
font-weight: 500;
|
|
|
|
color: white;
|
|
|
|
font-size: .875rem;
|
|
|
|
transition: background-color .2s ease-in-out;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&:not(.tgico):empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-20 {
|
|
|
|
height: 1.25rem;
|
|
|
|
min-width: 1.25rem;
|
|
|
|
line-height: 1.25rem !important;
|
|
|
|
padding: 0 5.75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-24 {
|
|
|
|
height: 1.5rem;
|
|
|
|
min-width: 1.5rem;
|
|
|
|
line-height: 1.5rem !important;
|
|
|
|
padding: 0 7.75px;
|
|
|
|
|
|
|
|
&.tgico {
|
|
|
|
width: 1.5rem;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.tgico {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-green {
|
|
|
|
background-color: $color-green;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-blue {
|
|
|
|
background-color: $color-blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-gray {
|
|
|
|
background-color: #c5c9cc;
|
|
|
|
}
|
|
|
|
}
|