Package com.vaadin.flow.theme.lumo
Class LumoUtility
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility
-
public final class LumoUtility extends Object
Contains the definition for all the CSS utility classes provided by Lumo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLumoUtility.AccessibilityAccessibility related classes.static classLumoUtility.AlignContentClasses for distributing space around and between items along a flexbox’s cross axis or a grid’s block axis.static classLumoUtility.AlignItemsClasses for aligning items along a flexbox’s cross axis or a grid’s block axis.static classLumoUtility.AlignSelfClasses for overriding individual items' align-item property.static classLumoUtility.BackgroundClasses for applying a background color.static classLumoUtility.BorderBorder-related classes.static classLumoUtility.BorderColorClasses for setting the border color of an element.static classLumoUtility.BorderRadiusClasses for setting the border radius of an element.static classLumoUtility.BoxShadowClasses for applying a box shadow.static classLumoUtility.BoxSizingClasses for setting the box sizing property of an element.static classLumoUtility.DisplayClasses for setting the display property of an element.static classLumoUtility.FlexClasses for setting how items grow and shrink in a flexbox layout.static classLumoUtility.FlexDirectionClasses for setting the flex direction of a flexbox layout.static classLumoUtility.FlexWrapClasses for setting how items wrap in a flexbox layout.static classLumoUtility.FontSizeClasses for setting the font size of an element.static classLumoUtility.FontWeightClasses for setting the font weight of an element.static classLumoUtility.GapClasses for defining the space between items in a flexbox or grid layout.static classLumoUtility.GridSet of classes to define the content flow on a grid layout.static classLumoUtility.HeightClasses for defining the height of an element.static classLumoUtility.IconSizeClasses for defining the size of elements used as icons.static classLumoUtility.JustifyContentClasses for aligning items along a flexbox’s main axis or a grid’s inline axis.static classLumoUtility.LineHeightClasses for setting the line height of an element.static classLumoUtility.ListStyleTypeClass for removing the default look of a list.static classLumoUtility.MarginClasses for setting the margin of an element.static classLumoUtility.MaxHeightClasses for defining the maximum height of an element.static classLumoUtility.MaxWidthClasses for defining the maximum width of an element.static classLumoUtility.MinHeightClasses for defining the minimum height of an element.static classLumoUtility.MinWidthClasses for defining the minimum width of an element.static classLumoUtility.OverflowClasses for setting the overflow behavior of an element.static classLumoUtility.PaddingClasses for setting the padding of an element.static classLumoUtility.PositionClasses for setting the position of an element.static classLumoUtility.TextAlignmentClasses for setting an element’s text alignment.static classLumoUtility.TextColorClasses for setting an element’s text color.static classLumoUtility.TextOverflowClasses for setting the text overflow.static classLumoUtility.TextTransformClasses for transforming the text.static classLumoUtility.WhitespaceClasses for setting how the white space inside an element is handled.static classLumoUtility.WidthClasses for setting the width of an element.
-