]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/debug/debug.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / debug / debug.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 .root {
5 font-size: 15px;
6
7 code {
8 font-size: 14px;
9 font-weight: $font-semibold;
10 }
11 }