2016-01-07 20:11:22 +00:00
|
|
|
.page-footer {
|
2015-12-11 07:57:35 +00:00
|
|
|
|
2015-12-11 17:25:04 +00:00
|
|
|
margin-bottom: 50px;
|
|
|
|
|
|
|
|
|
|
&-back-link {
|
2016-01-07 20:11:22 +00:00
|
|
|
display: block;
|
|
|
|
|
margin-top: $gutter;
|
2015-12-11 07:57:35 +00:00
|
|
|
}
|
|
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
&-delete-link {
|
|
|
|
|
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
|
|
|
|
|
|
a:visited,
|
|
|
|
|
a:link {
|
|
|
|
|
color: $error-colour;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
|
a:active {
|
|
|
|
|
color: $mellow-red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2016-01-07 12:29:56 +00:00
|
|
|
.button {}
|
|
|
|
|
|
|
|
|
|
.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
|
|
|
}
|