mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Fresh L5 installation.
This commit is contained in:
6
resources/assets/less/bootstrap/mixins/resize.less
Normal file
6
resources/assets/less/bootstrap/mixins/resize.less
Normal file
@@ -0,0 +1,6 @@
|
||||
// Resize anything
|
||||
|
||||
.resizable(@direction) {
|
||||
resize: @direction; // Options: horizontal, vertical, both
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
}
|
||||
Reference in New Issue
Block a user