You are here

grid-stack-1.css in GridStack 8.2

Same filename and directory in other branches
  1. 8 css/layout/grid-stack-1.css

@todo move it outside to re-se with gridstack/native.

File

css/layout/grid-stack-1.css
View source
  1. /**
  2. * @file
  3. *
  4. * @todo move it outside to re-se with gridstack/native.
  5. */
  6. .gridstack.grid-stack-1 > .box {
  7. min-width: 100%;
  8. }
  9. .gridstack.grid-stack-1 > .box[data-gs-width='1'] {
  10. width: 100%;
  11. }
  12. .gridstack.grid-stack-1 > .box[data-gs-x='1'] {
  13. left: 100%;
  14. }
  15. .gridstack.grid-stack-1 > .box[data-gs-min-width='1'] {
  16. min-width: 100%;
  17. }
  18. .gridstack.grid-stack-1 > .box[data-gs-max-width='1'] {
  19. max-width: 100%;
  20. }