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

.root {
  font-size: 15px;

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