Refactor #5175 - Calendar shares styles
parent
d9cb8946b8
commit
a23e3eb50d
|
@ -75,6 +75,12 @@ const inputTextCSS = `
|
||||||
.p-fluid .p-inputtext {
|
.p-fluid .p-inputtext {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-fluid .p-input-icon-left,
|
||||||
|
.p-fluid .p-input-icon-right {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const css = `
|
const css = `
|
||||||
|
|
|
@ -16,12 +16,6 @@ const css = `
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -.5rem;
|
margin-top: -.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-fluid .p-input-icon-left,
|
|
||||||
.p-fluid .p-input-icon-right {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue