authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Mon, 20 Jul 2015 10:45:44 +0200
changeset 37 947f26110cc6
parent 0 1afc9d2ab94d
permissions -rw-r--r--
small cleanup + added fields for testing copy in iframetester + changed the way project metadata url is generated

// Resize anything

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