first commit
This commit is contained in:
109
src/styles/case-details.scss
Normal file
109
src/styles/case-details.scss
Normal file
@@ -0,0 +1,109 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user