167 lines
2.5 KiB
SCSS
167 lines
2.5 KiB
SCSS
.field-DropDown-Emp {
|
|
width: 252px !important;
|
|
}
|
|
|
|
.required:after {
|
|
content: " *";
|
|
color: #ff4d4f;
|
|
}
|
|
|
|
.MapDiv {
|
|
position: relative;
|
|
//srinath
|
|
height: 100%;
|
|
// height: 55%;
|
|
flex-grow: 1;
|
|
// width: var(--INPUT_FIELD_WIDTH);
|
|
overflow: hidden;
|
|
border: none;
|
|
}
|
|
|
|
.subinputForm .ant-input-affix-wrapper > input.ant-input {
|
|
font-size: inherit;
|
|
border: none;
|
|
padding: 18px 14px 6px 1px !important;
|
|
padding-top: 1rem;
|
|
border-radius: 0;
|
|
outline: none;
|
|
}
|
|
|
|
.Withoutmap {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
column-gap: 0.5rem;
|
|
}
|
|
|
|
.formAddressDiv {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
column-gap: 0.5rem;
|
|
}
|
|
|
|
.formAddressDiv p {
|
|
color: deepskyblue;
|
|
}
|
|
|
|
.form-control-Emp {
|
|
width: 220px;
|
|
height: 49px;
|
|
}
|
|
|
|
.drp_btn_Mode {
|
|
display: inline;
|
|
}
|
|
|
|
.enable-comm {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
.commission-dtls {
|
|
display: flex;
|
|
column-gap: 3rem;
|
|
row-gap: 2rem;
|
|
flex-wrap: wrap;
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.monthly-commision {
|
|
width: 110px;
|
|
}
|
|
|
|
.sports-masterimage {
|
|
display: flex;
|
|
gap: 1rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.MobileAppAccessmain {
|
|
p {
|
|
font-size: 12px !important;
|
|
color: #5a5a5a !important;
|
|
font-family: unset !important;
|
|
font-weight: 400 !important;
|
|
padding-bottom: 0 !important;
|
|
letter-spacing: -0.3px;
|
|
}
|
|
}
|
|
|
|
.EmpDOJMain {
|
|
.ant-picker-input {
|
|
input::placeholder {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.image-preview__content {
|
|
background-color: #f5f5f5;
|
|
margin: 1rem;
|
|
border: 2px solid #dfdfdf;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding: 1rem;
|
|
border-radius: 4px;
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 90%;
|
|
}
|
|
}
|
|
|
|
.image-preview {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.image-preview__nav-btn {
|
|
border: none;
|
|
outline: none;
|
|
width: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
justify-content: center;
|
|
border-radius: 10pc;
|
|
background-color: #acacac;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
transition: all 0.3s;
|
|
|
|
&:hover {
|
|
background-color: #979797;
|
|
transform: scale(1.05);
|
|
}
|
|
|
|
&:active {
|
|
background-color: #5e5e5e;
|
|
}
|
|
}
|
|
|
|
.padding-less-modal {
|
|
.ant-modal-content {
|
|
padding: 34px !important;
|
|
}
|
|
}
|
|
|
|
.StocklistsearchAddDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.stockAdjustListMaster {
|
|
.primary_Button {
|
|
width: max-content !important;
|
|
}
|
|
}
|