Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/Employees/css/ModalCreateLeftWorkEmployee.css
2025-03-09 21:52:06 +03:30

134 lines
2.1 KiB
CSS

.modal-xxl {
max-width: 480px !important;
}
.scroll-container-amount {
font-size: 12px;
color: #4f4f4f;
white-space: nowrap;
width: 100%;
overflow: hidden;
cursor: grab;
user-select: none;
}
.scroll-container-amount:active {
cursor: grabbing;
}
.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
border-radius: 7px;
}
.textLFontColor,
.form-control {
color: #797979;
font-size: 12px;
font-weight: 500;
}
/*.form-control-number {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 40px;
}
.form-control-currency {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 120px;
}
.form-control-select {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 80px;
}*/
.textLFontColor span {
font-size: 16px;
font-weight: 600;
}
.btnCreateNew {
font-size: 14px;
font-weight: 500;
background-color: #84CC16;
color: #FFFFFF;
border-radius: 8px;
padding: 10px 70px;
}
.btnCreateNew:hover {
background-color: #5f9213;
}
.lastDayStandingTxt,
.dayOfLeftWorkTxt {
background-color: #ECFCCA;
outline: 1px solid #AAE729;
border-radius: 5px;
top: 5px;
left: 5px;
position: absolute;
color: #5C5C5C;
text-align: center;
width: 80px;
font-size: 13px;
padding: 2px;
}
.btnCreateNew,
.btn-cancel2 {
width: 100% !important;
}
.spanTitleText {
font-size: 13px;
font-weight: 500;
color: #454545;
}
@media (min-width: 1366px) {
.modal-xxl {
--bs-modal-width: 480px;
max-width: 480px !important;
}
}
@media (max-width:1366px) {
.spanTitleText {
font-size: 12px;
}
}
@media (max-width:768px) {
.form-control {
margin: 0 !important;
}
.spanTitleText {
font-size: 11px;
}
}
@media (max-width:576px) {
.btnCreateNew, .btn-cancel2 {
width: 100% !important;
padding: 10px 40px;
display: flex;
justify-content: center;
}
}