mirror of
https://github.com/Funkoala14/CreatorCenter_OOIN.git
synced 2025-06-08 00:08:13 +08:00
41 lines
654 B
SCSS
41 lines
654 B
SCSS
// 不再需要导入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;
|
||
} |