2022-09-15 18:38:54 +00:00
|
|
|
.variant {
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 100%;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
.variant radio {
|
2022-09-15 18:38:54 +00:00
|
|
|
color: transparent;
|
|
|
|
background-color: inherit;
|
2022-09-15 19:40:39 +00:00
|
|
|
border: 2px solid transparent;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
.variant:checked radio {
|
2022-09-15 19:40:39 +00:00
|
|
|
border: 2px solid @accent_bg_color;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#dark {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #3d3846;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#light {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #deddda;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#red {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #e01b24;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#orange {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #ff7800;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#yellow {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #f6d32d;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#blue {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #3584e4;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-15 18:38:54 +00:00
|
|
|
|
2022-09-16 06:09:46 +00:00
|
|
|
#green {
|
2022-09-15 19:40:39 +00:00
|
|
|
background-color: #33d17a;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
border-radius: 20px;
|
|
|
|
background-color: alpha(currentColor, 0.07);
|
|
|
|
padding: 5px 13px;
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-black {
|
|
|
|
background-color: #3d3846;
|
2022-09-17 23:56:44 +00:00
|
|
|
color: #deddda;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
|
|
|
.badge-white {
|
|
|
|
background-color: #deddda;
|
2022-09-16 06:13:55 +00:00
|
|
|
color: #3d3846;
|
2022-09-16 06:09:46 +00:00
|
|
|
}
|
2022-09-16 16:06:04 +00:00
|
|
|
|
|
|
|
.row-content {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
margin: 10px 12px;
|
|
|
|
}
|