website/sass/common/bred-crum.scss
borntojesus 9d393ff381
Preprod faq from faq test (#208)
* for faq

* preprod-faq-from-faq-test

* news update

* add UI

* f

* add UI news

* add UI news_v2

* fix bug

---------

Co-authored-by: dmitry <dmitry@antonyuk.org>
2024-02-06 23:57:16 +02:00

21 lines
No EOL
307 B
SCSS

.bred-crum {
padding: 15rem 0 0;
&--active {
text-decoration: none;
}
&__row {
display: flex;
gap: 10rem;
}
&__item {
display: flex;
align-items: center;
}
&__link {
max-width: 230rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}