All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sass.n2o.components.TimePicker.scss Maven / Gradle / Ivy

The newest version!
.n2o-time-picker__header {
    text-align: center;
    font-weight: 600;
    font-size: $font-size-sm;
    padding: $dropdown-item-padding-y $dropdown-item-padding-x;
    border-bottom: $popover-border-width solid $popover-border-color;
    border-right: $popover-border-width solid $popover-border-color;

    .last {
        border-right: none;
    }
}

.n2o-time-picker__panel {
    height: 192px;
    overflow-y: scroll;
    box-sizing: content-box;

    .n2o-time-picker__panel__item {
        text-align: center;
    }
}

.n2o-time-picker__input {
    cursor: pointer;

    input {
        cursor: pointer;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy