jvcgpt / src /components /layout /style.module.scss
Greums's picture
first alpha version
1982de5
raw
history blame
402 Bytes
.breadcrumbs {
font-weight: 700;
color: var(--text-muted-color);
font-size: .8125rem;
margin-top: 1.25rem;
margin-bottom: 0.9375rem;
display: flex;
}
.actions {
margin-left: auto;
a:hover {
color: var(--text-muted-hover-color);
}
}
//.title {
// font-size: 1.59375rem;
// line-height: 1.25;
// font-weight: 500;
// color: var(--text-color);
// padding-bottom: 1.5rem;
//}