2016-01-07 20:11:22 +00:00
|
|
|
.page-footer {
|
2015-12-11 07:57:35 +00:00
|
|
|
|
2016-02-17 15:49:07 +00:00
|
|
|
margin-bottom: 30px;
|
2015-12-11 17:25:04 +00:00
|
|
|
|
|
|
|
|
&-back-link {
|
2016-02-03 15:24:50 +00:00
|
|
|
@include button($grey-1);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 10px;
|
2015-12-11 07:57:35 +00:00
|
|
|
}
|
|
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
&-delete-link {
|
|
|
|
|
|
|
|
|
|
line-height: 40px;
|
2016-02-22 12:07:09 +00:00
|
|
|
padding: 1px 0 0 15px;
|
2016-01-14 09:44:06 +00:00
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
a {
|
|
|
|
|
|
|
|
|
|
&:visited,
|
|
|
|
|
&:link {
|
|
|
|
|
color: $error-colour;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:active {
|
|
|
|
|
color: $mellow-red;
|
|
|
|
|
}
|
2016-01-14 09:44:06 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-05 09:55:27 +00:00
|
|
|
&-secondary-link {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
}
|
2016-01-14 09:44:06 +00:00
|
|
|
|
2016-01-07 12:29:56 +00:00
|
|
|
.button-destructive {
|
2016-01-07 16:24:43 +00:00
|
|
|
@include button($error-colour);
|
|
|
|
|
padding: 0.52632em 0.78947em 0.26316em 0.78947em;
|
2016-01-07 12:29:56 +00:00
|
|
|
}
|
|
|
|
|
|
2015-12-11 07:57:35 +00:00
|
|
|
}
|