website/sass/common/bred-crum.scss
2023-11-21 03:44:11 +02:00

10 lines
No EOL
131 B
SCSS

.bred-crum {
padding: 15rem 0 0;
&--active {
text-decoration: none;
}
&__row {
display: flex;
gap: 10rem;
}
}