You are here

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

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

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

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

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

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

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

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

File

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