Examples

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error excepturi pariatur illo eligendi doloribus neque, dolorum, itaque, rerum libero atque quod nobis labore totam id sequi odit alias repudiandae.

Summary:

  1. Grids
  2. Buttons
  3. Layouts
  4. Modal
  5. Forms

Flex Grid System

The grids works on 12 column-based system, you can change at any time on source/scss/_variables.scss. We've used Sass, the file with grid settings it's at source/scss/modules/_grids.scss.

.col-4

.col-4

.col-4

.col-6

.col-6

.col-12

Buttons

In Alpha, you can make infinite buttons with this line on style.css: @include make-button(COLOR,$COLOR);.

Currently, we have 3 basic colors: red, green, blue. You can make/modify your own button any time.


Squared

Rounded

CSS Grid Layout

Alpha v1 have support to new technologies in front-end, like CSS Grid Layouts, to make a new layout you only need type in style.css the following command: @include make-layout($LAYOUT-TYPE, $ROW-LAYOUT, $COL-GAP, $ROW-GAP);

By default, we have some layouts:

  • @include make-layout($two-sidebars);
  • @include make-layout($landing-page);
  • @include make-layout($one-sidebar-right);
  • @include make-layout($one-sidebar-left);
  • @include make-layout($two-sidebars-right);
  • @include make-layout($two-sidebars-left);

Layout with 2 sidebars


Header
Aside
Main
Aside

Forms

Helper text for this input
Helper text for this input
Helper text for this input
Helper text for this input