Change class name for drawer breadcrumb
Signed-off-by: ajbura <ajbura@gmail.com>
This commit is contained in:
parent
e654226e60
commit
a55f1df17f
2 changed files with 5 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
@use '../../partials/text';
|
||||
@use '../../partials/dir';
|
||||
|
||||
.breadcrumb__wrapper {
|
||||
.drawer-breadcrumb__wrapper {
|
||||
height: var(--header-height);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
.drawer-breadcrumb {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue