Skip to content
Snippets Groups Projects
Verified Commit ff41240d authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

feat: min/max for split screen #172

parent 961e8105
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -74,6 +74,12 @@ ...@@ -74,6 +74,12 @@
} }
@define-mixin defaultDragAndDropProperty {
--monster-dragger-width: 1px;
--monster-dragger-handle-width: 4px;
--monster-dragger-handle-height: 50px;
}
@define-mixin defaultColorProperty { @define-mixin defaultColorProperty {
/** PRIMARY */ /** PRIMARY */
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
@mixin defaultZIndexProperty; @mixin defaultZIndexProperty;
@mixin defaultSpaceProperty; @mixin defaultSpaceProperty;
@mixin defaultBreakPointProperty; @mixin defaultBreakPointProperty;
@mixin defaultDragAndDropProperty;
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment