Sha256: cd0a6220f0d0d34a65e8a57cf279f111570787aa4eb63562e2248de6f16e3185

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

@import "../tokens/colors";
@import "../tokens/typography";

[class^=pb_time] {
  [class^=pb_body] {
    font-weight: $bold !important;
  }

  [class^=pb__time_timezone] {
    font-size: $font-small;
    font-weight: $regular;
    color: $text-lt-light;

    &::before {
      content: " ";
    }
  }

  &[class*=_lg] {
    [class^=pb__time_timezone] {
      font-size: $font-large !important;
      color: $text-lt-light;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
playbook_ui-2.8.4 app/pb_kits/playbook/pb_time/_time.scss
playbook_ui-2.8.3 app/pb_kits/playbook/pb_time/_time.scss
playbook_ui-2.8.1 app/pb_kits/playbook/pb_time/_time.scss