Android_Retail/src/Styles/Employee/EmpMaster.scss

97 lines
1.4 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.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;
}
}
}