You are here

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

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

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

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

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

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

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

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

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

File

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