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.AlignSelf
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
-
Enclosing class:
public static final class LumoUtility.AlignSelf extends Object
Classes for overriding individual items' align-item property. Applies to flexbox and grid items.
-
-
Field Detail
-
AUTO
public static final String AUTO
See Also:
-
BASELINE
public static final String BASELINE
See Also:
-
CENTER
public static final String CENTER
See Also:
-
END
public static final String END
See Also:
-
START
public static final String START
See Also:
-
STRETCH
public static final String STRETCH
See Also:
-
-