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