mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 12:49:48 -04:00
Make external link icons appear
This commit is contained in:
@@ -111,4 +111,12 @@ td {
|
|||||||
|
|
||||||
.form-label {
|
.form-label {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[rel="external"] {
|
||||||
|
@include external-link-default;
|
||||||
|
@include external-link-16;
|
||||||
|
@include media(tablet) {
|
||||||
|
@include external-link-19;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -30,9 +30,12 @@ gulp.task('copy:govuk_template:template', () => gulp.src(paths.template + 'views
|
|||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/stylesheets/**/*.css')
|
gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/stylesheets/**/*.css')
|
||||||
.pipe(plugins.sass({outputStyle: 'compressed'}))
|
.pipe(plugins.sass({
|
||||||
|
outputStyle: 'compressed'
|
||||||
|
}))
|
||||||
|
.on('error', plugins.sass.logError)
|
||||||
.pipe(plugins.cssUrlAdjuster({
|
.pipe(plugins.cssUrlAdjuster({
|
||||||
prependRelative: '/static/',
|
prependRelative: '/static/images/',
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest(paths.dist + 'stylesheets/'))
|
.pipe(gulp.dest(paths.dist + 'stylesheets/'))
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user