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
/
components
/
_button-account.scss
blob
4b8f8135a8a60cabe4609ba64d8156ff639d293e
1
.button-account {
2
&-container {
3
border: 1px solid var(--border-norm); // inconsistent with borders...
4
max-block-size: 50vh;
5
6
@include media('<=small') {
7
max-block-size: none;
8
}
9
10
&-inner {
11
border-inline-end: 1px solid var(--border-norm); // inconsistent with borders...
12
}
13
}
14
}