10 lines
150 B
SCSS
10 lines
150 B
SCSS
|
|
.p-breadcrumb {
|
|
.p-menuitem-link {
|
|
&:focus {
|
|
background: $emphasis-lower;
|
|
}
|
|
|
|
padding: 0.25rem 0.5rem;
|
|
}
|
|
} |