UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

36 lines (34 loc) 843 B
// // Date and Time // -------------------------------------------------- .date-time-picker-pf .input-group-addon { .fa, .pficon { width: 12px; } } .date-time-range-picker-pf { .form-control, .form-control:not(:first-child):not(:last-child) { border-radius: @border-radius-base; } .form-control:first-child { border-bottom-right-radius: @border-radius-base; border-top-right-radius: @border-radius-base; } .form-control:last-child { border-bottom-left-radius: @border-radius-base; border-top-left-radius: @border-radius-base; } .input-group-addon { background-color: transparent; border: none; line-height: @line-height-base; padding: @padding-base-vertical @padding-base-horizontal; } .dropdown-kebab-pf { float: right; margin-left: 0; margin-right: -15px; } }