aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/debug/debug.component.scss
blob: 7f5e861e22cd5c14cc9c5db0a3c148a6541a51cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@use '_variables' as *;
@use '_mixins' as *;

.root {
  font-size: 15px;

  code {
    font-size: 14px;
    font-weight: $font-semibold;
  }
}