Files
ax3Client/src/styles/case-details.scss
Kenneth Jannette 4c1fb67383 first commit
2024-01-11 18:24:41 -06:00

110 lines
1.8 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;
}
.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;
}
.upload-button-box {
margin-left: 8px;
}