/** * Hacks for specific browsers and bugfixes. */ :global { /* Firefox hack for responsive table in Bootstrap */ @-moz-document url-prefix() { fieldset { display: table-cell; } } }