argos/dmp-frontend/src/app/ui/misc/breadcrumb/breadcrumb.component.scss

48 lines
702 B
SCSS

.app-breadcrumb {
// padding: 0.75rem 0.1rem;
// margin-bottom: 1rem;
// background-color: #e9ecef;
// border-radius: 0.25rem;
// margin-top: 2em;
.arrow {
padding-right: 0;
padding-left: 0;
font-size: 1.7em;
}
.link {
font-size: 1.1em;
}
.navbar-brand {
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f8f8;
font-size: 16px;
font-weight: 400;
padding: 0.5em 0.5em;
}
.breadcrumb-title {
height: auto;
line-height: 1em;
}
.breadcrumb-item {
display: flex;
align-items: center;
}
.active {
color: #4687f0;
}
.icon {
font-size: 1em;
width: auto;
height: auto;
}
}