feat(directory): update scss to meet new requirements
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user