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
/
Layout
/
Panel
/
Panel.scss
blob
d3391639f6b858a06eab06d5d480bdb23664d485
1
@import '~@proton/styles/scss/lib';
2
3
.pass-panel {
4
min-block-size: 100%;
5
max-block-size: 100%;
6
overflow: hidden;
7
8
&--content {
9
transition: opacity 250ms ease-in-out;
10
}
11
}