UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

92 lines (91 loc) 2.02 kB
.nz-resizable-preview { position: absolute; top: 0; left: 0; z-index: 8; border: 1px dashed #d1d1d1; } .nz-resizable-handle { position: absolute; user-select: none; z-index: 9; } .nz-resizable-handle-top { width: 100%; height: 10px; top: -5px; left: 0; } .nz-resizable-handle-right { width: 10px; height: 100%; top: 0; right: -5px; } .nz-resizable-handle-bottom { width: 100%; height: 10px; bottom: -5px; left: 0; } .nz-resizable-handle-left { width: 10px; height: 100%; top: 0; left: -5px; } .nz-resizable-handle-topRight { width: 20px; height: 20px; top: -5px; right: -5px; z-index: 10; } .nz-resizable-handle-bottomRight { width: 20px; height: 20px; right: -5px; bottom: -5px; z-index: 10; } .nz-resizable-handle-bottomLeft { width: 20px; height: 20px; bottom: -5px; left: -5px; z-index: 10; } .nz-resizable-handle-topLeft { width: 20px; height: 20px; top: -5px; left: -5px; z-index: 10; } .nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-top, .nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-bottom { cursor: ns-resize; } .nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-right, .nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-left { cursor: ew-resize; } .nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-top, .nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-bottom { cursor: row-resize; } .nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-right, .nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-left { cursor: col-resize; } .nz-resizable .nz-resizable-handle-bottomRight, .nz-resizable .nz-resizable-handle-topLeft { cursor: nwse-resize; } .nz-resizable .nz-resizable-handle-bottomLeft, .nz-resizable .nz-resizable-handle-topRight { cursor: nesw-resize; } .nz-resizable-disabled .nz-resizable-handle { pointer-events: none; }