variables.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/claro/css/base/variables.css
- 10 core/themes/olivero/css/base/variables.css
- 10 core/themes/claro/css/base/variables.css
- 11.x core/themes/olivero/css/base/variables.css
- 11.x core/themes/claro/css/base/variables.css
- 11.x core/modules/navigation/css/base/variables.css
- 10 core/modules/navigation/css/base/variables.css
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :root { /* * Color Palette. */ /* Secondary. */ /* Variations. */ /* 5% darker than base. */ /* 10% darker than base. */ /* 5% darker than base. */ /* 10% darker than base. */ /* 2% darker than base. */ /* 5% darker than base. */ /* 5% darker than base. */ /* 10% darker than base. */ /* Gray variations. */ /* Blue variations. */ /* Red variations. */ /* * Base. */ /* * Typography. */ /* 18px */ /* 1rem = 16px if font root is 100% ands browser defaults are used. */ /* ~36px */ /* ~32px */ /* ~29px */ /* ~26px */ /* ~23px */ /* ~20px */ /* 18px */ /* ~14px */ /* ~13px */ /* ~11px */ /** * Spaces. */ /* 3 * 16px = 48px */ /* 1.5 * 16px = 24px */ /* 1 * 16px = 16px */ /* 0.75 * 16px = 12px */ /* 0.5 * 16px = 8px */ /* * Common. */ /** * Shadows. */ /* * Inputs. */ /* Davy's gray with 0.6 opacity. */ /* Light gray with 0.3 opacity on white bg. */ /* Old silver with 0.5 opacity on white bg. */ /* (1/8)em ~ 2px */ /* (1/16)em ~ 1px */ /* Font size is too big to use 1rem for extrasmall line-height */ /* 7px inside the form element label. */ /* 8px with the checkbox width of 19px */ /* * Details. */ /** * Buttons. */ /** * jQuery.UI dropdown. */ /* Light gray with 0.8 opacity. */ /* Text color with 0.1 opacity. */ /** * jQuery.UI dialog. */ /** * Progress bar. */ /** * Tabledrag icon size. */ /* 17px */ /** * Ajax progress. */ /** * Breadcrumb. */ /** * Vertical Tabs. */ }
File
-
core/
themes/ claro/ css/ base/ variables.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- :root {
- /*
- * Color Palette.
- */
- /* Secondary. */
- /* Variations. */
- /* 5% darker than base. */
- /* 10% darker than base. */
- /* 5% darker than base. */
- /* 10% darker than base. */
- /* 2% darker than base. */
- /* 5% darker than base. */
- /* 5% darker than base. */
- /* 10% darker than base. */
- /* Gray variations. */
- /* Blue variations. */
- /* Red variations. */
- /*
- * Base.
- */
- /*
- * Typography.
- */
- /* 18px */
- /* 1rem = 16px if font root is 100% ands browser defaults are used. */
- /* ~36px */
- /* ~32px */
- /* ~29px */
- /* ~26px */
- /* ~23px */
- /* ~20px */
- /* 18px */
- /* ~14px */
- /* ~13px */
- /* ~11px */
- /**
- * Spaces.
- */
- /* 3 * 16px = 48px */
- /* 1.5 * 16px = 24px */
- /* 1 * 16px = 16px */
- /* 0.75 * 16px = 12px */
- /* 0.5 * 16px = 8px */
- /*
- * Common.
- */
- /**
- * Shadows.
- */
- /*
- * Inputs.
- */
- /* Davy's gray with 0.6 opacity. */
- /* Light gray with 0.3 opacity on white bg. */
- /* Old silver with 0.5 opacity on white bg. */
- /* (1/8)em ~ 2px */
- /* (1/16)em ~ 1px */
- /* Font size is too big to use 1rem for extrasmall line-height */
- /* 7px inside the form element label. */
- /* 8px with the checkbox width of 19px */
- /*
- * Details.
- */
- /**
- * Buttons.
- */
- /**
- * jQuery.UI dropdown.
- */
- /* Light gray with 0.8 opacity. */
- /* Text color with 0.1 opacity. */
- /**
- * jQuery.UI dialog.
- */
- /**
- * Progress bar.
- */
- /**
- * Tabledrag icon size.
- */
- /* 17px */
- /**
- * Ajax progress.
- */
- /**
- * Breadcrumb.
- */
- /**
- * Vertical Tabs.
- */
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.