authserver/testCAS/resources/assets/less/bootstrap/mixins/center-block.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

// Center-align a block level element

.center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
}