sparkletown/sparkle

View on GitHub
src/components/molecules/AdminTitle/AdminTitle.scss

Summary

Maintainability
Test Coverage
@import "scss/constants";

$height: 3rem;

.AdminTitle {
  place-content: center start;
  min-height: $height;
  line-height: $height;
  font-size: $height * 0.75;
  font-weight: $font-weight--600;
  margin: $spacing--md;
  padding: 0;
  text-shadow: $text-shadow--outline;
}