Untitled
unknown
plain_text
2 years ago
7.9 kB
7
Indexable
//CreateTask.css
.modal-background {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
}
.create-task-table {
overflow: visible;
align-items: auto;
position: relative;
background-color: #d2d7db;;
border-radius: 10px;
box-shadow: 0px 8px 8px 2px #55535340;
display: inline-flex;
flex-direction: column;
gap: 11px;
height: 780px;
}
.header-newtasktable {
text-align: center;
align-items: center;
justify-content: center;
background-color: #5596f1;
font-weight: 700;
font-family: "Inter", Helvetica;
font-size: 24px;
display: flex;
gap: 10px;
height: 61px;
padding: 10px;
position: relative;
width: 735px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.rectangle {
background-color: rgba(255, 255, 255, 0.123);;
height: 70px;
position: relative;
width: 521px;
left: 220px;
border-radius: 8px;
}
.subject-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 95px;
width: 177px;
}
.description-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 175px;
width: 177px;
}
.description-newtask {
border-radius: 8px;
border-color: #cacaca;
color: #ececec;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 220px;
letter-spacing: 0;
line-height: normal;
margin-top: -1px;
padding: 10px;
position: absolute;
text-align: center;
top: 175px;
width: 500px;
}
.text-wrapper-2 {
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 600;
line-height: normal;
position: relative;
text-align: center;
width: fit-content;
}
.subject-newtask {
border-color: #cacaca;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 220px;
letter-spacing: 0;
line-height: normal;
margin-top: -1px;
padding: 10px;
position: absolute;
text-align: center;
top: 95px;
width: 500px;
}
.category-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 257px;
z-index: 1000;
width: 177px;
}
.severity-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 338px;
z-index: 1000;
width: 177px;
}
.responsible-label {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 418px;
width: 177px;
z-index: 9999;
}
.comment-newtask {
align-items: flex-start;
border-color: #cacaca;
background-color: white;
border-radius: 8px;
display: flex;
gap: 10px;
height: 90px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 580px;
width: 704px;
}
.comment {
width: 690px;
border-color: transparent;
max-width: 690px;
min-height: 70px;
padding: 10px;
background-color: transparent;
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
line-height: normal;
text-align: left;
}
.date2-label {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
align-items: center;
background-color: #5596F1;
border-radius: 8px;
box-shadow: inset 0px 2px 4px #3a65a1;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 18px;
padding: 10px;
position: absolute;
top: 500px;
width: 177px;
}
.date2-newtask {
border-color: #cacaca;
align-items: center;
display: flex;
gap: 10px;
height: 45px;
justify-content: center;
left: 220px;
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: 500px;
width: 500px;
background-color: white;
}
.responsible-newtask {
border-color: #cacaca;
border-radius: 8px;
color: #000000;
flex: 0 0 auto;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 65px;
left: 219px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
top: 418px;
width: 522px;
}
.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: 220px;
letter-spacing: 0;
line-height: normal;
padding: 10px;
position: absolute;
text-align: center;
top: 349px;
z-index: 1000;
width: 500px;
}
.category-newtask {
border-radius: 8px;
color: #000000;
font-family: "Inter", Helvetica;
font-size: 18px;
font-weight: 300;
height: 45px;
left: 160px;
line-height: normal;
position: absolute;
text-align: center;
top: 279px;
width: 500px;
}
.label-radio {
margin-right: 50px;
}
.input-radio {
margin-right: 50px;
}
.assign-button {
align-items: center;
background-color: #1976d2;
border: 1px solid;
border-color: #5595d4;
border-radius: 8px;
box-shadow: inset 2px 2px 4px #5595d4, 0px 2px 2px #284664;
border-radius: 8px;
display: flex;
gap: 10px;
height: 60px;
justify-content: center;
right: 15px;
padding: 10px;
position: absolute;
top: 710px;
width: 177px;
font-size: 18px;
color: white;
}
.close-button{
background-color: #1976d2;
border-color: #5595d4;
box-shadow: inset 2px 2px 4px #5595d4, 0px 4px 4px #00000040;
border-radius: 8px;
color: white;
font-size: 18px;
width: 60px;
height: 40px;
position: absolute;
right: 15px;
}
Editor is loading...
Leave a Comment