0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-05-18 15:41:03 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/bootstrap/mixins/resize.scss
2017-12-06 13:59:36 +00:00

6 lines
202 B
SCSS

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