threecol_25_50_25.css

Same filename in this branch
  1. 9 core/themes/stable9/layouts/layout_discovery/threecol_25_50_25/threecol_25_50_25.css
Same filename and directory in other branches
  1. 11.x core/themes/stable9/layouts/layout_discovery/threecol_25_50_25/threecol_25_50_25.css
  2. 11.x core/modules/layout_discovery/layouts/threecol_25_50_25/threecol_25_50_25.css
  3. 10 core/themes/stable9/layouts/layout_discovery/threecol_25_50_25/threecol_25_50_25.css
  4. 10 core/modules/layout_discovery/layouts/threecol_25_50_25/threecol_25_50_25.css
  5. 8.9.x core/modules/layout_discovery/layouts/threecol_25_50_25/threecol_25_50_25.css
/*
 * @file
 * Provides the layout styles for layout_threecol_25_50_25.
 */
.layout--threecol-25-50-25 {
  display: flex;
  flex-wrap: wrap;
}

.layout--threecol-25-50-25 > .layout__region,
.layout--threecol-25-50-25 > .layout__region--second {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout--threecol-25-50-25 > .layout__region--first,
  .layout--threecol-25-50-25 > .layout__region--third {
    flex: 0 1 25%;
  }
  .layout--threecol-25-50-25 > .layout__region--second {
    flex: 0 1 50%;
  }
}

File

core/modules/layout_discovery/layouts/threecol_25_50_25/threecol_25_50_25.css

View source
  1. /*
  2. * @file
  3. * Provides the layout styles for layout_threecol_25_50_25.
  4. */
  5. .layout--threecol-25-50-25 {
  6. display: flex;
  7. flex-wrap: wrap;
  8. }
  9. .layout--threecol-25-50-25 > .layout__region,
  10. .layout--threecol-25-50-25 > .layout__region--second {
  11. flex: 0 1 100%;
  12. }
  13. @media screen and (min-width: 40em) {
  14. .layout--threecol-25-50-25 > .layout__region--first,
  15. .layout--threecol-25-50-25 > .layout__region--third {
  16. flex: 0 1 25%;
  17. }
  18. .layout--threecol-25-50-25 > .layout__region--second {
  19. flex: 0 1 50%;
  20. }
  21. }

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