182 lines
2.9 KiB
SCSS
182 lines
2.9 KiB
SCSS
.details-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
align-items: center;
|
|
}
|
|
|
|
.details-heading-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
padding: 10px;
|
|
border: 1px solid var(--ultra-light-accent);
|
|
border-radius: 10px;
|
|
background-color: var(--barely-there-accent);
|
|
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
|
}
|
|
|
|
.details-subhead {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.pheno-phun {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.details-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin: auto;
|
|
}
|
|
|
|
.details-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: auto;
|
|
}
|
|
|
|
.details-button-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
margin: 12px 0px;
|
|
}
|
|
|
|
.details-button-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
margin-top: 8px;
|
|
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;
|
|
}
|
|
|
|
.details-heading {
|
|
font-weight: 500;
|
|
margin-bottom: 0.5rem;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.details-heading2 {
|
|
margin-left: 2px;
|
|
margin-right: 12px;
|
|
margin-bottom: 12px !important;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: var(--font-medium);
|
|
}
|
|
|
|
.details-heading3 {
|
|
margin-left: 26px;
|
|
padding-left: 12px;
|
|
margin-bottom: 12px !important;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: var(--font-medium);
|
|
}
|
|
|
|
.details-heading4 {
|
|
padding-left: 12px;
|
|
margin-bottom: 12px !important;
|
|
margin-right: 8px;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: var(--font-medium);
|
|
}
|
|
|
|
.details-butn-wrapper {
|
|
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 {
|
|
//
|
|
}
|
|
|
|
.casetag-text {
|
|
font-size: 0.88rem;
|
|
}
|
|
|
|
.detail-card-casetags {
|
|
display: flex;
|
|
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;
|
|
}
|