Skip to content
Snippets Groups Projects
Commit dcb59e5a authored by khawkins98's avatar khawkins98
Browse files

Make dev note an include

parent cdc07e6f
No related branches found
No related tags found
No related merge requests found
// Common rules for EMBL-EBI website elements - global and local headers and footers.
// These build atop and tweak Foundation's base styles, which we do not directly edit.
//
// We do not recommend you edit this file. Rather add any overrides using the pattern in theme-template.css,
// or if you're using Sass you can override settings in _theme_settings.scss
// Note to show in compiled CSS
/*
================
DEVELOPERS: READ BEFORE EDITING!
================
If you wish to use Sass, do not edit this file. Edit ebi-global.scss
If you don't care about Sass, delete this block and the ebi-global.scss file
and use the compiled CSS version.
*/
// Common rules for EMBL-EBI website elements - global and local headers and footers.
// These build atop and tweak Foundation's base styles, which we do not directly edit.
//
// We do not recommend you edit this file. Rather add any overrides using the pattern in theme-template.css,
// or if you're using Sass you can override settings in _theme_settings.scss
// Note to show in compiled CSS
/*
================
DEVELOPERS: READ BEFORE EDITING!
================
If you wish to use Sass, do not edit this file. Edit ebi-global.scss
If you don't care about Sass, delete this block and the ebi-global.scss file
and use the compiled CSS version.
*/
// Various includes
@import 'ebi_theme_settings';
@import 'tag';
......@@ -423,3 +407,14 @@
ul:after { content: " "; height: .5rem; display: block; clear: both; } // a clearfix to show background
}
}
// ebi-styles
@if $include-ebi-global-styles {
@include ebi-base-styles;
@include ebi-utility-styles;
}
@if $include-ebi-extra-styles {
@include ebi-print-styles;
@include ebi-clearable-inputs;
@include ebi-table-styles;
}
......@@ -5,10 +5,7 @@
* areas, but have a few specific pages where they want the added components.
*/
// Include all EBI branding
$include-ebi-global-styles: false !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
@import '../ebi_dev_note';
// Include the common settings
@import 'settings-common';
......@@ -80,13 +77,7 @@ $include-ebi-extra-styles: true !global;
// ebi-specific fixes
// @include ebi-foundation-overides;
// ebi-styles
@if $include-ebi-global-styles {
@include ebi-base-styles;
@include ebi-utility-styles;
}
@if $include-ebi-extra-styles {
@include ebi-print-styles;
@include ebi-clearable-inputs;
@include ebi-table-styles;
}
// Include all EBI branding
$include-ebi-global-styles: false !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
......@@ -4,10 +4,7 @@
* It is the default an we expect it to be the most commonly used version.
*/
// Include all EBI branding
$include-ebi-global-styles: true !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
@import '../ebi_dev_note';
// Include the common settings
@import 'settings-common';
......@@ -79,13 +76,7 @@ $include-ebi-extra-styles: true !global;
// ebi-specific fixes
@include ebi-foundation-overides;
// ebi-styles
@if $include-ebi-global-styles {
@include ebi-base-styles;
@include ebi-utility-styles;
}
@if $include-ebi-extra-styles {
@include ebi-print-styles;
@include ebi-clearable-inputs;
@include ebi-table-styles;
}
// Include all EBI branding
$include-ebi-global-styles: true !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
......@@ -6,10 +6,7 @@
* compatibility issues.
*/
// Include all EBI branding
$include-ebi-global-styles: false !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
@import '../ebi_dev_note';
// Include the common settings
@import 'settings-common';
......@@ -81,14 +78,7 @@ $include-ebi-extra-styles: true !global;
// ebi-specific fixes
@include ebi-foundation-overides;
// ebi-styles
// ebi-styles
@if $include-ebi-global-styles {
@include ebi-base-styles;
@include ebi-utility-styles;
}
@if $include-ebi-extra-styles {
@include ebi-print-styles;
@include ebi-clearable-inputs;
@include ebi-table-styles;
}
// Include all EBI branding
$include-ebi-global-styles: false !global;
$include-ebi-extra-styles: true !global;
@import '../ebi-global.scss';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment