Addes button style
This commit is contained in:
parent
5d1e06ffbf
commit
510f7b22d2
|
|
@ -18,7 +18,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subinputForm .ant-input-affix-wrapper > input.ant-input {
|
.subinputForm .ant-input-affix-wrapper>input.ant-input {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 18px 14px 6px 1px !important;
|
padding: 18px 14px 6px 1px !important;
|
||||||
|
|
@ -164,3 +164,9 @@
|
||||||
width: max-content !important;
|
width: max-content !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productMaster-Print {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue