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 payments API routing initialization
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
mail
/
ModalSettingsLayoutCards.scss
blob
5ecd3ab874bd7915fff158ce1ac41f117fc89c47
1
@import '~@proton/styles/scss/lib';
2
3
.layoutCards-two-per-row {
4
&#{&} {
5
display: grid;
6
grid-template-columns: 1fr 1fr;
7
grid-gap: 1em;
8
9
.layout-card-button {
10
margin: 0;
11
inline-size: 100%;
12
13
&#{&} {
14
background-color: transparent;
15
}
16
}
17
18
.layout-card-image {
19
inline-size: 100%;
20
}
21
22
@include media('<=xsmall') {
23
grid-template-columns: 1fr;
24
}
25
}
26
}