feat(directory): update scss to meet new requirements

This commit is contained in:
Haoyu Xu
2024-07-16 13:55:39 +08:00
parent 5b50db899b
commit e917c37b8b

View File

@@ -1,9 +1,4 @@
.return-button { .return-button {
%arrow-shared {
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
}
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
@@ -11,6 +6,11 @@
width: 3rem; width: 3rem;
cursor: pointer; cursor: pointer;
%arrow-shared {
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
}
.wrapper { .wrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;