You are here

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

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

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

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

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

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

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

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

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

File

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