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-16.0.6 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-16.0.5 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-16.0.4 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-16.0.3 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-16.0.2 vendor/assets/stylesheets/components/_timepicker.scss