You are here

threecol-2-3-7.css in AT Tools 8.3

.threecol-2-3-7 .hr--1-2 .l-r {
  width: 41.66667%;
}

.threecol-2-3-7 .hr--1-2 .l-r:last-child {
  width: 58.33333%;
}

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

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

.threecol-2-3-7 .hr--2-3 .l-r {
  width: 25%;
}

.threecol-2-3-7 .hr--2-3 .l-r:last-child {
  width: 75%;
}

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

.threecol-2-3-7 .arc--3 .l-r:nth-child(2) {
  width: 25%;
}

.threecol-2-3-7 .arc--3 .l-r:last-child {
  width: 58.33333%;
}

File

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