fix(front): fix space around input icons
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a916d1806e
commit
ba9299c632
|
@ -110,7 +110,13 @@ body {
|
|||
@apply border-red-500;
|
||||
}
|
||||
.input-icon-right {
|
||||
right: 0.5rem;
|
||||
@apply right-2;
|
||||
}
|
||||
.input-iconspace-left {
|
||||
@apply pl-8;
|
||||
}
|
||||
.input-iconspace-right {
|
||||
@apply pr-8;
|
||||
}
|
||||
.input[type="text"]:disabled,
|
||||
.input[type="email"]:disabled {
|
||||
|
|
|
@ -34,6 +34,8 @@ export const orugaConfig = {
|
|||
sizeClass: (size: string) => {
|
||||
return `input-size-${size}`;
|
||||
},
|
||||
iconLeftSpaceClass: "input-iconspace-left",
|
||||
iconRightSpaceClass: "input-iconspace-right",
|
||||
},
|
||||
taginput: {
|
||||
itemClass: "taginput-item",
|
||||
|
|
Loading…
Reference in a new issue