Sha256: 7934120379a555b02d3ab79b26950dd7fc28aa1fe5a16abe8b23d6783477af0b

Contents?: true

Size: 808 Bytes

Versions: 1

Compression:

Stored size: 808 Bytes

Contents

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

// stylelint-disable declaration-no-important
.font-xs {
  font-size: .75rem !important;
}

.font-sm {
  font-size: .85rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.text-value {
  font-size: ($font-size-base * 1.5);
  font-weight: 600;
}
.text-value-sm {
  font-size: ($font-size-base * 1.25);
  font-weight: 600;
}

.text-value-lg {
  font-size: ($font-size-base * 1.75);
  font-weight: 600;
}

.text-white .text-muted {
  color: rgba(255, 255, 255, .6) !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anchor_ui-sprockets-5.2.0.1 app/assets/stylesheets/coreui/utilities/_typography.scss