PageMainSection |
PageMainSection.center() |
Modifies a page section body to align center.
|
PageMainSection |
PageMainSection.dark() |
Modifies the section to have a dark theme and a dark transparent background.
|
PageMainSection |
PageMainSection.darker() |
Modifies the section to have a dark theme and a darker transparent background.
|
PageMainSection |
PageMainSection.light() |
Modifies the section to have a light theme.
|
PageMainSection |
PageMainSection.noPadding() |
Modifies the section to remove padding.
|
PageMainSection |
PageMainSection.noPadding(Breakpoint breakpoint) |
Modifies the section to remove padding at the given breakpoint.
|
PageMainSection |
PageMainSection.padding() |
Modifies the section to add padding.
|
PageMainSection |
PageMainSection.padding(Breakpoint breakpoint) |
Modifies the section to add padding at the given breakpoint.
|
static PageMainSection |
PageMainSection.pageMainSection() |
|
PageMainSection |
PageMainSection.that() |
|