mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Desarrollado breadcrumb flotante
This commit is contained in:
@ -114,3 +114,9 @@
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.sticky-breadcrumb {
|
||||
position: sticky;
|
||||
top: 90px;
|
||||
z-index: 1020;
|
||||
}
|
||||
@ -3985,7 +3985,7 @@ textarea.form-control-lg {
|
||||
.breadcrumb {
|
||||
--bs-breadcrumb-padding-x: 0;
|
||||
--bs-breadcrumb-padding-y: 0;
|
||||
--bs-breadcrumb-margin-bottom: 1rem;
|
||||
/* --bs-breadcrumb-margin-bottom: 1rem; IMN */
|
||||
--bs-breadcrumb-bg: transparent;
|
||||
--bs-breadcrumb-border-radius: ;
|
||||
--bs-breadcrumb-divider-color: #4b465c;
|
||||
|
||||
Reference in New Issue
Block a user