Style page action back link
This commit is contained in:
parent
fc8315e319
commit
b26b534a90
@ -6,6 +6,7 @@
|
||||
@import 'base/buttons';
|
||||
@import 'base/tables';
|
||||
|
||||
@import 'components/site_action';
|
||||
@import 'components/empty_state';
|
||||
|
||||
@import 'sections/navigation';
|
||||
|
15
scss/components/_site_action.scss
Normal file
15
scss/components/_site_action.scss
Normal file
@ -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;
|
||||
}
|
||||
|
||||
}
|
@ -4,7 +4,8 @@
|
||||
|
||||
|
||||
|
||||
<a href="/requests">‹ All requests</a>
|
||||
<div class="site-action"><a href="/requests">‹ All requests</a></div>
|
||||
|
||||
<h1>New Request</h1>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user