authserver/testCAS/resources/assets/less/bootstrap/mixins/size.less
author rougeronj
Tue, 08 Sep 2015 13:31:23 +0200
changeset 103 b2489bd8eff4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
add design for filter in teacher scenario small fix

// Sizing shortcuts

.size(@width; @height) {
  width: @width;
  height: @height;
}

.square(@size) {
  .size(@size; @size);
}