gin-views-unwrapped.css

Same filename and directory in other branches
  1. 11.x core/themes/default_admin/migration/css/base/gin-views-unwrapped.css
/*
 * 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);
    /* Duplicated from h1/h2/h3 styles in _body.scss (was @extend h2). */
    letter-spacing: -0.025em;
    font-size: var(--gin-font-size-h2);
    font-weight: var(--gin-font-weight-normal);
  }
}
/* Option for 6 column layout */
.show-6 {
  .views-row {
    @media (min-width: 26.25em) {
      float: inline-start;
      width: 50%;
    }

    @media (min-width: 48em) {
      width: 25%;
    }

    @media (min-width: 64em) {
      width: 20%;
    }

    @media (min-width: 80em) {
      width: 16.66667%;
    }
  }
}

File

core/themes/default_admin/migration/css/base/gin-views-unwrapped.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. .views-edit-view {
  8. .unit-title {
  9. margin-block-start: 0;
  10. margin-block-end: var(--gin-spacing-m);
  11. /* Duplicated from h1/h2/h3 styles in _body.scss (was @extend h2). */
  12. letter-spacing: -0.025em;
  13. font-size: var(--gin-font-size-h2);
  14. font-weight: var(--gin-font-weight-normal);
  15. }
  16. }
  17. /* Option for 6 column layout */
  18. .show-6 {
  19. .views-row {
  20. @media (min-width: 26.25em) {
  21. float: inline-start;
  22. width: 50%;
  23. }
  24. @media (min-width: 48em) {
  25. width: 25%;
  26. }
  27. @media (min-width: 64em) {
  28. width: 20%;
  29. }
  30. @media (min-width: 80em) {
  31. width: 16.66667%;
  32. }
  33. }
  34. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.