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
Use source loader for email sprite icons
[ProtonMail-WebClient.git]
/
packages
/
drive-store
/
components
/
revisions
/
RevisionPreview.scss
blob
4e1822f0d1bcf136d50b781da27a224181c58fb1
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
}