Template:JakeTesting.css: Difference between revisions
JakeL changed the content model of the page Template:JakeTesting.css from "wikitext" to "CSS" |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
.crw-hero{ | |||
max-width: 980px; margin: 0 auto 1.25rem auto; padding: 1.25rem 1rem; | |||
background:#f8f9fa; border:1px solid #eaecf0; border-radius:6px; text-align:center; | |||
} | |||
.crw-eyebrow{ font-size:.9rem; color:#54595d; letter-spacing:.02em; } | |||
.crw-title{ margin:.15rem 0 .25rem 0; font-weight:700; } | |||
.crw-tagline{ margin:.25rem 0 .35rem 0; font-size:1.05rem; color:#202122; } | |||
.crw-count{ margin:.15rem 0 .75rem 0; color:#202122; } | |||
.crw-cta{ display:flex; flex-wrap:wrap; gap:.5rem; justify-content:center; } | |||
.crw-button{ | |||
display:inline-block; padding:.5rem .8rem; border:1px solid #c8ccd1; border-radius:4px; | |||
background:#fff; font-weight:600; color:#202122; box-shadow:none; | |||
} | |||
.crw-button:hover{ background:#f3f4f6; text-decoration:none; } | |||
.crw-button--secondary{ | |||
border-color:#2a6f2a; color:#fff; background:#2f7f2f; | |||
} | |||
.crw-button--secondary:hover{ background:#276b27; } |