You are here

threecol-4-4-4.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--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc,
.bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}

.bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc,
.bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
}

.bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc:last-child, .bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/plugin-layout-float/css/threecol-4-4-4.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--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc,
  16. .bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc {
  17. -webkit-box-sizing: border-box;
  18. box-sizing: border-box;
  19. width: 50%;
  20. float: left;
  21. }
  22. .bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc,
  23. .bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc {
  24. -webkit-box-sizing: border-box;
  25. box-sizing: border-box;
  26. width: 33.33333%;
  27. float: left;
  28. }
  29. .bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc:last-child, .bp--at-core-simple-wide .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc:last-child,
  30. .bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--2 > .atl__cw > .atl__lc:last-child,
  31. .bp--at-core-simple-tablet-isolate .atl--threecol-4-4-4.l-arc--3 > .atl__cw > .atl__lc:last-child {
  32. float: right;
  33. margin-right: 0;
  34. }