mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
moved BS out of vendor into admin
This commit is contained in:
6
public/less/admin/bootstrap/mixins/resize.less
Normal file
6
public/less/admin/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