Display: Add and fix styles for forms controls

pull/5215/head
Angel Fernando Quiroz Campos 2 years ago
parent e9180a3fd2
commit a3813fb43b
  1. 3
      assets/css/scss/atoms/_autocomplete.scss
  2. 4
      assets/css/scss/atoms/_form.scss
  3. 11
      assets/css/scss/atoms/calendar.scss
  4. 2
      assets/css/scss/index.scss

@ -0,0 +1,3 @@
.p-autocomplete {
@apply flex;
}

@ -56,7 +56,7 @@
.field {
> small {
@apply text-caption;
@apply text-caption text-primary;
}
}
@ -81,7 +81,7 @@
.p-inputwrapper-focus,
.p-inputwrapper-filled {
~ label {
@apply bg-white px-1 text-primary top-0 left-2 text-tiny;
@apply bg-white px-1 text-primary top-0 left-2 text-caption;
top: 0 !important;
}
}

@ -0,0 +1,11 @@
.p-calendar {
@apply flex;
.p-inputtext {
@apply rounded-r-none;
}
.p-button {
@apply rounded-l-none;
}
}

@ -14,8 +14,10 @@
@import "settings/typography";
@import "atoms/form";
@import "atoms/autocomplete";
@import "atoms/avatar";
@import "atoms/buttons";
@import "atoms/calendar";
@import "atoms/checkbox";
@import "atoms/dropdown";
@import "atoms/fieldset";

Loading…
Cancel
Save