diff --git a/app/styles/app/layouts/missing-notice.sass b/app/styles/app/layouts/missing-notice.sass index 497c9385..40c39963 100644 --- a/app/styles/app/layouts/missing-notice.sass +++ b/app/styles/app/layouts/missing-notice.sass @@ -1,8 +1,27 @@ .missing-notice text-align: center + a + font-size: 14px + .page-title - color: #808080 + color: #434343 font-size: 36px font-weight: 200 - line-height: 1 \ No newline at end of file + line-height: 1 + margin-bottom: .5em + +.page-notice + font-size: $font-size-m + color: #8d8d8d + +.page-graphic + width: 80% + height: auto + max-width: 310px + margin: 3.75rem auto 0 + padding: 0 2em + line-height: 0 + border-bottom: 1px solid #DEDCDB + @media #{$medium-up} + width: 32% diff --git a/app/styles/app/modules/buttons.sass b/app/styles/app/modules/buttons.sass index 4caac525..654b2f20 100644 --- a/app/styles/app/modules/buttons.sass +++ b/app/styles/app/modules/buttons.sass @@ -22,6 +22,7 @@ $button-border-color: #d4d4d4 text-align: center color: $gray-dark-3 white-space: nowrap + border-radius: 2px .button:hover, .button:focus, diff --git a/app/templates/builds/not-found.hbs b/app/templates/builds/not-found.hbs index ffb74ad3..35c85ad0 100644 --- a/app/templates/builds/not-found.hbs +++ b/app/templates/builds/not-found.hbs @@ -1,6 +1,63 @@
Want to start testing this project on Travis CI?
- Trigger the first build + Read the Docs on Getting Started