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
/
styles
/
scss
/
components
/
_breadcrumb.scss
blob
38553b4d76c25690805f416f7a2ca1f7bb148327
1
.breadcrumb {
2
&-container {
3
@extend .border;
4
}
5
6
&-button {
7
padding: 0.4em;
8
opacity: 0.3;
9
color: inherit;
10
11
&[disabled][aria-current='step'] {
12
font-weight: var(--font-weight-bold);
13
opacity: 1;
14
color: inherit;
15
}
16
}
17
}