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
/
pass
/
components
/
Form
/
Field
/
Layout
/
InlineFieldBox.scss
blob
138b4e357def9d687e912d87cd0f7109d406bba2
1
@import '~@proton/styles/scss/lib';
2
3
.pass-inline-field-box {
4
display: grid;
5
align-items: center;
6
7
8
@each $size, $value in (sm: 140, md: 200, lg: 250) {
9
&.#{$size} {
10
grid-template-columns: 1fr em($value);
11
}
12
}
13
14
& + & {
15
// siblings
16
margin-block-start: 1rem;
17
}
18
}