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

// Resize anything

.resizable(@direction) {
  resize: @direction; // Options: horizontal, vertical, both
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}