grid-stack-1.css in GridStack 8.2
Same filename and directory in other branches
@todo move it outside to re-se with gridstack/native.
File
css/layout/grid-stack-1.cssView source
- /**
- * @file
- *
- * @todo move it outside to re-se with gridstack/native.
- */
-
- .gridstack.grid-stack-1 > .box {
- min-width: 100%;
- }
-
- .gridstack.grid-stack-1 > .box[data-gs-width='1'] {
- width: 100%;
- }
-
- .gridstack.grid-stack-1 > .box[data-gs-x='1'] {
- left: 100%;
- }
-
- .gridstack.grid-stack-1 > .box[data-gs-min-width='1'] {
- min-width: 100%;
- }
-
- .gridstack.grid-stack-1 > .box[data-gs-max-width='1'] {
- max-width: 100%;
- }