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
/
modals
/
UpsellFloatingModal
/
UpsellFloatingModal.scss
blob
3aff57ea5cd36f6da4764e2033835d194987cac1
1
@import '~@proton/styles/scss/lib';
2
3
.upsell-floating-modal {
4
position: fixed;
5
inset-block: auto 0;
6
inset-inline: auto 0;
7
}
8
9
.upsell-floating-modal-container {
10
background-color: #f4f1ff;
11
}
12
13
.upsell-floating-modal-dialog {
14
--margin: #{rem(24)};
15
}
16
17
.upsell-floating-modal-tooltip {
18
// Override default theme
19
--text-norm: black;
20
}