Date Field

Mixins

calendar-wrapper

@mixin calendar-wrapper() { ... }@mixin calendar-wrapper() { 
  position: relative;
 }
Description

Mixins for the kib-date-field calendar wrapper component styles. Allows for relative positioning of the wrapper.

Parameters

None.

calendar-container

@mixin calendar-container() { ... }@mixin calendar-container() { 
  position: absolute;
  z-index: 2;
 }
Description

Mixins for the kib-date-field calendar container component styles. Prevents calendar from pushing content down. Allows for absolute positioning of the container.

Parameters

None.