.label
{
color: white;
border-radius: 10px;
font-size: 90%;
padding: 0 8px;
line-height: normal;
font-weight: 600;
&.red
{
background: linear-gradient(to right, #f00, #900);
}
&.green
{
background: linear-gradient(to right, #228b22, #008000);
}
&.orange
{
background: linear-gradient(to right, #ffa500, #ff8c00);
}
&.skyred
{
background: linear-gradient(to right, #f24666, #f24666);
}
&.yellow
{
color: black;
background: linear-gradient(to right, #ff0, #ffa500);
}
}