Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-14 18:25:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Resources/styles/breadcrumb.css

21 lines
299 B
CSS
Raw Normal View History

feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
.breadcrumb {
feat: replace form helper functions with components in admin template
2021-09-15 15:58:21 +00:00
@apply inline-flex flex-wrap px-1;
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
}
.breadcrumb-item + .breadcrumb-item::before {
@apply inline-block px-1 text-gray-500;
content: "/";
}
.breadcrumb-item a {
@apply no-underline;
&:hover {
@apply underline;
}
}
.breadcrumb-item.active {
@apply font-semibold;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 176ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API