authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Fri, 25 Sep 2015 11:45:12 +0200
changeset 166 8a127568876c
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Small changes on Markers widget preview mode

// Resize anything

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