You are here

threecol-2-8-2.css in AT Tools 8.3

.atl__lr {
  margin: 0 -0.625em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.atl__lc {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.625em;
  width: 100%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:first-child,
.bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:first-child {
  width: 83.33333%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:last-child {
  width: 16.66667%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:first-child,
.bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:first-child {
  width: 83.33333%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:last-child {
  width: 16.66667%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--2-3 > .atl__cw > .atl__lc,
.bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--2-3 > .atl__cw > .atl__lc {
  width: 50%;
}

.bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:nth-child(2), .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:last-child {
  width: 50%;
}

.bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:first-child {
  width: 66.66667%;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:nth-child(2) {
  width: 16.66667%;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:last-child {
  width: 16.66667%;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

File

at_theme_generator/starterkits/starterkit/layout/plugin-layout-flex/css/threecol-2-8-2.css
View source
  1. .atl__lr {
  2. margin: 0 -0.625em;
  3. display: -webkit-flex;
  4. display: -ms-flexbox;
  5. display: flex;
  6. -webkit-flex-wrap: wrap;
  7. -ms-flex-wrap: wrap;
  8. flex-wrap: wrap;
  9. -webkit-flex-direction: row;
  10. -ms-flex-direction: row;
  11. flex-direction: row;
  12. -webkit-justify-content: space-between;
  13. -ms-flex-pack: justify;
  14. justify-content: space-between;
  15. }
  16. .atl__lc {
  17. -webkit-flex: 0 0 auto;
  18. -ms-flex: 0 0 auto;
  19. flex: 0 0 auto;
  20. padding: 0 0.625em;
  21. width: 100%;
  22. }
  23. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:first-child,
  24. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:first-child {
  25. width: 83.33333%;
  26. }
  27. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:last-child,
  28. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-2 > .atl__cw > .atl__lc:last-child {
  29. width: 16.66667%;
  30. }
  31. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:first-child,
  32. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:first-child {
  33. width: 83.33333%;
  34. }
  35. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:last-child,
  36. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--1-3 > .atl__cw > .atl__lc:last-child {
  37. width: 16.66667%;
  38. }
  39. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-ac--2-3 > .atl__cw > .atl__lc,
  40. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-ac--2-3 > .atl__cw > .atl__lc {
  41. width: 50%;
  42. }
  43. .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:nth-child(2), .bp--at-core-simple-tablet-isolate .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:last-child {
  44. width: 50%;
  45. }
  46. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:first-child {
  47. width: 66.66667%;
  48. -webkit-order: 2;
  49. -ms-flex-order: 2;
  50. order: 2;
  51. }
  52. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:nth-child(2) {
  53. width: 16.66667%;
  54. -webkit-order: 1;
  55. -ms-flex-order: 1;
  56. order: 1;
  57. }
  58. .bp--at-core-simple-wide .atl--threecol-2-8-2.l-arc--3 > .atl__cw > .atl__lc:last-child {
  59. width: 16.66667%;
  60. -webkit-order: 3;
  61. -ms-flex-order: 3;
  62. order: 3;
  63. }