Sha256: 2bd494827a6787d65ab70a01c275b6e129b36250ea32be02d31a5fc9166fa673
Contents?: true
Size: 817 Bytes
Versions: 118
Compression:
Stored size: 817 Bytes
Contents
/* ========================================================================== $DEFAULT-TIME-PICKER ========================================================================== */ @import "_variables.less"; /** * The frame the bounds the time picker. */ .picker--time .picker__frame { // Adjust the min & max widths. min-width: @time-min-width; max-width: @time-max-width; } /** * The picker box. */ .picker--time .picker__box { // Keep the font-size small to show more in view. font-size: 1em; // Add a slight background color. background: @bg-grey-light; // Remove the side paddings. padding: 0; // For `medium` screens, move it away from the bottom edge of the screen. @media ( min-height: @breakpoint-medium ) { margin-bottom: 5em; } }
Version data entries
118 entries across 118 versions & 4 rubygems