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