Sha256: 16896cded9ee5790ec1f21a7d3bf04b4fbaf5c2111488ad4e8d190e582e88d6a

Contents?: true

Size: 873 Bytes

Versions: 2

Compression:

Stored size: 873 Bytes

Contents

body {
  color: $base-font-color;
  font-family: $base-font-family;
  font-size: $base-font-size;
  line-height: $base-line-height;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $heading-font-family;
  font-size: $base-font-size;
  line-height: $heading-line-height;
  margin: 0;
}

p {
  margin: 0 0 $small-spacing;
}

a,
.link:is(
  button,
  [type="button"],
  [type="reset"],
  [type="submit"]
) {
  color: $action-color;
  text-decoration-skip-ink: auto;
  transition: color $base-duration $base-timing;

  /* stylelint-disable selector-no-qualifying-type */
  &.link--danger {
    color: $red;
  }

  &:hover {
    color: mix($black, $action-color, 25%);
  }

  &:focus {
    outline: $focus-outline;
    outline-offset: $focus-outline-offset;
  }
}

hr {
  border-bottom: $base-border;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: $base-spacing 0;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
administrate-1.0.0.beta3 app/assets/stylesheets/administrate/base/_typography.scss
administrate-1.0.0.beta2 app/assets/stylesheets/administrate/base/_typography.scss