Sha256: b34d93e949475185b85fd40a6e429889e934db4472ee4dd8f09c85bc6a7c66e4

Contents?: true

Size: 546 Bytes

Versions: 12

Compression:

Stored size: 546 Bytes

Contents

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

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

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

  table {
    width: 100%;

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

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

        &:hover,
        &:active,
        &:focus { color: color(primary); }
      }
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
active_frontend-15.0.23 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.22 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.21 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.20 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.19 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.18 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.17 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.16 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.15 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.14 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.13 vendor/assets/stylesheets/components/_timepicker.scss
active_frontend-15.0.12 vendor/assets/stylesheets/components/_timepicker.scss