ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

Add more position helper classes #146

Closed rob-bar closed 8 years ago

rob-bar commented 9 years ago
.abs {
  @include corner(absolute, "tl");
}

.rel {
  position: relative;
}

.fix {
  position: fixed;
}

.fullwidth {
  width: 100%;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}