You are here

threecol-6-4-2.css in AT Tools 8.3

.threecol-6-4-2 .hr--1-2 .l-r,
.threecol-6-4-2 .hr--2-3 .l-r {
  width: 66.66667%;
}

.threecol-6-4-2 .hr--1-2 .l-r:last-child,
.threecol-6-4-2 .hr--2-3 .l-r:last-child {
  width: 33.33333%;
}

.threecol-6-4-2 .hr--1-3 .l-r {
  width: 83.33333%;
}

.threecol-6-4-2 .arc--3 .l-r {
  width: 50%;
}

.threecol-6-4-2 .arc--3 .l-r:nth-child(2) {
  width: 33.33333%;
}

.threecol-6-4-2 .hr--1-3 .l-r:last-child,
.threecol-6-4-2 .arc--3 .l-r:last-child {
  width: 16.66667%;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-flex/css/threecol/threecol-6-4-2.css
View source
  1. .threecol-6-4-2 .hr--1-2 .l-r,
  2. .threecol-6-4-2 .hr--2-3 .l-r {
  3. width: 66.66667%;
  4. }
  5. .threecol-6-4-2 .hr--1-2 .l-r:last-child,
  6. .threecol-6-4-2 .hr--2-3 .l-r:last-child {
  7. width: 33.33333%;
  8. }
  9. .threecol-6-4-2 .hr--1-3 .l-r {
  10. width: 83.33333%;
  11. }
  12. .threecol-6-4-2 .arc--3 .l-r {
  13. width: 50%;
  14. }
  15. .threecol-6-4-2 .arc--3 .l-r:nth-child(2) {
  16. width: 33.33333%;
  17. }
  18. .threecol-6-4-2 .hr--1-3 .l-r:last-child,
  19. .threecol-6-4-2 .arc--3 .l-r:last-child {
  20. width: 16.66667%;
  21. }