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
/
Icon
/
IconBox.scss
blob
fbba31fc00487b7027607fcbbe56f846fb06114c
1
.pass-item-icon {
2
background: var(--interaction-weak);
3
transition: background 0.25s ease-in-out;
4
5
&--has-image {
6
background: white;
7
}
8
9
&--disabled {
10
background: none;
11
border: 1px solid var(--interaction-norm-minor-1);
12
}
13
}