CreatorCenter_OOIN/src/styles/global.scss
2025-05-22 20:53:43 -04:00

41 lines
654 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 不再需要导入custom-theme.scss因为已经在index.scss中统一导入了
// @import 'custom-theme.scss';
// 导入变量
@import './variables';
.breadcrumb {
font-weight: 700;
a {
color: var(--bs-body-color) !important;
}
}
.function-bar {
display: flex;
flex-flow: row wrap;
align-items: center;
gap: 1rem;
justify-content: flex-end;
float: right;
button {
display: flex;
align-items: center;
gap: 0.25rem;
}
}
.back-button {
cursor: pointer;
}
.btn {
display: inline-flex !important;
align-items: center;
}
.back-button {
width: max-content;
display: flex;
align-items: center;
gap: 0.5rem;
cursor: pointer;
}