sc-portal/app/src/app/machines/machine-security/machine-security.component....

24 lines
260 B
SCSS
Raw Normal View History

2021-05-06 19:21:09 +03:00
@import "../../../styles/_variables.scss";
2021-04-07 14:26:28 +03:00
.list-group-item
{
background: none;
2021-05-06 19:21:09 +03:00
color: $table-header-color;
2021-04-07 14:26:28 +03:00
span
{
color: #8881ff;
}
b, .strong
{
color: #ff9c07;
font-weight: normal;
}
}
.form-check-label
{
font-size: 1rem;
}