authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 16 Jun 2015 11:30:44 +0200
changeset 6 4d2f10800d4b
parent 0 1afc9d2ab94d
permissions -rw-r--r--
add scénario Enseignant + sources button

// Resize anything

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