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
Remove client-side isLoggedIn value
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
components
/
_overview-grid.scss
blob
d09abb9c8a1429df241f195e86159b296a889800
1
.overview-grid {
2
display: grid;
3
grid-template-columns: repeat(auto-fill, minmax(#{rem(250)}, 1fr));
4
grid-auto-flow: row dense;
5
grid-gap: rem(20);
6
7
&-item {
8
&--tall {
9
grid-row: span 2;
10
}
11
12
&--full {
13
grid-column: 1 / -1;
14
}
15
}
16
}