Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/WorkFlow/css/ModalEmployeeEdit.css
2025-03-09 21:52:06 +03:30

275 lines
5.5 KiB
CSS

.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
}
.titleForm {
background-color: #23A8A8;
padding: 5px;
width: 180px;
color: #ffffff;
font-weight: 600;
text-align: center;
white-space: nowrap;
}
.titleForm2 {
background-color: #23A8A8;
padding: 5px;
width: 191px;
color: #ffffff;
font-weight: 600;
text-align: center;
white-space: nowrap;
}
.form-group {
border-radius: 8px;
overflow: hidden;
border: 1px solid #199494;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-control {
border-color: transparent !important;
border-radius: 0;
}
.form-control:focus {
box-shadow: none !important;
border-color: transparent !important;
}
.mg-btn2s {
position: absolute;
left: 8px;
top: 8px;
}
.mg-btn2s2 {
position: absolute;
left: -10px;
top: 8px;
}
.details {
font-size: 13px;
line-height: 27px;
font-weight: 700;
margin-bottom: 10px;
}
.form-check-input {
outline: 1px solid #23A8A8 !important;
border: 1px solid white;
}
.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
border-radius: 6px;
}
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
padding: 0 !important;
width: 20px;
height: 20px;
margin: 0 !important;
}
@media (max-width: 992px) {
.titleForm2 {
width: 100%;
}
.form-group {
display: block !important;
}
.titleForm {
width: 100%;
}
.mg-btn2s {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 45px;
justify-content: center;
}
.mg-btn2s2 {
justify-content: center;
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 45px;
}
.buttonsActions {
margin: 0 !important;
}
.buttonsActionsParent {
width: 100%;
display: flex;
gap: 15px;
justify-content: center;
}
.titleForm, .titleForm2, .form-control {
padding: 0 !important;
}
.form-control {
border-color: transparent !important;
text-align: center;
}
.mg-btn2s {
top: 28px !important;
}
.mg-btn2s2 {
top: 28px !important;
}
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
width: 15px;
height: 15px;
}
.mg-btn {
padding: .4rem .5rem;
}
@media (max-width: 766px) {
.mg-btn2s {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 45px;
justify-content: center;
}
.mg-btn2s2 {
justify-content: center;
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 45px;
}
.mg-btn2s {
top: 28px !important;
}
.mg-btn2s2 {
top: 28px !important;
width: 100% !important;
}
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
width: 12px;
height: 12px;
}
.form-group {
height: 60px !important;
}
.buttonsActionsParent {
margin-top: 4px;
}
.navbar-details-menu::-webkit-scrollbar {
display: none;
}
.navbar-details-menu {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.mg-btn {
padding: .2rem .3rem;
}
.form-group {
height: 58px !important;
}
.form-control {
margin: 5px 0 !important;
border-radius: 5px;
text-align: center;
}
}
@media (max-width: 576px) {
.mg-btn2s {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 45px;
justify-content: center;
}
.mg-btn2s2 {
justify-content: center;
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 45px;
}
.mg-btn2s {
top: 28px !important;
}
.mg-btn2s2 {
top: 28px !important;
width: 100% !important;
}
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
width: 12px;
height: 12px;
}
.form-group {
height: 60px !important;
}
.operationBtn {
width: 33%;
padding: .4rem 1rem;
background-color: #84CC16;
color: white;
border-radius: 6px;
}
.navbar-details-menu::-webkit-scrollbar {
display: none;
}
.navbar-details-menu {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.form-group {
height: 58px !important;
}
.form-control {
margin: 5px 0 !important;
border-radius: 5px;
text-align: center;
}
}
}