Package com.vaadin.flow.theme.lumo
Class LumoUtility.FlexDirection.Breakpoint
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint
-
- Enclosing class:
- LumoUtility.FlexDirection
public static final class LumoUtility.FlexDirection.Breakpoint extends Object
Set of classes defining the flex direction of an element that will be applied only for certain viewport sizes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLumoUtility.FlexDirection.Breakpoint.LargeClasses that will be applied when the viewport has a minimum width of 1024px.static classLumoUtility.FlexDirection.Breakpoint.MediumClasses that will be applied when the viewport has a minimum width of 768px.static classLumoUtility.FlexDirection.Breakpoint.SmallClasses that will be applied when the viewport has a minimum width of 640px.static classLumoUtility.FlexDirection.Breakpoint.XLargeClasses that will be applied when the viewport has a minimum width of 1280px.static classLumoUtility.FlexDirection.Breakpoint.XXLargeClasses that will be applied when the viewport has a minimum width of 1536px.
-