sc-portal/app/src/app/instances/instance-security/instance-security.component...

22 lines
204 B
SCSS
Raw Normal View History

2021-04-07 14:26:28 +03:00
.list-group-item
{
background: none;
color: #3d5e8e;
span
{
color: #8881ff;
}
b, .strong
{
color: #ff9c07;
font-weight: normal;
}
}
.form-check-label
{
font-size: 1rem;
}