365 lines
6.0 KiB
CSS
365 lines
6.0 KiB
CSS
.group-task-section {
|
|
/* display: grid;
|
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
gap: 10px;*/
|
|
}
|
|
|
|
.group-task-section .card-group {
|
|
/*grid-column: span 4 / span 5;*/
|
|
|
|
/* grid-column: span 4 / span 4;
|
|
row-gap: 10px;*/
|
|
}
|
|
|
|
.group-task-section .card-group1 {
|
|
/*grid-column: span 8 / span 8;
|
|
row-gap: 10px;*/
|
|
}
|
|
|
|
.infoGroupBox {
|
|
background-color: #ffffff;
|
|
justify-content: space-between;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 12px 16px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.infoGroup1 {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #696969;
|
|
}
|
|
.infoGroup2 {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #65A30D;
|
|
}
|
|
.infoGroup3 {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #EF4444;
|
|
}
|
|
|
|
|
|
#loadAccountItems {
|
|
height: 620px;
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 1px 6px;
|
|
outline: 2px solid #55D1D1;
|
|
}
|
|
|
|
.loadAccountItems .Rtable-cell--content {
|
|
color: #716969;
|
|
font-size: 13px;
|
|
}
|
|
|
|
|
|
.row-index1 {
|
|
background: #B5EDED;
|
|
color: #8C8C8C;
|
|
width: 39px;
|
|
height: 39px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.row-index2 {
|
|
background: #A7EAEA;
|
|
color: #716969;
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.title-group1 {
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
color: #696969;
|
|
}
|
|
|
|
.title-group2 {
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
color: #716969;
|
|
}
|
|
|
|
|
|
.group-task-section .card-group .title {
|
|
width: 120px;
|
|
}
|
|
|
|
.group-task-section .card-group .title h3 {
|
|
font-size: 20px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.btn-delete1 {
|
|
background-color: #F9BABA;
|
|
border: 1px solid #F63D3D;
|
|
color: #ffffff;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
margin: auto 1px auto 0;
|
|
transition: ease .2s;
|
|
}
|
|
|
|
|
|
.btn-delete1:hover {
|
|
background-color: #e3adad
|
|
}
|
|
|
|
.btn-delete2 {
|
|
border: 1px solid transparent;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: #FF5151;
|
|
margin: auto 1px auto 0;
|
|
background: rgba(209, 50, 50, 0.15);
|
|
transition: ease .2s;
|
|
}
|
|
|
|
|
|
.btn-delete2:hover {
|
|
background: rgba(209, 50, 50, 0.25);
|
|
}
|
|
|
|
|
|
.group-task-section .card-group p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.group-task-section .list-personnel {
|
|
grid-column: span 8 / span 7;
|
|
}
|
|
|
|
.btnPosition {
|
|
background-color: #E5FCFC;
|
|
outline: 1px solid #CAD4D4;
|
|
cursor: pointer;
|
|
margin: 0 0 6px 0;
|
|
transition: ease .3s;
|
|
}
|
|
|
|
.btnPosition:hover {
|
|
background-color: #FFFFFF;
|
|
outline: 1px solid #55D1D1;
|
|
}
|
|
|
|
.btnPosition.active {
|
|
background-color: #FFFFFF;
|
|
outline: 2px solid #55D1D1;
|
|
}
|
|
|
|
.btn-add {
|
|
background-color: #84CC16;
|
|
color: #ffffff;
|
|
padding: 6px 12px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
border-radius: 5px;
|
|
margin: 0 4px;
|
|
}
|
|
|
|
|
|
.btn-add:hover {
|
|
background-color: #629b0c;
|
|
}
|
|
|
|
|
|
.btn-register {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
}
|
|
|
|
.btn-register:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.btn-cancel2 {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #1F2937;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
}
|
|
|
|
.btn-cancel2:hover {
|
|
background-color: #121820;
|
|
}
|
|
|
|
.items {
|
|
border: 1px solid #D9D9D9;
|
|
padding: 5px;
|
|
border-radius: 8px;
|
|
margin: 4px 0;
|
|
cursor: pointer;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.items:hover {
|
|
border: 1px solid #148989;
|
|
}
|
|
|
|
.items.checked-item {
|
|
border: 1px solid #148989;
|
|
}
|
|
|
|
.form-control {
|
|
color: #797979;
|
|
border: 1px solid #DADADA;
|
|
border-radius: 7px;
|
|
background-color: #F6F6F6;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.btnCreateNew {
|
|
|
|
}
|
|
|
|
.btnCreateNew {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
}
|
|
|
|
.btnCreateNew:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.operation-div .operations-btns {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
@media(max-width: 1366px) {
|
|
#loadAccountItems {
|
|
height: 310px;
|
|
}
|
|
|
|
.title-group1,
|
|
.title-group2 {
|
|
font-size: 15px;
|
|
color: #353232;
|
|
}
|
|
|
|
.row-index1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
font-size: 17px;
|
|
}
|
|
.row-index2 {
|
|
width: 28px;
|
|
height: 28px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.btn-register, .btn-cancel2 {
|
|
font-size: 12px;
|
|
padding: 10px 30px;
|
|
}
|
|
|
|
.btn-add {
|
|
padding: 6px 12px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.title-group {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.title-group h4 {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
@media (max-width:768px) {
|
|
.btnPosition {
|
|
background-color: #FFFFFF;
|
|
outline: 0;
|
|
box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.btnPosition.active {
|
|
outline: 0;
|
|
}
|
|
|
|
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading,
|
|
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
|
|
color: #716969;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
text-align: right;
|
|
}
|
|
|
|
.widthMobile1 {
|
|
width: 5% !important;
|
|
}
|
|
|
|
.widthMobile2 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.widthMobile3 {
|
|
width: 10% !important;
|
|
}
|
|
|
|
.Rtable .Rtable-row {
|
|
margin: 10px 0px 0;
|
|
}
|
|
|
|
.Rtable .Rtable-row .Rtable-cell.column-heading {
|
|
margin: 0;
|
|
}
|
|
.Rtable .Rtable-row .Rtable-cell {
|
|
width: auto;
|
|
}
|
|
.Rtable--collapse .Rtable-row {
|
|
outline: none;
|
|
}
|
|
|
|
.btn-register, .btn-cancel2 {
|
|
padding: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-register, .btn-cancel2 {
|
|
font-size: 12px;
|
|
padding: 10px 30px;
|
|
}
|
|
|
|
#loadAccountItems {
|
|
height: auto;
|
|
}
|
|
|
|
.btn-add {
|
|
padding: 6px 7px;
|
|
}
|
|
|
|
.infoGroupBox {
|
|
display: block;
|
|
}
|
|
}
|