first commit

This commit is contained in:
Kenneth Jannette
2024-01-11 18:24:41 -06:00
commit 4c1fb67383
103 changed files with 29954 additions and 0 deletions

310
src/styles/cards.scss Normal file
View File

@@ -0,0 +1,310 @@
.linkcard-container {
display: flex;
flex-direction: row;
border-radius: 6px;
margin: 15px 0px;
height: 65px;
width: 100%;
justify-content: space-between;
border: 1px solid #a9a9a9;
}
.link-card-button1 {
border: none;
border-radius: 4px;
color: #fff;
height: 32px;
width: 68px;
font-weight: 700;
margin-right: 10px;
}
.link-card-button2 {
border: none;
border-radius: 4px;
color: #fff;
height: 32px;
width: 68px;
font-weight: 700;
}
.card-viewButton-container {
display: flex;
flex-direction: row-reverse;
align-items: center;
width: 8%;
height: 100%;
padding-right: 5px;
margin-right: 10px;
padding-top: 1px;
}
.card-col-icon {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 100%;
margin-left: 5px;
padding-left: 5px;
margin-right: 20px;
}
.card-col1 {
display: flex;
align-items: center;
width: 25%;
height: 100%;
margin-left: 5px;
padding-left: 5px;
}
.card-col2 {
display: flex;
align-items: center;
width: 20%;
height: 100%;
padding-left: 5px;
padding-bottom: 2px;
}
.card-col3 {
display: flex;
justify-content: flex-end;
align-items: center;
width: 15%;
height: 100%;
padding-left: 5px;
}
.card-col4 {
display: flex;
justify-content: flex-end;
align-items: center;
width: 15%;
height: 100%;
padding-left: 5px;
}
.card-button-col {
padding-top: 15px;
padding-bottom: 15px;
width: 15%;
display: flex;
margin-right: 15px;
}
.info-card-outer {
display: flex;
flex-direction: column;
background-color: #f4f4f4;
border: 1px solid #cdcdcd;
padding: 10px 10px;
border-radius: 10px;
width: 680px;
}
.info-upper-wrapper {
display: flex;
flex-direction: row;
padding: 8px 20px;
border-radius: 10px;
}
.info-column {
display: flex;
flex-direction: column;
width: 50%;
margin-right: 5px;
}
.button-box {
height: 200px;
}
.view-button {
width: 80px;
height: 35px;
}
.card-text1 {
margin-top: 17px;
margin-right: 20px;
padding-top: 4px;
}
.jurisdiction-box {
min-width: 130px;
}
.doc-card-container {
display: flex;
flex-direction: row;
margin: 6px 0px;
height: 60px;
width: 100%;
}
.doc-card-input {
display: flex;
flex-direction: row;
align-items: center;
width: 95%;
background-color: #fff;
border-radius: 6px;
border: 1px solid #a9a9a9;
}
.doc-col2 {
display: flex;
align-items: center;
width: 200px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
}
.doc-col3 {
display: flex;
align-items: center;
min-width: 190px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
}
.doc-col4 {
display: flex;
flex: 1;
align-items: center;
min-width: 280px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
}
.doc-col5 {
display: flex;
justify-content: flex-end;
align-items: center;
width: 90px;
height: 100%;
padding-right: 10px;
margin-right: 20px;
}
.doc-col6 {
width: 90px;
margin-right: 15px;
}
.doc-er {
display: flex;
flex-direction: row-reverse;
align-items: center;
width: 20%;
margin-left: -8px;
}
.info-row {
display: flex;
flex-direction: column;
color: #000;
margin-left: 4px;
font-weight: 400;
letter-spacing: 1px;
padding: 5px 5px;
}
.button-container {
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-right: 25px;
margin-bottom: 3px;
}
.edit-button {
height: 32px;
width: 80px;
margin-right: 10px;
padding-top: 3px !important;
border: 1px solid #1a76c7 !important;
background-color: #fff;
color: #1a76c7;
}
.edit-button:hover {
background-color: #f2fbfd;
color: #1a76c7;
}
.save-button {
height: 32px;
width: 80px;
margin-right: 10px;
padding-top: 3px !important;
background-color: #1a76c7;
color: #fff;
&:hover {
background-color: #1a76c7;
color: #ffff;
}
}
.cancel-button {
height: 32px;
width: 80px;
padding-top: 3px !important;
margin-right: 20px;
border: 1px solid #1a76c7 !important;
background-color: #fff;
color: #1a76c7;
}
.doc-file-icon {
//cursor: pointer;
}
.cards-item-actions {
display: flex;
gap: 1rem;
}
.info-text {
margin-top: 10px;
}
.delete-one {
padding-top: 5px !important;
}
.info-edit-input {
padding: 0px 0px 0px 10px !important;
height: 40px !important;
min-height: 0px !important;
width: 90% !important;
margin-top: 10px;
}
.doccard-button-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-left: 10px;
width: 158px;
}
.delete-doc-button {
min-width: 80px !important;
width: 80px !important;
&:hover {
border: none !important;
border-color: #1a76c7 !important;
}
}
.gen-button {
width: 156px !important;
}