123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /*
- Media query breakpoints.
- Processed by postcss/postcss-custom-media.
- */
- /* Navigation related breakpoints */
- /* Grid related breakpoints */
- /* Grid shifts from 6 to 14 columns. */
- /* Width of the entire grid maxes out. */
- /*
- Custom CSS properties.
- These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility.
- */
- :root {
- /* Typography */
- /* Layout */
- /* Drupal administrative toolbar heights and width. */
- /*
- Grid helpers.
- These variables help authors apply widths and negative margins to break items out of
- the grid, while still conforming to the larger grid system.
- Note we cannot change the values of these custom properties within media queries,
- as they are processed by postcss/postcss-custom-properties (for IE11 compatibility),
- which does not support that functionality. Therefore, we need a separate custom
- property for each breakpoint. 😭
- */
- /* Approximate width of a scrollbar. Doesn't have to be perfect. */
- /* Grid gap across various breakpoints. */
- /* Column counts at various breakpoints. */
- /* Count of grid-gaps at various breakpoints. */
- /* Width of the entire grid at various breakpoints. */
- /* Width of a grid column at various breakpoints */
- /* Layout helpers */
- /* Black */
- /* Black 1 */
- /* Black 2 */
- /* Black 3 */
- /* Gray Dark */
- /* Gray Dark 2 */
- /* Gray medium */
- /* Gray medium 1 */
- /* Gray medium 2 */
- /* Black 4 */
- /* Gray light */
- /* Gray light 1 */
- /* Gray light 2 */
- /* Blue dark */
- /* Blue dark 2 */
- /* Blue medium */
- /* Blue bright */
- /* Blue bright 5 */
- /* White */
- /* Red */
- /* Gold */
- /* Green */
- /* Header */
- /* Width of slide out navigation */
- /* Border radius */
- }
|