
- refactor: Remove old SCSS variables - refactor: Breadcrumb Menu styles - fix: External links issue - fix: Mobile sidebar-nav height issue
36 lines
499 B
SCSS
36 lines
499 B
SCSS
.breadcrumb-menu {
|
|
margin-left: auto;
|
|
|
|
&::before {
|
|
display: none;
|
|
}
|
|
|
|
.btn-group {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.btn {
|
|
padding: 0 $input-btn-padding-x;
|
|
color: $text-muted;
|
|
vertical-align: top;
|
|
border: 0;
|
|
|
|
&:hover, &.active {
|
|
color: $body-color;
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
.open {
|
|
.btn {
|
|
color: $body-color;
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
.dropdown-menu {
|
|
min-width: 180px;
|
|
line-height: $line-height-base;
|
|
}
|
|
}
|