authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author rougeronj
Tue, 08 Sep 2015 10:30:55 +0200
changeset 99 72a7ff5f8fad
parent 0 1afc9d2ab94d
permissions -rw-r--r--
update styles and add teacher's and markers' styles

// Resize anything

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