threecol_33_34_33.css
Same filename in this branch
Same filename and directory in other branches
- 9 core/themes/stable9/layouts/layout_discovery/threecol_33_34_33/threecol_33_34_33.css
- 9 core/modules/layout_discovery/layouts/threecol_33_34_33/threecol_33_34_33.css
- 10 core/themes/stable9/layouts/layout_discovery/threecol_33_34_33/threecol_33_34_33.css
- 10 core/modules/layout_discovery/layouts/threecol_33_34_33/threecol_33_34_33.css
- 8.9.x core/modules/layout_discovery/layouts/threecol_33_34_33/threecol_33_34_33.css
/* * @file * Provides the layout styles for layout_threecol_33_34_33. */ .layout--threecol-33-34-33 { display: flex; flex-wrap: wrap; } .layout--threecol-33-34-33 > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { .layout--threecol-33-34-33 > .layout__region--first, .layout--threecol-33-34-33 > .layout__region--third { flex: 0 1 33%; } .layout--threecol-33-34-33 > .layout__region--second { flex: 0 1 34%; } }
File
-
core/
modules/ layout_discovery/ layouts/ threecol_33_34_33/ threecol_33_34_33.css
View source
- /*
- * @file
- * Provides the layout styles for layout_threecol_33_34_33.
- */
-
- .layout--threecol-33-34-33 {
- display: flex;
- flex-wrap: wrap;
- }
-
- .layout--threecol-33-34-33 > .layout__region {
- flex: 0 1 100%;
- }
-
- @media screen and (min-width: 40em) {
- .layout--threecol-33-34-33 > .layout__region--first,
- .layout--threecol-33-34-33 > .layout__region--third {
- flex: 0 1 33%;
- }
- .layout--threecol-33-34-33 > .layout__region--second {
- flex: 0 1 34%;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.