authserver/testCAS/resources/assets/less/bootstrap/mixins/size.less
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 20 Jul 2015 17:37:14 +0200
changeset 50 b3880434c4ad
parent 0 1afc9d2ab94d
permissions -rw-r--r--
charte graphique itop

// Sizing shortcuts

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

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