Sha256: c56b24806fbc5031248ffcd34f312602feb1060c7723adb552871e467a33efeb

Contents?: true

Size: 594 Bytes

Versions: 65

Compression:

Stored size: 594 Bytes

Contents

// Table of Contents
// ==================================================
// Timepicker

// scss-lint:disable NestingDepth
// scss-lint:disable SelectorDepth

// Timepicker
// ==================================================
.timepicker {
  color: color(gray);
  padding: 4px;

  table {
    width: 100%;

    td {
      height: 30px;
      padding: 0;
      text-align: center;

      a {
        color: color(gray);
        font-size: 24px;

        @if ($pseudo-elements) {
          &:hover,
          &:active,
          &:focus { color: color(primary); }
        }
      }
    }
  }
}

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
active_frontend-18.0.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-18.0.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.7.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.6.3 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.6.2 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.6.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.6.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.5.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.5.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.4.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.4.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.3.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.3.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.2.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.1.4 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.1.3 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.1.2 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.1.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.1.0 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-17.0.4 vendor/assets/stylesheets/components/_timepicker.scss