Sha256: 4ad8fabab78c84b762768d51afa51664108e6b94499899ee4e62dcd477d471a7

Contents?: true

Size: 599 Bytes

Versions: 2

Compression:

Stored size: 599 Bytes

Contents

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

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

// Timepicker
// ==================================================
.timepicker {
  color: color(dark-haze);
  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

2 entries across 2 versions & 1 rubygems

Version Path
active_frontend-16.0.1 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-16.0.0 vendor/assets/stylesheets/components/_timepicker.scss