Files
notifications-admin/app/assets/stylesheets/views/template.scss
T

38 lines
559 B
SCSS
Raw Normal View History

.template-container {
position: relative;
}
%edit-template-link,
.edit-template-link {
@include core-19;
position: absolute;
background: $link-colour;
color: $white;
2020-02-21 13:21:44 +00:00
padding: 10px govuk-spacing(3);
z-index: 10000;
&:link, &:visited {
color: $white;
}
&:hover {
color: $light-blue-25;
}
2020-11-11 14:58:21 +00:00
&:focus {
color: $govuk-text-colour;
}
}
2021-01-06 17:38:44 +00:00
.template-content-count {
@include core-19($tabular-numbers: true);
color: $secondary-text-colour;
padding: 0 0 govuk-spacing(6) 0;
2021-01-06 17:38:44 +00:00
& .govuk-error-message {
margin: 0;
2021-01-06 17:38:44 +00:00
}
}