2017-09-20 15:47:57 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
padding: 0 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-radius: 100px;
|
|
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
|
|
vertical-align: top;
|
|
|
|
|
2020-07-15 10:48:11 +02:00
|
|
|
&.baseline {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2017-09-20 15:47:57 +02:00
|
|
|
&.warning {
|
|
|
|
background-color: $orange;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
2020-06-26 15:22:40 +02:00
|
|
|
|
|
|
|
&.procedure-synthese-badge {
|
|
|
|
color: $white;
|
2020-07-06 15:11:45 +02:00
|
|
|
background-color: $dark-grey;
|
|
|
|
margin-left: 3px;
|
|
|
|
padding-left: $default-spacer;
|
|
|
|
padding-right: $default-spacer;
|
|
|
|
vertical-align: baseline;
|
2020-06-26 15:22:40 +02:00
|
|
|
}
|
2017-09-20 15:47:57 +02:00
|
|
|
}
|