You are here

threecol-3-6-3.css in AT Tools 8.3

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

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

.threecol-3-6-3 .hr--1-3 .l-r {
  width: 50%;
}

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

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

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

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

File

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