2026-04-13 19:04:12 +05:30

44 lines
1.0 KiB
CSS

.experience-unit {
width: 96px;
justify-content: center;
}
.experience-group .col-6:first-child .form-control {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.experience-group .col-6:first-child .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.experience-group .col-6:last-child .form-control {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.experience-group .col-6:last-child .input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 0;
margin-bottom: 0;
padding: 0.1rem 0.45rem 0.1rem 1.05rem;
font-size: 0.90rem;
line-height: 1.15;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
left: 0rem;
top: 50%;
transform: translateY(-50%);
margin-right: 0;
}
.ov-content {
display: flex;
justify-content: center;
}