Sha256: 1d328a3bb808b3595f34dcb7b1d78fac3a742cdca0acc27c073c104e52692f90
Contents?: true
Size: 843 Bytes
Versions: 28
Compression:
Stored size: 843 Bytes
Contents
// // 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; } }
Version data entries
28 entries across 14 versions & 1 rubygems