diff --git a/scss/atat.scss b/scss/atat.scss index db293228..5e7b2131 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -6,6 +6,7 @@ @import 'base/buttons'; @import 'base/tables'; +@import 'components/site_action'; @import 'components/empty_state'; @import 'sections/navigation'; diff --git a/scss/components/_site_action.scss b/scss/components/_site_action.scss new file mode 100644 index 00000000..98af0b18 --- /dev/null +++ b/scss/components/_site_action.scss @@ -0,0 +1,15 @@ +.site-action { + border-bottom: 1px solid $color-gray-lightest; + display: block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + margin-top: 0.25rem; + + a { + font-size: 1.3rem; + text-transform: uppercase; + text-decoration: none; + color: $color-primary !important; + } + +} \ No newline at end of file diff --git a/templates/requests_new.html.to b/templates/requests_new.html.to index 75fc8ae2..f72f69db 100644 --- a/templates/requests_new.html.to +++ b/templates/requests_new.html.to @@ -4,7 +4,8 @@ -‹ All requests +
+