CreatorCenter_OOIN/src/styles/global.scss

17 lines
227 B
SCSS
Raw Normal View History

2025-05-09 09:22:14 +08:00
@import 'custom-theme.scss';
.breadcrumb {
2025-05-10 02:14:03 +08:00
font-weight: 700;
2025-05-09 09:22:14 +08:00
a {
color: var(--bs-body-color) !important;
}
}
2025-05-10 02:14:03 +08:00
.function-bar {
display: flex;
flex-flow: row wrap;
gap: 1rem;
justify-content: flex-end;
float: right;
}