Files
notifications-admin/app/assets/stylesheets/govuk_template/govuk-template-print.scss
Rebecca Law 11d79951f3 Moved the templates into the app directory.
Added Manager to the app.py
2015-11-23 16:07:19 +00:00

19 lines
393 B
SCSS

// PRINT STYLESHEET COMPILER
// STYLEGUIDE
// Mixins to be shared across gov.uk sites. Anything set in these
// files can be used in the view files.
$is-print: true;
@import "styleguide/print";
@import "govuk_frontend_toolkit/stylesheets/typography";
// OUTPUT
// The following files and inline CSS will form the output of print.css
html {
font-size: 62.5%;
}
@import "core-print";