You are here

fourcol-split-row-12--3-9--12.css in AT Tools 8.3

.fourcol-split-row-12--3-9--12 .hr--2-3 .l-r:first-child {
  width: 25%;
}

.fourcol-split-row-12--3-9--12 .hr--2-3 .l-r:last-child {
  width: 75%;
}

.fourcol-split-row-12--3-9--12 .hr--1-2-3 .l-r:nth-child(2) {
  width: 25%;
}

.fourcol-split-row-12--3-9--12 .hr--1-2-3 .l-r:last-child {
  width: 75%;
}

.fourcol-split-row-12--3-9--12 .hr--2-3-4 .l-r:first-child {
  width: 25%;
}

.fourcol-split-row-12--3-9--12 .hr--2-3-4 .l-r:nth-child(2) {
  width: 75%;
}

.fourcol-split-row-12--3-9--12 .arc--4 .l-r:nth-child(2) {
  width: 25%;
}

.fourcol-split-row-12--3-9--12 .arc--4 .l-r:nth-child(3) {
  width: 75%;
}

File

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