1 2 3 4 5 6 7 8 9 10 11@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .AuditsTable { margin-top:variables.$spacing; margin-bottom:calc(variables.$spacing*2); .audit-name { font-weight: bold; } }
1 2 3 4 5 6 7 8 9 10 11
@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .AuditsTable { margin-top:variables.$spacing; margin-bottom:calc(variables.$spacing*2); .audit-name { font-weight: bold; } }