@import './variables.scss';
@import '../src/components/foundation/Grid/Grid.tokens.scss';

.hideOnMobile {
    // We'll only hide on mobile phone devices, but not on tablet
    @include mobile {
        display: none;
    }
}

.disable-animation {
    opacity: 1 !important;
    animation: none !important;
}
