Sha256: b5df659ff99e7d57cda96c056c2c96269a099da6835f561d909ce889ca2155c9

Contents?: true

Size: 1.87 KB

Versions: 1

Compression:

Stored size: 1.87 KB

Contents

body,
input,
textarea,
a.button,
a.button:visited,
button {
  font-family: -apple-system, BlinkMacSystemFont, Calibri, sans-serif;
  color: #111;
}

body {
  font-size: 1rem;
  padding: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  max-width: 80ch;
  margin: 0 0 1rem 0;
}

h1:last-child {
    margin-bottom: 0rem;
  }

h2:last-child {
    margin-bottom: 0rem;
  }

h3:last-child {
    margin-bottom: 0rem;
  }

h4:last-child {
    margin-bottom: 0rem;
  }

h5:last-child {
    margin-bottom: 0rem;
  }

h6:last-child {
    margin-bottom: 0rem;
  }

ul:last-child {
    margin-bottom: 0rem;
  }

ol:last-child {
    margin-bottom: 0rem;
  }

p:last-child {
    margin-bottom: 0rem;
  }

h1 {
  font-size: 2rem;
  margin-top: 2rem;
}

h1:first-child {
    margin-top: 0rem;
  }

a,
a:visited {
  color: #1d7195;
}

a:hover,
a:focus {
  color: #15516a;
}

button,
a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: inherit;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0.5em 0.75em;
  background: #e8e8e8;
  box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.25);
  -webkit-text-decoration: none;
  text-decoration: none;
}

button.primary:not(.does-not-exist),a.primary.button {
    background: #111;
    border-color: #111;
    color: #fff;
    box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.2);
  }

button.primary:not(.does-not-exist):hover,a.primary.button:hover {
      box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.1);
    }

.buttons,
table {
  margin: 1.5rem 0;
}

.buttons:last-child {
    margin-bottom: 0px;
  }

table:not(.does-not-exist):last-child {
    margin-bottom: 0px;
  }

table {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

table th,table td {
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 0;
    border-bottom: 1px solid #ddd;
  }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pages_core-3.15.5 app/assets/builds/pages_core/mailer.css