@@ -332,27 +332,37 @@ const handleBack = () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 2px;
|
gap: 6px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-back-icon {
|
.header-back-icon {
|
||||||
|
position: relative;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 24px;
|
height: 18px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 27px;
|
font-size: 0;
|
||||||
line-height: 24px;
|
line-height: 0;
|
||||||
color: #151713;
|
color: #151713;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-back-icon::before {
|
||||||
|
content: '';
|
||||||
|
width: 9px;
|
||||||
|
height: 9px;
|
||||||
|
border-left: 2px solid currentColor;
|
||||||
|
border-bottom: 2px solid currentColor;
|
||||||
|
transform: translateX(2px) rotate(45deg);
|
||||||
|
}
|
||||||
|
|
||||||
.header-back-text {
|
.header-back-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 24px;
|
height: 20px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 24px;
|
line-height: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #151713;
|
color: #151713;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user