You are here

twocol-5-7.css in AT Tools 8.3

.atl__lr {
  margin: 0 -0.625em;
}

.atl__lc {
  padding: 0 0.625em;
  width: 100%;
}

.atl:before, .atl:after {
  content: " ";
  display: table;
}

.atl:after {
  clear: both;
}

.bp--at-core-simple-wide .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc,
.bp--at-core-simple-tablet-isolate .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
}

.bp--at-core-simple-wide .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-tablet-isolate .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc:last-child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/plugin-layout-float/css/twocol-5-7.css
View source
  1. .atl__lr {
  2. margin: 0 -0.625em;
  3. }
  4. .atl__lc {
  5. padding: 0 0.625em;
  6. width: 100%;
  7. }
  8. .atl:before, .atl:after {
  9. content: " ";
  10. display: table;
  11. }
  12. .atl:after {
  13. clear: both;
  14. }
  15. .bp--at-core-simple-wide .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc,
  16. .bp--at-core-simple-tablet-isolate .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc {
  17. -webkit-box-sizing: border-box;
  18. box-sizing: border-box;
  19. width: 41.66667%;
  20. float: left;
  21. }
  22. .bp--at-core-simple-wide .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc:last-child,
  23. .bp--at-core-simple-tablet-isolate .atl--twocol-5-7.l-arc--2 > .atl__cw > .atl__lc:last-child {
  24. -webkit-box-sizing: border-box;
  25. box-sizing: border-box;
  26. width: 58.33333%;
  27. float: right;
  28. margin-right: 0;
  29. }