authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
changeset 0 1afc9d2ab94d
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 // Resize anything
       
     2 
       
     3 .resizable(@direction) {
       
     4   resize: @direction; // Options: horizontal, vertical, both
       
     5   overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
       
     6 }