-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.scss
75 lines (67 loc) · 3.28 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
@charset "UTF-8";
/*
Theme Name: Nightingale
Text Domain: nightingale
Version: 2.7.4
Requires at least: 5.0
Tested up to: 6
Requires PHP: 5.2.4
Description: Theme for NHS organisations based on the NHS Digital frontend framework. Highly customisable for all types of NHS organisations, from campaign sites to primary care providers to arms length bodies to community practices. This can also be used for non NHS organisations.
Tags: education, right-sidebar, custom-menu, footer-widgets, threaded-comments, theme-options
Author: Tony Blacker, NHS Leadership Academy
Author URI: https://www.leadershipacademy.nhs.uk
Theme URI: https://digital.leadershipacademy.nhs.uk/digital-capabilities/websites/nightingale-theme-user-guide/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Copyright: National Health Service, 2019 - 2020
This theme, like WordPress, is licensed under the GPL.
It is based on the excellent work of Underscores (https://underscores.me/, (C) 2012-2017 Automattic, Inc) and the NHS Frontend Library from NHS Digital.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import 'assets/scss/default';
@import 'node_modules/nhsuk-frontend/packages/nhsuk.scss';
@import 'assets/scss/accessibility'; // global accessibility improvements
// start importing the theme specific settings
@import 'assets/scss/nhs-colours';
// nhs colour pallette
@import 'assets/scss/generic-overrides';
// generic over-rides to remove default wordpress styling issues
// @import 'assets/scss/header';
// header styles
@import 'assets/scss/style_variations';
// block elements
@import 'assets/scss/sidebar-widgets.scss';
// sidebar elements and subpages navigation
@import 'assets/scss/comments-and-meta';
// Print output styling
@import 'assets/scss/print';
// over-ride for gallery styling to bring into NHSUK style
@import 'assets/scss/gallery';
// Gravity Forms plugin styling to match NHSUK design patterns
@import 'assets/scss/gravity-forms';
// LearnDash plugin styling to match NHSUK design patterns
@import 'assets/scss/learndash-styling';
// Events Calendar plugin styling to match NHSUK design patterns
@import 'assets/scss/events-calendar-styling';
// Download Monitor plugin styling to match NHSUK design patterns
@import 'assets/scss/download-monitor';
// Emergency Alert design patterns.
@import 'assets/scss/emergency_alert';
// Add tabbed layout design patterns.
@import 'assets/scss/tabs';
// Add Feedback Banner pattern
@import 'assets/scss/feedback_banner';
@import 'assets/scss/nhsblocks/nhsl-blocks'; // specific elements for nhsl-blocks plugin
@import 'assets/scss/nhsblocks/style_variations';//gutenberg blocks style variations
@import 'assets/scss/nhsblocks/stripe-blocks';//gutenberg blocks stripe
// Legacy components - added 16th November 2020
@import 'assets/scss/nhsblocks/legacy/panel/panel';
@import 'assets/scss/nhsblocks/legacy/promo/promo';
@import 'assets/scss/nhsblocks/legacy/care-card/care-card';
@import 'assets/scss/nhsblocks/legacy/legacy';
// nhs colour pallette
@import 'assets/scss/color-mixer';
// Rework the cookie control notice for better accessibility
@import 'assets/scss/cookie-control';