Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/Tasks/css/createScheduleModal.css
2025-04-07 19:44:22 +03:30

177 lines
3.8 KiB
CSS

.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
border-radius: 7px;
}
.modal-content {
height: 890px;
}
.modal-body {
padding-top: 10px;
}
.modal-header {
height: 55px;
}
.modal-header .btn-close {
opacity: 1;
}
.modal-title {
font-weight: 400;
color: #000000
}
.select2.select2-container .select2-selection {
background-color: #F6F6F6;
}
.tm-create .tm-textarea {
height: 248px;
}
/* Start Select2 */
.select2.select2-container .select2-selection {
display: flex !important;
/*height: 0 !important;*/
padding: 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
margin: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
line-height: 32px;
padding: 0 0;
font-family: 'IRANYekanX';
}
/*.select2.select2-container .select2-selection--multiple {
height: 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
margin: 0;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
height: 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
line-height: 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
margin: 0 4px 0 0;
}
.select2.select2-container .select2-selection {
padding: 4px 0;
}
*/
/* End Select2 */
.validTime {
color: #4d7c0f !important;
}
.invalidTime {
color: #b91c1c !important;
}
.btn-Holder {
width: 40%;
border-radius:8px;
overflow: hidden;
}
.input-Holder {
width: 20%;
}
.btn-schedule {
width: 100%;
background-color: #DDF4F4;
font-size: 16px;
height: 34px;
color: #0F8080;
border-radius: 8px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-radius: 8px !important;
}
.input-schedule {
width: 100%;
border: 1px solid #DADADA;
border-radius: 7px;
background-color: #F6F6F6;
height: 34px;
font-size: 13px;
text-align: center;
}
.input-schedule::placeholder {
font-size: 12px;
color: #797979;
}
.btn-schedule.active {
background-image: linear-gradient(to right, #2EBEBE, #1E9D9D, #0B7878);
color: white;
}
.schedulePart {
width: 50%;
}
.schedulePart .select2-selection.select2-selection--multiple {
border-radius: 0;
}
.schedulePart .select2-selection.select2-selection--multiple {
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
left: -565% !important;
top: 45% !important;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
line-height: 28px;
}
#scheduleTypeSelector .select2-selection.select2-selection--single {
border-radius: 0 0 8px 0;
}
#scheduleTypeDefault .select2-selection.select2-selection--single, #scheduleTypeDay .select2-selection.select2-selection--single, #scheduleTypeWeek .select2-selection.select2-selection--single, #scheduleTypeMonth .select2-selection.select2-selection--single {
border-radius: 0 0 0 8px;
}
.select2-container .select2-dropdown .select2-search{
display: none !important;
}
#Command_Title {
border-radius: 8px !important;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
border: 1px solid #1dc9a0;
}
/*.selectRadioBox > label.radio-btn {
font-size: 16px;
}*/
.form-check, .form-switch {
padding-right: 0;
border-radius: 10px;
overflow: hidden;
}