CreatorCenter_OOIN/src/styles/global.scss

23 lines
318 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;
2025-05-12 08:30:02 +08:00
align-items: center;
2025-05-10 02:14:03 +08:00
gap: 1rem;
justify-content: flex-end;
float: right;
2025-05-12 08:30:02 +08:00
button {
display: flex;
align-items: center;
gap: 0.25rem;
}
2025-05-10 02:14:03 +08:00
}