We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.theme.lumo.
Class LumoUtility.FontSize.Breakpoint
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint
-
Enclosing class:
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 class
LumoUtility.FontSize.Breakpoint.Large
Classes that will be applied when the viewport has a minimum width of 1024px.
static class
LumoUtility.FontSize.Breakpoint.Medium
Classes that will be applied when the viewport has a minimum width of 768px.
static class
LumoUtility.FontSize.Breakpoint.Small
Classes that will be applied when the viewport has a minimum width of 640px.
static class
LumoUtility.FontSize.Breakpoint.XLarge
Classes that will be applied when the viewport has a minimum width of 1280px.
static class
LumoUtility.FontSize.Breakpoint.XXLarge
Classes that will be applied when the viewport has a minimum width of 1536px.
-