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]
/
applications
/
drive
/
src
/
app
/
components
/
revisions
/
RevisionPreview.scss
blob
d7d485a9311268157f180ec77a633b07fb62cb2d
1
@use "sass:map";
2
@import '~@proton/styles/scss/lib';
3
4
.revision-preview {
5
position: relative;
6
z-index: map.get($z-indexes, 'modals');
7
8
&--behind {
9
z-index: map.get($z-indexes, 'modals') - 1;
10
}
11
}