UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

26 lines (18 loc) 531 B
--- type: Theme order: 110 title: Fullscreen Layout --- The fullscreen layout all parameters are prefixed with `@ohayo-fullscreen-`. ## Parameters | Name | Default | Description | | --- | --- | --- | | `@prefix` | `.ohayo-fullscreen` | Style name prefix | | `@bg` | `#f5f7fa` | Background color | | `@content-padding-vertical` | `0` | Vertical padding | | `@content-padding-horizontal` | `16px` | Horizontal padding | ## Usage Import in `src/styles.less`: ```less @import '~@ohayo/theme/styles/layout/fullscreen/index'; ```