more
This commit is contained in:
@@ -61,6 +61,20 @@
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.details-complaint-button-box {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
margin-top: 8px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.details-complaint-button-box > .back-button {
|
||||
&:hover {
|
||||
border: 2px solid #f27300;
|
||||
}
|
||||
}
|
||||
|
||||
.back-button-box {
|
||||
margin-right: 8px;
|
||||
}
|
||||
@@ -102,12 +116,44 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.details-butn-wrapper > .primary-button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.upload-button-box {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.details-upload-button-box {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 260px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.details-upload-button-box > .primary-button {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.details-upload-button-box {
|
||||
&button {
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
.details-butn-sub-wrapper-r {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.details-butn-sub-wrapper-l {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 50%;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.detail-text {
|
||||
//
|
||||
}
|
||||
@@ -121,3 +167,15 @@
|
||||
flex-direction: column;
|
||||
flex-grow: 3;
|
||||
}
|
||||
|
||||
.arrow-wrapper > svg {
|
||||
margin-bottom: 4px !important;
|
||||
margin-right: 4px !important;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.details-back-wrapper {
|
||||
margin-left: 4px;
|
||||
font-size: 1.04rem;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user