306 lines
5.7 KiB
CSS
306 lines
5.7 KiB
CSS
.img-avatar {
|
|
border: 2px solid #2DD0D0;
|
|
border-radius: 50%;
|
|
width: 35px;
|
|
height: 35px;
|
|
margin: auto 0 auto 5px;
|
|
object-fit: cover;
|
|
object-position: center;
|
|
}
|
|
|
|
.btn-upload {
|
|
background-color: #B5F1F1;
|
|
color: #009EE2;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
width: 95px;
|
|
transition: all ease .3s;
|
|
}
|
|
|
|
.btn-upload:hover {
|
|
background-color: #9bd3d3;
|
|
}
|
|
|
|
.btn-active {
|
|
background-color: #84cc16;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
transition: all ease .3s;
|
|
}
|
|
|
|
.btn-deactive {
|
|
background-color: #ef4444;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
transition: all ease .3s;
|
|
}
|
|
|
|
.table-rollcall .width1 {
|
|
width: 5% !important;
|
|
}
|
|
|
|
.table-rollcall .width2 {
|
|
width: 30% !important;
|
|
}
|
|
|
|
.table-rollcall .width3 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.table-rollcall .width4 {
|
|
width: 23% !important;
|
|
}
|
|
|
|
|
|
.table-rollcall .width5 {
|
|
width: 25% !important;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar {
|
|
background-color: #FFD4D4;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.deactive {
|
|
background-color: #cbd5e1;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.deactive .df {
|
|
color: #b0b3b7;
|
|
}
|
|
|
|
.table-rollcall .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content > span {
|
|
color: #0B5959;
|
|
}
|
|
|
|
.table-rollcall .Rtable .Rtable-row.no-avatar .Rtable-cell .Rtable-cell--content > span {
|
|
color: #ffffff;
|
|
background: rgba(255, 0, 0, 0.5);
|
|
}
|
|
|
|
.table-rollcall .Rtable .Rtable-row.deactive .Rtable-cell .Rtable-cell--content > span {
|
|
color: #ffffff;
|
|
background: rgba(47, 47, 47, 0.5);
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .width4 .Rtable-cell--content {
|
|
color: #C30707 !important;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .btn-upload {
|
|
background-color: #F1F2B6;
|
|
color: #727407;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .btn-upload:hover {
|
|
background-color: #dedfa8;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .img-avatar {
|
|
border: 2px solid #EA6C6C;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.deactive .img-avatar {
|
|
border: 2px solid #7C8187;
|
|
}
|
|
|
|
.table-rollcall-mobile .Rtable-cell--content:first-child span {
|
|
border-radius: 5px;
|
|
background: rgba(87, 227, 227, 0.25);
|
|
width: 40px;
|
|
height: 40px;
|
|
display: inline-block;
|
|
padding: 6px;
|
|
}
|
|
|
|
.btn-upload-mobile {
|
|
background-color: #009EE2;
|
|
color: #FFFFFF;
|
|
border-radius: 5px;
|
|
padding: 9px 8px;
|
|
font-weight: 500;
|
|
font-size: 10px;
|
|
transition: all ease .3s;
|
|
}
|
|
|
|
.btn-upload-mobile:hover {
|
|
background-color: #0188c2;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .table-rollcall-mobile .Rtable-cell--content:first-child span {
|
|
color: #ffffff;
|
|
background: rgba(255, 0, 0, 0.5);
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .btn-upload-mobile {
|
|
background-color: #F1F2B6;
|
|
color: #727407;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .btn-upload-mobile:hover {
|
|
background-color: #d2d39f;
|
|
}
|
|
|
|
.table-rollcall .Rtable-row.no-avatar .table-rollcall-mobile .content-mobile {
|
|
color: #C30707 !important;
|
|
}
|
|
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.sticky {
|
|
position: sticky;
|
|
top: 4px;
|
|
z-index: 30;
|
|
}
|
|
|
|
.goToTop {
|
|
position: fixed;
|
|
bottom: -10px;
|
|
margin-right: 100px;
|
|
z-index: 100;
|
|
color: #fff;
|
|
background-color: #25acacd6;
|
|
display: none;
|
|
}
|
|
|
|
.goToTop:hover {
|
|
color: #fff;
|
|
background-color: #2ca4a4;
|
|
}
|
|
|
|
.switch {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 24px;
|
|
}
|
|
|
|
/* Hide default HTML checkbox */
|
|
.switch input {
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
/* The slider */
|
|
.sliderEUP {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #ccc;
|
|
transition: 0.4s;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
/* Rounded slider */
|
|
.sliderEUP:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 20px;
|
|
width: 20px;
|
|
left: 2px;
|
|
bottom: 2px;
|
|
background-color: white;
|
|
transition: 0.4s;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
/* Checked state */
|
|
input:checked + .sliderEUP {
|
|
background-color: #2FBFBF;
|
|
}
|
|
|
|
/* Move the slider to the right when checked */
|
|
input:checked + .sliderEUP:before {
|
|
transform: translateX(16px);
|
|
}
|
|
|
|
/* Disable state */
|
|
.disable + .sliderEUP {
|
|
background-color: #ccc;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.disable + .sliderEUP:before {
|
|
background-color: #999;
|
|
}
|
|
|
|
|
|
.btn-upload .spanSvg {
|
|
display: none
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1366px) {
|
|
.btn-upload {
|
|
width: 85px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1221px) {
|
|
.btn-upload .spanTxt {
|
|
display: none
|
|
}
|
|
.btn-upload .spanSvg {
|
|
display: block
|
|
}
|
|
|
|
.btn-upload {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 992px) {
|
|
.table-rollcall .width3 {
|
|
display: none !important;
|
|
}
|
|
|
|
.table-rollcall .width5 {
|
|
width: 40% !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.goToTop {
|
|
position: fixed;
|
|
bottom: 54px;
|
|
margin-right: 39%;
|
|
z-index: 100;
|
|
color: #fff;
|
|
background-color: #25acac70;
|
|
}
|
|
|
|
.Rtable--collapse .Rtable-row {
|
|
outline: 1.8px solid #D6D6D6;
|
|
padding: 8px;
|
|
}
|
|
|
|
.img-avatar {
|
|
width: 45px;
|
|
height: 45px;
|
|
}
|
|
|
|
.title-mobile {
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
color: #0B5959;
|
|
}
|
|
|
|
.content-mobile {
|
|
font-weight: 400;
|
|
font-size: 11px;
|
|
color: #0B5959;
|
|
}
|
|
}
|