repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
utilities
/
_responsive-legacy.scss
blob
6f1c21eb047ae93b6f47bee4f03b2a8db36e69b8
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
}
9
}
10
11
@include media('<=xsmall') {
12
.on-tiny-mobile {
13
&-hide-td3 td:nth-child(3) {
14
display: none;
15
}
16
}
17
}