2016-12-20 20:26:44 +01:00
|
|
|
//
|
|
|
|
// Badges
|
|
|
|
// --------------------------------------------------
|
|
|
|
.badge-space {
|
2020-10-09 14:49:01 +03:00
|
|
|
margin-top: 6px;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-space-chooser {
|
2020-10-09 14:49:01 +03:00
|
|
|
padding: 3px 5px;
|
|
|
|
margin-left: 1px;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
2020-10-09 14:49:01 +03:00
|
|
|
padding: 3px 5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
font-size: 10px !important;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #fff;
|
|
|
|
vertical-align: baseline;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-shadow: none;
|
|
|
|
background-color: @background3;
|
|
|
|
line-height: 1;
|
|
|
|
}
|