You are here

threecol-2-5-5.css in AT Tools 8.3

.threecol-2-5-5 .arc--3 .l-r {
  width: 41.66667%;
}

.threecol-2-5-5 .arc--3 .l-r:first-child {
  width: 16.66667%;
}

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

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

.threecol-2-5-5 .hr--2-3 .l-r {
  width: 50%;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-flex/css/threecol/threecol-2-5-5.css
View source
  1. .threecol-2-5-5 .arc--3 .l-r {
  2. width: 41.66667%;
  3. }
  4. .threecol-2-5-5 .arc--3 .l-r:first-child {
  5. width: 16.66667%;
  6. }
  7. .threecol-2-5-5 .hr--1-3 .l-r,
  8. .threecol-2-5-5 .hr--1-2 .l-r {
  9. width: 16.66667%;
  10. }
  11. .threecol-2-5-5 .hr--1-3 .l-r:last-child,
  12. .threecol-2-5-5 .hr--1-2 .l-r:last-child {
  13. width: 83.33333%;
  14. }
  15. .threecol-2-5-5 .hr--2-3 .l-r {
  16. width: 50%;
  17. }