Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / styles / scss / utilities / _responsive-legacy.scss
blob6f1c21eb047ae93b6f47bee4f03b2a8db36e69b8
1 @include media('<=small') {
2         .on-mobile {
3                 @for $i from 2 through 3 {
4                         &-hide-td#{$i} td:nth-child(#{$i}) {
5                                 display: none;
6                         }
7                 }
8         }
11 @include media('<=xsmall') {
12         .on-tiny-mobile {
13                 &-hide-td3 td:nth-child(3) {
14                         display: none;
15                 }
16         }