HEX
Server: Apache
System: Linux webm014.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: circuix (152771)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/circuix/adrRc/wp-content/plugins/wp-maintenance/js/lib/themes-source/default.time.less
/* ==========================================================================
   $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;
    }
}