You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

inlinedatefield.scss 279B

12345678
  1. @mixin liferay-inlinedatefield ($primaryStyleName : v-inline-datefield) {
  2. @include liferay-datefield(v-inline-datefield);
  3. .#{$primaryStyleName} {
  4. line-height:19px; /* Override popup datefields line-height:0 to get correct line heights */
  5. }
  6. }