UI: Fix style for input with right icon

pull/4726/head
Angel Fernando Quiroz Campos 2 years ago
parent 182e61d68a
commit 1db210073b
  1. 14
      assets/css/scss/atoms/_input_text.scss

@ -31,13 +31,15 @@
//left: nth($inputPadding, 2) * 2 + $primeIconFontSize;
}
.p-input-icon-right > i:last-of-type {
//right: nth($inputPadding, 2);
//color: $inputIconColor;
}
.p-input-icon-right {
> i:last-of-type,
> svg:last-of-type {
@apply right-3;
}
.p-input-icon-right > .p-inputtext {
//padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
> .p-inputtext {
@apply pr-10;
}
}
.p-inputtext-sm {

Loading…
Cancel
Save