Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/SalaryAid/css/ModalCreateNewSalaryAid.css
2025-03-04 21:40:02 +03:30

97 lines
1.6 KiB
CSS

.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;
}
.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;
}
.btnCreateNew,
.btn-cancel2 {
width: 100% !important;
}
.spanTitleText {
font-size: 13px;
font-weight: 500;
color: #454545;
}
@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;
}
}