Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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); … |
| gin-views-unwrapped.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); /* Duplicated from h1/h2/h3 styles in _body.scss (was @extend h2). */ letter-spacing:… |
| gin-views.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); … |
| gin-views.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); .form-element--type-select { max-width: 240px; } .form-type--boolean .form-boolean { … |
| gin.css | file | core/ |
@charset "UTF-8"; /* cspell:ignore imageapi, smartdate, tablesaw */ html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset) !important; } body { overflow-x: hidden; color:… |
| gin.css | file | core/ |
@charset "UTF-8"; /* cspell:ignore imageapi, smartdate, tablesaw */ html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset) !important; } body { overflow-x: hidden; color:… |
| Git::isRepository | function | composer/ |
Checks to see if the project root dir is in a git repository. |
| Git::__construct | function | composer/ |
This class provides only static methods. |
| GitExcluder::excludeGitDirectories | function | core/ |
Excludes .git directories from stage operations. |
| GitExcluder::getSubscribedEvents | function | core/ |
Pagination
- Previous page
- Page 665
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.