Typography
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa, maiores omnis eaque numquam repellendus aperiam quia nulla porro quod ad quam iste dignissimos dolore labore reiciendis inventore fuga unde, nobis.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur eligendi quidem recusandae? Ratione officia maxime odio corporis dolorum! Nostrum numquam rerum repellendus assumenda unde porro eos beatae deserunt soluta itaque.
@codeHeading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa, maiores omnis eaque numquam repellendus aperiam quia nulla porro quod ad quam iste dignissimos dolore labore reiciendis inventore fuga unde, nobis.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur eligendi quidem recusandae? Ratione officia maxime odio corporis dolorum! Nostrum numquam rerum repellendus assumenda unde porro eos beatae deserunt soluta itaque.
@endcodeLists
Unordered list
- Coffee
-
Tea
- Black tea
- Green tea
- Milk
- Coffee
-
Tea
- Black tea
- Green tea
- Milk
Ordered list
- Example 1
- Example 2
- Example 3
- Example 1
- Example 2
- Example 3
Tables
| Example title 1 | Example title 2 |
|---|---|
| 11лв. | Example text |
| 20лв. | Example text |
| Example text | Example text |
| Example text | Example text |
| Example title 1 | Example title 2 |
|---|---|
| 11лв. | Example text |
| 20лв. | Example text |
| Example text | Example text |
| Example text | Example text |
Table full width
| Example title 1 | Example title 2 |
|---|---|
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example title 1 | Example title 2 |
|---|---|
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
Table striped
| Example title 1 | Example title 2 |
|---|---|
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example title 1 | Example title 2 |
|---|---|
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
| Example text | Example text |
Pagination
@code @endcodeBreadcrumbs
@include('partials.breadcrumbs') @code @include('partials.breadcrumbs') @endcodeButtons
@code button primary button secondary button warning button danger button outline button disabled button link @endcodeButton size
@code button small button normal button medium button large @endcodeBlock level buttons
button primary button secondary @code button primary button secondary @endcodeButton groups
@code @endcodeForms
Input type text
Text Area
Select
Errors
Disabled state
Radio buttons
Checkbox
Grid
Slider
@code @endcodeUtility
| Class name | CSS Properties |
|---|---|
| .no-user-select | @code -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; @endcode |
| .clearfix:after, .columns:after |
@code content: ""; display: block; clear: both; @endcode |
| .left | @code float: left; @endcode |
| .right | @code float: right; @endcode |
| .text-left | @code text-align: left; @endcode |
| .text-right | @code text-align: right; @endcode |
| .text-center | @code text-align: center; @endcode |
| .text-justify | @code text-align: justify; @endcode |
| .text-primary | @code color: $text; @endcode |
| .text-secondary | @code color: $text-secondary; @endcode |
| .text-uppercase | @code text-transform: uppercase; @endcode |
| .text-lowercase | @code text-transform: lowercase; @endcode |
| .pd-0 | @code padding: 0 !important; @endcode |
| .pd-t-0 | @code padding-top: 0 !important; @endcode |
| .pd-b-0 | @code padding-bottom: 0 !important; @endcode |
| .pd-l-0 | @code padding-left: 0 !important; @endcode |
| .pd-r-0 | @code padding-right: 0 !important; @endcode |
| .m-t-0 | @code margin-top: 0 !important; @endcode |
| .m-b-0 | @code margin-bottom: 0 !important; @endcode |
| .m-l-0 | @code margin-left: 0 !important; @endcode |
| .m-r-0 | @code margin-right: 0 !important; @endcode |
| .nowrap | @code white-space: nowrap; @endcode |
| .container | @code width: 100%; padding: $gutter; margin-left: auto; margin-right: auto; @endcode |
| .container--max-width | @code max-width: $max-container; @endcode |
| .container--wrapper | @code display: flex; @endcode |