@@ -331,19 +331,28 @@ const handleBack = () => {
|
|||||||
width: 82px;
|
width: 82px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-back-icon {
|
.header-back-icon {
|
||||||
|
width: 18px;
|
||||||
|
height: 24px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
line-height: 27px;
|
line-height: 24px;
|
||||||
color: #151713;
|
color: #151713;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-back-text {
|
.header-back-text {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 24px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 21px;
|
line-height: 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #151713;
|
color: #151713;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user