Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / pass / components / Layout / Icon / IconBox.scss
blobfbba31fc00487b7027607fcbbe56f846fb06114c
1 .pass-item-icon {
2         background: var(--interaction-weak);
3         transition: background 0.25s ease-in-out;
5         &--has-image {
6                 background: white;
7         }
9         &--disabled {
10                 background: none;
11                 border: 1px solid var(--interaction-norm-minor-1);
12         }