Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| gin-image-preview.pcss.css | file | core/ |
.image-preview { img { background-color: var(--gin-pattern-fallback); background-image: linear-gradient(-45deg, var(--gin-pattern) 25%, transparent 26%), linear-gradient(-45deg, var(--gin-pattern) 25%, transparent 26%),… |
| gin-insert.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ [data-drupal-selector="edit-fields-field-image-settings-edit-form-third-party-settings-insert"] { … |
| gin-insert.pcss.css | file | core/ |
[data-drupal-selector="edit-fields-field-image-settings-edit-form-third-party-settings-insert"] { .gin-layer-wrapper { margin-block-start: var(--gin-spacing-m); … |
| gin-layers.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore imageapi */ .page-content { margin-block-start: 0; > .help, > .region-content, … |
| gin-layers.pcss.css | file | core/ |
/* cspell:ignore imageapi */ @import "media-queries.pcss.css"; .page-content { margin-block-start: 0; > .help, > .region-content, > .region-highlighted { @media (--admin-small) { margin-block-start:… |
| gin-local-actions.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Action link layout styles. */ .local-actions { margin-inline-end: calc(var(--gin-spacing-xxs) *… |
| gin-local-actions.pcss.css | file | core/ |
/** * Action link layout styles. */ .local-actions { margin-inline-end: calc(var(--gin-spacing-xxs) * -1); padding: 0; list-style: none; font-size: 0; /* Chrome fix. */ margin-block: var(--gin-spacing-s)… |
| gin-maxlength.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .form-item .counter { margin-block-start: var(--gin-spacing-xs); color: var(--gin-color-text); … |
| gin-maxlength.pcss.css | file | core/ |
.form-item .counter { margin-block-start: var(--gin-spacing-xs); color: var(--gin-color-text); font-size: var(--gin-font-size-xs); line-height: 1.3; } |
| gin-messages.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .messages { position: relative; margin-block-start: 0; padding: var(--gin-spacing-m); opacity: 1; … |
| gin-messages.pcss.css | file | core/ |
.messages { position: relative; margin-block-start: 0; padding: var(--gin-spacing-m); opacity: 1; border: 2px solid transparent; border-radius: var(--gin-border-l); .gin--dark-mode & { box-shadow: 0 6px 16px… |
| gin-pager.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .pager__link { color: var(--gin-color-text); background-color:… |
| gin-pager.pcss.css | file | core/ |
.pager__link { color: var(--gin-color-text); background-color: transparent; } .pager__link.is-active, .pager__item--current { color: var(--gin-bg-app); } .pager__link:hover, .pager__link.is-active:hover { color:… |
| gin-panel.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .block-system > .node-confirm-form, .block-system > .confirmation { padding-block-start:… |
| gin-panel.pcss.css | file | core/ |
.block-system > .node-confirm-form, .block-system > .confirmation { padding-block-start: var(--gin-spacing-l); } .panel__title, .system-status-general-info__header, .system-status-report__requirements-group >… |
| gin-performance.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .system-clear-cache #edit-clear { margin: 0; } |
| gin-performance.pcss.css | file | core/ |
.system-clear-cache #edit-clear { margin: 0; } |
| gin-permissions.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .permissions .module { font-weight: var(--gin-font-weight-bold); } |
| gin-permissions.pcss.css | file | core/ |
.permissions .module { font-weight: var(--gin-font-weight-bold); } |
| gin-progress.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .progress__bar { border-color: var(--gin-color-primary); background-color: var(--gin-color-primary); … |
| gin-progress.pcss.css | file | core/ |
.progress__bar { border-color: var(--gin-color-primary); background-color: var(--gin-color-primary); box-shadow: 0 0.125em 0.25em var(--gin-color-primary-light), 1.25em 0.9375em 2em var(--gin-color-primary-light); } .progress__track { … |
| gin-quotation.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ blockquote { position: relative; margin: var(--gin-spacing-m); padding-inline-start:… |
| gin-quotation.pcss.css | file | core/ |
blockquote { position: relative; margin: var(--gin-spacing-m); padding-inline-start: var(--gin-spacing-l); font-size: var(--gin-font-size-quote); &::before { position: absolute; display: block; width: 4px; height: 100%; … |
| gin-regions.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .region-sticky { position: sticky; z-index: 101; display: flex; align-items: center; box-sizing:… |
| gin-regions.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .region-sticky { position: sticky; z-index: 101; display: flex; align-items: center; box-sizing: border-box; width: 100%; min-height: var(--gin-height-sticky); padding: 0; background:… |
| gin-status-report.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Unknown */ .upgrade-status-counter__status-icon--not-scanned::before, .upgrade-status-summary… |
| gin-status-report.pcss.css | file | core/ |
/* Unknown */ .upgrade-status-counter__status-icon--not-scanned::before, .upgrade-status-summary tr.not-scanned > td.status-info::before { background-color: var(--gin-color-text); background-image: none; mask-image: var(--admin-icon-info); … |
| gin-system-diff.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ table.diff { .diffchange { color: var(--gin-color-danger); } .diff-context { background-color:… |
| gin-system-diff.pcss.css | file | core/ |
table.diff { .diffchange { color: var(--gin-color-danger); } .diff-context { background-color: transparent; } td { height: initial; padding: var(--gin-spacing-xs); } tr { color: var(--gin-color-title); … |
| gin-system-modules.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .system-modules, .system-modules-uninstall { label { color: var(--gin-color-title); } details { … |
| gin-system-modules.pcss.css | file | core/ |
.system-modules, .system-modules-uninstall { label { color: var(--gin-color-title); } details { color: var(--gin-color-text); } } .admin-requirements, .admin-required { color: var(--gin-color-text-light); } |
| gin-system-report.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .system-status-report__requirements-group { h3 { margin-block-start: 0; … |
| gin-system-report.pcss.css | file | core/ |
.system-status-report__requirements-group { h3 { margin-block-start: 0; } } .system-status-report__row { border-block-end: 1px solid var(--gin-border-color); } .system-status-counter__status-icon { border: 0 none; background-color:… |
| gin-system-themes.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .system-themes-list { margin-block-end: var(--gin-spacing-l); } #system-themes-page { hr { display:… |
| gin-system-themes.pcss.css | file | core/ |
.system-themes-list { margin-block-end: var(--gin-spacing-l); } #system-themes-page { hr { display: none; } } |
| gin-table.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x:… |
| gin-table.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; margin-block-start: calc(var(--gin-spacing-xs) *… |
| gin-tabledrag.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore smartdate */ .draggable { a.tabledrag-handle { float: none; vertical-align:… |
| gin-tabledrag.pcss.css | file | core/ |
/* cspell:ignore smartdate */ @import "media-queries.pcss.css"; .draggable { a.tabledrag-handle { float: none; vertical-align: middle; &:focus::before { box-shadow: 0 0 0 1px var(--gin-color-focus-border), … |
| gin-taxonomy.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* For visibility issue in Taxonomy terms */ .taxonomy-overview-terms:not(:has(.action-link)) { #edit-help… |
| gin-taxonomy.pcss.css | file | core/ |
/* For visibility issue in Taxonomy terms */ .taxonomy-overview-terms:not(:has(.action-link)) { #edit-help { margin-block-end: var(--gin-spacing-m); } } |
| gin-title.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .block-page-title-block { &:last-child { margin-block-end: 0; } } .page-title { overflow:… |
| gin-title.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .block-page-title-block { &:last-child { margin-block-end: 0; } } .page-title { overflow: hidden; max-width: 90%; padding-inline-end: 0.25em; white-space: nowrap; letter-spacing:… |
| gin-toolbar-icons.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore webform, tmgmt, toleft, totop… |
| gin-toolbar-icons.pcss.css | file | core/ |
/* cspell:ignore webform, tmgmt, toleft, totop… |
| gin-tour.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .shepherd-element { border-radius: var(--gin-border-m); } .joyride-content-wrapper… |
| gin-tour.pcss.css | file | core/ |
.shepherd-element { border-radius: var(--gin-border-m); } .joyride-content-wrapper .button, .button:not(:focus).shepherd-button { box-shadow: none; } |
| gin-update.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .project-update__version { padding-block: 0; } .project-update__version-links { padding-inline-end:… |
| gin-update.pcss.css | file | core/ |
.project-update__version { padding-block: 0; } .project-update__version-links { padding-inline-end: 0; } .project-update__details { padding: 0; color: var(--gin-color-text-light); font-size:… |
| gin-views-unwrapped.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); … |
Pagination
- Previous page
- Page 782
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.