alignSelf

scalatags.generic.Styles.alignSelf
object alignSelf extends Style

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

MDN

Attributes

Graph
Supertypes
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
alignSelf.type

Members list

Value members

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited from:
Style
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val auto: StylePair[Builder, String]

Computes to parent's align-items value or stretch if the element has no parent.

Computes to parent's align-items value or stretch if the element has no parent.

MDN

Attributes

lazy val baseline: StylePair[Builder, String]

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

MDN

Attributes

lazy val center: StylePair[Builder, String]

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

MDN

Attributes

lazy val flexEnd: StylePair[Builder, String]

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

MDN

Attributes

lazy val flexStart: StylePair[Builder, String]

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

MDN

Attributes

lazy val stretch: StylePair[Builder, String]

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

MDN

Attributes