aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/feature-boolean.component.scss
blob: a08cbb988132e50debb7b8031103637669767ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@use '_variables';
@use '_mixins';

.glyphicon-ok {
  color: $green;
}

.glyphicon-remove {
  color: $red;
}