authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Thu, 19 Nov 2015 16:08:57 +0100
changeset 182 e23d728bdc66
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`
}