Sha256: 26a0be2ec33440e4080620affe29f24eef71b20780b76447e1ee6e7d23b86c32
Contents?: true
Size: 799 Bytes
Versions: 65
Compression:
Stored size: 799 Bytes
Contents
$font-weight-bold: 600 !default; $gray-200: #e9ecef !default; $blue: #007bff !default; $white: #fff !default; $primary: $blue !default; .effective__simple-calendar { text-align: center; max-width: 18rem; .calendar-heading { font-weight: $font-weight-bold; background: $gray-200; margin-bottom: 0.5rem; line-height: 1; } .calendar-title { text-transform: uppercase; } .calendar-arrow { font-size: 1rem; padding: 0.75rem .875rem; a { text-decoration: none; } a:hover { text-decoration: none; } } .table th { border: 0px; } .table td { aspect-ratio: 1 / 1; width: 2rem; height: 2rem; vertical-align: middle; border: 1px solid $gray-200; } .calendar-day { background: $primary; color: $white; } }
Version data entries
65 entries across 65 versions & 1 rubygems