Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/EmployeesDocument/css/Index.css
2024-10-23 17:49:04 +03:30

233 lines
4.1 KiB
CSS

.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
border-radius: 7px;
}
.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;
}
.width1 {
width: 5% !important;
}
.width2 {
width: 20% !important;
}
.width3 {
width: 10% !important;
}
.width4 {
width: 15% !important;
}
.width5 {
width: 15% !important;
}
.width6 {
width: 20% !important;
}
.width7 {
width: 10% !important;
text-align: end;
}
.documentFileBox {
width: 40px;
height: 25px;
border-radius: 4px;
background-color: #D9D9D9;
margin: auto 3px;
overflow: hidden;
}
.documentFileBoxImg {
width: 30px;
height: 30px;
border-radius: 4px;
background-color: #D9D9D9;
margin: auto 3px;
overflow: hidden;
}
.preview-image {
object-fit: cover;
object-position: center;
width: 40px;
height: 25px;
}
.btn-uploadingPD {
border: 1px solid transparent;
/*width: 60%;*/
font-size: 12px;
height: 30px;
border-radius: 5px;
padding: 3px 4px;
color: #146D94;
margin: auto 0 auto 1px;
background-color: rgba(52, 209, 209, 0.20);
transition: ease .2s;
}
.btn-uploadingPD:hover {
color: #083347;
background-color: rgba(52, 209, 209, 0.40);
}
.btn-pd-more {
background: #B6F2E1;
border: 1px solid #059669;
border-radius: 7px;
position: relative;
overflow: hidden;
color: #059669;
text-align: right;
font-size: 11px;
padding: 3px;
font-style: normal;
font-weight: 400;
line-height: normal;
white-space: nowrap;
}
.btn-pd-more:hover {
background: #a3d7c9;
}
.btn-uploadingPD-mobile {
background-color: #B9EBEE;
color: #1992C6;
width: 100%;
padding: 6px;
border-radius: 5px;
border: 1px solid #7ddadf;
}
.btn-uploadingPD-mobile:hover {
background-color: #91dfe3;
}
.withdraw {
background-color: rgb(177 195 195) !important;
}
.btnTabPD {
background-color: #b0e5e5;
padding: 6px 9px;
width: 130px;
border-radius: 7px;
border: 1px solid #b3b3b3;
color: #9d9d9d;
font-size: 11px;
margin: auto 3px auto 3px;
}
.btnTabPD:first-child {
margin: auto 0 auto 3px;
}
.btnTabPD.active {
background-color: #34dfdf;
color: #3b3b3b;
pointer-events: none;
}
.btnTabPD:hover {
background-color: #34dfdf;
}
@media (max-width: 1366px) {
.Rtable .Rtable-row .Rtable-cell {
font-size: 12px;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content {
font-size: 11px;
}
.btn-uploadingPD {
font-size: 10px;
}
}
@media (max-width: 767px) {
.goToTop {
position: fixed;
bottom: 54px;
margin-right: 39%;
z-index: 100;
color: #fff;
background-color: #25acac70;
}
.wrapper {
margin: 0 0 60px 0;
}
.Rtable .Rtable-row:nth-child(even), .table-workshop .Rtable .Rtable-row:nth-child(4n+2), .table-personals .Rtable .Rtable-row:nth-child(4n+2) {
border-radius: 10px;
background-color: #ECFFFF;
transition: all .3s ease;
border: 1px solid #eee;
}
.Rtable .Rtable-row:nth-child(odd), .table-workshop .Rtable .Rtable-row:nth-child(4n+4), .table-personals .Rtable .Rtable-row:nth-child(4n+4) {
border-radius: 10px;
background-color: #ECFFFF;
transition: all .3s ease;
border: 1px solid #eee;
}
.Rtable--collapse .Rtable-row {
outline: none;
border: 1px solid #D2D2D2;
}
.Rtable .Rtable-row .Rtable-cell {
padding: 0;
}
.width2 {
width: 50% !important;
}
.width7 {
width: 30% !important;
justify-content: end;
display: flex;
}
.txtMonilePD {
color: #727272;
font-weight: 600;
font-size: 10px;
margin: 3px 4px;
}
.btnTabPD {
font-size: 10px;
padding: 5px 6px;
}
}