Untitled
unknown
plain_text
2 years ago
17 kB
9
Indexable
//DetailTask.css
.modal-background {
display: flex;
position: fixed;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
}
.detail-task-table-wrapper {
height: 1160px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.detail-task-table {
align-items: center;
background-color: #e3ecf8;
border-radius: 10px;
box-shadow: 0px 8px 8px 2px #55535340;
display: flex;
flex-direction: column;
gap: 11px;
height: 745px;
width: 780px;
overflow: hidden;
position: absolute;
}
.detail-comment-table {
align-items: center;
position: relative;
background-color: #e3ecf8;
display: flex;
border-radius: 10px;
box-shadow: 0px 8px 8px 2px #55535340;
flex-direction: column;
height: 400px;
width: 780px;
top: 760px;
justify-content: flex-start;
}
.detail-comment-newtask {
align-items: left;
font-size: 18px;
background-color: white;
border-radius: 8px;
gap: 10px;
height: 190px;
align-items: flex-start;
justify-content: center;
left: 18px;
padding: 15px;
position: absolute;
top: 95px;
width: 710px;
overflow-y: auto;
}
.open-comment {
align-items: center;
background-color: #94b4e5;
border-color: #94b4e5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #ffffff40, 0px 4px 4px #00000040;
display: flex;
gap: 10px;
height: 55px;
justify-content: center;
left: 299px;
padding: 10px;
position: absolute;
top: 330px;
width: 185px;
font-size: 18px;
color: white;
}
.detail-header-newtasktable {
align-items: center;
background-color: #94b4e5;
font-weight: 700;
font-family: "Inter", Helvetica;
font-size: 24px;
display: flex;
gap: 10px;
height: 61px;
text-align: center;
align-items: center;
justify-content: center;
padding: 10px;
position: relative;
width: 760px;
}
.detail-comment-header {
text-align: center;
align-items: center;
justify-content: center;
background-color: #94b4e5;
font-weight: 700;
font-family: "Inter", Helvetica;
font-size: 24px;
display: flex;
gap: 10px;
height: 61px;
padding: 10px;
position: relative;
width: 760px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}
.detailRectangle {
background-color: #e9eff9;
height: 70px;
position: relative;
width: 750px;
left: 15px;
margin-bottom: 0px;
}
.detail-subject-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #5b5b5b40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 95px;
width: 160px;
}
.detail-description-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #5b5b5b40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 175px;
width: 160px;
}
.detail-status-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #78747440;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 400px;
padding: 10px;
position: absolute;
top: 662px;
width: 160px;
}
.detail-assignedby-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #78747440;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 499px;
width: 160px;
}
.detail-date-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #7a7a7a40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 580px;
width: 160px;
}
.detail-date2-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #7a7a7a40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 400px;
padding: 10px;
position: absolute;
top: 580px;
width: 160px;
}
.detail-remaining-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #7a7a7a40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 662px;
width: 160px;
}
.detail-date-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 205px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 580px;
width: 153px;
}
.detail-team-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 588px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 499px;
width: 153px;
}
.detail-assignedby-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 205px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 499px;
width: 356px;
}
.detail-newtask {
align-items: center;
border-radius: 8px;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 566px;
padding: 10px;
position: absolute;
top: 439px;
width: 153px;
}
.detail-status-newtask {
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
border-radius: 8px;
border-color: #fcf8f8;
display: flex;
gap: 10px;
height: 45px;
left: 585px;
padding: 10px;
position: absolute;
top: 662px;
width: 153px;
font-size: 18px;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}
.detail-remaining-newtask {
background-color: white;
align-items: center;
border-radius: 8px;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 205px;
padding: 10px;
position: absolute;
top: 662px;
width: 153px;
}
.detail-remaining-time {
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
letter-spacing: 0;
line-height: normal;
position: relative;
text-align: center;
width: 101px;
}
.detail-subject-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 205px;
letter-spacing: 0;
line-height: normal;
margin-top: -1px;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
top: 95px;
width: 536px;
overflow-y: auto;
}
.detail-description-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 205px;
letter-spacing: 0;
line-height: normal;
margin-top: -1px;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
top: 175px;
width: 536px;
overflow-y: auto;
overflow-x: hidden;
}
.detail-category-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #78747440;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 255px;
width: 160px;
}
.detail-severity-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #807f7f40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 339px;
width: 160px;
}
.detail-responsible-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #b9d1f5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #7a7a7a40;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 418px;
width: 160px;
}
.detail-responsible-newtask {
background-color: white;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 205px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 418px;
width: 535px;
height: 45px;
}
.detail-severity-newtask {
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 25px;
left: 225px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 336px;
width: 535px;
height: 45px;
}
.detail-category-newtask {
border-radius: 8px;
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 155px;
line-height: normal;
position: absolute;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
top: 255px;
width: 535px;
height: 45px;
padding: 10px;
}
.detail-label-radio {
margin-right: 50px;
}
.detail-input-radio {
margin-right: 50px;
}
.detail-date2-newtask {
background-color: white;
align-items: center;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 585px;
border: 0;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
top: 580px;
width: 153px;
}
.detail-assign-button {
align-items: center;
background-color: #94b4e5;
border-color: #94b4e5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #ffffff40, 0px 4px 4px #00000040;
display: flex;
gap: 10px;
height: 55px;
justify-content: center;
left: 295px;
padding: 10px;
position: absolute;
top: 655px;
width: 177px;
font-size: 18px;
color: white;
}
.detail-close-button{
background-color: #94b4e5;
border-color: #94b4e5;
box-shadow: inset 0px 4px 7px #ffffff40, 0px 4px 4px #00000040;
border-radius: 8px;
color: white;
font-size: 18px;
width: 60px;
height: 40px;
position: absolute;
right: 15px;
}
.text-wrapper-3 {
color: #ffffff;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 700;
letter-spacing: 0;
line-height: normal;
position: relative;
width: fit-content;
}
.text-wrapper-2 {
font-family: "Inter", Helvetica;
color: black;
letter-spacing: 0;
line-height: normal;
position: relative;
text-align: center;
width: fit-content;
}
.comment-modal {
align-items: center;
position: relative;
background-color: #e3ecf8;
display: flex;
border-radius: 10px;
box-shadow: 0px 8px 8px 2px #55535340;
flex-direction: column;
height: 400px;
width: 780px;
top: 760px;
justify-content: flex-start;
}
.create-comment-newtask {
border: 1px solid white;
background-color: white;
align-items: flex-start;
border-radius: 8px;
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
gap: 10px;
height: 180px;
justify-content: center;
left: 18px;
padding: 20px;
position: absolute;
top: 95px;
width: 698px;
font-family: "Inter", Helvetica;
font-size: 18px;
}
.create-comment {
width: 690px;
height: 155px;
max-width: 690px;
min-height: 150px;
padding: 10px;
background-color: transparent;
border: 1px solid #ccc;
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
line-height: normal;
text-align: left;
font-size: 18px;
}
.submit-comment-button {
align-items: center;
background-color: #94b4e5;
border-color: #94b4e5;
border-radius: 8px;
box-shadow: inset 0px 4px 7px #ffffff40, 0px 4px 4px #00000040;
display: flex;
gap: 10px;
height: 55px;
justify-content: center;
left: 299px;
padding: 10px;
position: absolute;
width: 185px;
font-size: 18px;
color: white;
top: 330px;
}
.comment-close-button{
background-color: #94b4e5;
border-color: #94b4e5;
box-shadow: inset 0px 4px 7px #ffffff40, 0px 4px 4px #00000040;
border-radius: 8px;
color: white;
font-size: 18px;
width: 60px;
height: 40px;
position: absolute;
right: 15px;
top: 20px;
}
Editor is loading...
Leave a Comment