authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Wed, 16 Mar 2016 17:29:34 +0100
changeset 194 4a9488541651
parent 0 1afc9d2ab94d
permissions -rw-r--r--
increment version

// Resize anything

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