gin-views-unwrapped.css
Same filename and directory in other branches
/*
* 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
- /*
- * 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%;
- }
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.