@extends('layouts.default') {{-- Page title --}} @section('title') Buttons @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Buttons

Buttons Colors

This page provides different styles of buttons, To achieve the button styles there is need of the following classes, Different Style of buttons makes template beautiful.

Normal

#50a1ff

Hover

7.5% white

Active

10% white

Normal

#e9ecf0

Hover

7.5% white

Active

10% white

Normal

#3cd458

Hover

7.5% white

Active

10% white

Normal

#ff4954

Hover

7.5% white

Active

10% white

Normal

#ffba00

Hover

7.5% white

Active

10% white

Normal

#727cf5

Hover

7.5% white

Active

10% white

Normal

#fff

Hover

7.5% white

Active

10% white

Normal

#fff

Hover

7.5% white

Active

10% white

Default Buttons
Buttons Size

Add .btn-lg or .btn-sm for additional sizes.

Outline Buttons

Add .btn-outline-* class to select the Contextual class of button *specifics the btn classes like primary, secondary,..

Block Buttons
Button Group
Checkbox and radio buttons
Active Buttons
Rounded Buttons
@stop @section('footer_scripts') @stop