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 class
LumoUtility.Accessibility
Accessibility related classes.
static class
LumoUtility.AlignContent
Classes for distributing space around and between items along a flexbox?s cross axis or a grid?s block axis.
static class
LumoUtility.AlignItems
Classes for aligning items along a flexbox?s cross axis or a grid?s block axis.
static class
LumoUtility.AlignSelf
Classes for overriding individual items' align-item property.
static class
LumoUtility.Background
Classes for applying a background color.
static class
LumoUtility.Border
Border-related classes.
static class
LumoUtility.BorderColor
Classes for setting the border color of an element.
static class
LumoUtility.BorderRadius
Classes for setting the border radius of an element.
static class
LumoUtility.BoxShadow
Classes for applying a box shadow.
static class
LumoUtility.BoxSizing
Classes for setting the box sizing property of an element.
static class
LumoUtility.Display
Classes for setting the display property of an element.
static class
LumoUtility.Flex
Classes for setting how items grow and shrink in a flexbox layout.
static class
LumoUtility.FlexDirection
Classes for setting the flex direction of a flexbox layout.
static class
LumoUtility.FlexWrap
Classes for setting how items wrap in a flexbox layout.
static class
LumoUtility.FontSize
Classes for setting the font size of an element.
static class
LumoUtility.FontWeight
Classes for setting the font weight of an element.
static class
LumoUtility.Gap
Classes for defining the space between items in a flexbox or grid layout.
static class
LumoUtility.Grid
Set of classes to define the content flow on a grid layout.
static class
LumoUtility.Height
Classes for defining the height of an element.
static class
LumoUtility.IconSize
Classes for defining the size of elements used as icons.
static class
LumoUtility.JustifyContent
Classes for aligning items along a flexbox?s main axis or a grid?s inline axis.
static class
LumoUtility.LineHeight
Classes for setting the line height of an element.
static class
LumoUtility.ListStyleType
Class for removing the default look of a list.
static class
LumoUtility.Margin
Classes for setting the margin of an element.
static class
LumoUtility.MaxHeight
Classes for defining the maximum height of an element.
static class
LumoUtility.MaxWidth
Classes for defining the maximum width of an element.
static class
LumoUtility.MinHeight
Classes for defining the minimum height of an element.
static class
LumoUtility.MinWidth
Classes for defining the minimum width of an element.
static class
LumoUtility.Overflow
Classes for setting the overflow behavior of an element.
static class
LumoUtility.Padding
Classes for setting the padding of an element.
static class
LumoUtility.Position
Classes for setting the position of an element.
static class
LumoUtility.TextAlignment
Classes for setting an element?s text alignment.
static class
LumoUtility.TextColor
Classes for setting an element?s text color.
static class
LumoUtility.TextOverflow
Classes for setting the text overflow.
static class
LumoUtility.TextTransform
Classes for transforming the text.
static class
LumoUtility.Whitespace
Classes for setting how the white space inside an element is handled.
static class
LumoUtility.Width
Classes for setting the width of an element.
-