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