You are here

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

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

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

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

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

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

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

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

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

File

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