diff --git a/app/styles/app/_mixins/mixins.sass b/app/styles/app/_mixins/mixins.sass index 9b31edf3..e4609b31 100644 --- a/app/styles/app/_mixins/mixins.sass +++ b/app/styles/app/_mixins/mixins.sass @@ -67,3 +67,17 @@ %inline-block display: inline-block + +%helptext + font-size: $font-size-m + color: $grey1 + a + color: $grey3 + text-decoration: none + &:hover + text-decoration: underline + +%section-title + font-size: $font-size-sm + color: $grey1 + font-weight: 400 diff --git a/app/styles/app/layouts/caches.sass b/app/styles/app/layouts/caches.sass index 6671eb4b..8112594b 100644 --- a/app/styles/app/layouts/caches.sass +++ b/app/styles/app/layouts/caches.sass @@ -52,4 +52,15 @@ a:hover text-decoration: underline .button--delete - float: right \ No newline at end of file + float: right + +.caches-helptext + @extend %helptext + +.caches-title + @extend %helptext + @extend %section-title + @include clearfix + float: left + margin: 1em 0 .5em + diff --git a/app/templates/caches.hbs b/app/templates/caches.hbs index 0c1d9de3..c79ca46a 100644 --- a/app/templates/caches.hbs +++ b/app/templates/caches.hbs @@ -1,25 +1,27 @@ {{#if model.pushes.length}}
-No caches have been created yet,
read more on how to setup caching with your build.
No caches have been created yet,
read more on how to setup caching with your build.