initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
6
resources/assets/less/bootstrap/mixins/resize.less
vendored
Executable file
6
resources/assets/less/bootstrap/mixins/resize.less
vendored
Executable 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`
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue