@extends('backend.master') @section('title') {{ ___('common.common_helper') }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

Padding 0-100

    {{-- Paddinng Left --}}
  • padding-top: 0px .pt-0
  • padding-top: 2px .pt-2
  • padding-top: 4px .pt-4
  • {{-- Paddinng Left --}}
  • padding-left: 0px .pl-0
  • padding-left: 2px .pl-2
  • padding-left: 4px .pl-4
  • {{-- Paddinng right --}}
  • padding-right: 0px .pr-0
  • padding-right: 2px .pr-2
  • padding-right: 4px .pr-4
  • {{-- Paddinng bottom --}}
  • padding-bottom: 0px .pb-0
  • padding-bottom: 2px .pb-2
  • padding-bottom: 4px .pb-4

margin 0-100

    {{-- Paddinng Left --}}
  • margin-top: 0px .mt-0
  • margin-top: 2px .mt-2
  • margin-top: 4px .mt-4
  • {{-- Paddinng Left --}}
  • margin-left: 0px .ml-0
  • margin-left: 2px .ml-2
  • margin-left: 4px .ml-4
  • {{-- Paddinng right --}}
  • margin-right: 0px .mr-0
  • margin-right: 2px .mr-2
  • margin-right: 4px .mr-4
  • {{-- Paddinng bottom --}}
  • margin-bottom: 0px .mb-0
  • margin-bottom: 2px .mb-2
  • margin-bottom: 4px .mb-4

font-size 1-50

  • font-size: 1px .font-size-1
  • font-size: 2px .font-size-2
  • font-size: 3px .font-size-3
  • font-size: 4px .font-size-4
  • font-size: 5px .font-size-5
  • font-size: 6px .font-size-6
  • font-size: 7px .font-size-7
  • font-size: 8px .font-size-8
  • font-size: 9px .font-size-9
  • font-size: 10px .font-size-10
  • font-size: 11px .font-size-11
  • font-size: 12px .font-size-12

font-weight 100-900

  • font-weight: 100 .font-weight-100
  • font-weight: 200 .font-weight-200
  • font-weight: 300 .font-weight-300
  • font-weight: 400 .font-weight-400
  • font-weight: 500 .font-weight-500
  • font-weight: 600 .font-weight-600
  • font-weight: 700 .font-weight-700
  • font-weight: 800 .font-weight-800
  • font-weight: 900 .font-weight-900
  • font-weight: 300 .font-weight-300
  • font-weight: 400 .font-weight-400
  • font-weight: 500 .font-weight-500

label-color

    • label-primary .label-primary
    • label-secondary .label-secondary
    • label-success .label-success
    • label-danger .label-danger
    • label-info .label-info
    • label-dark l.abel-dark
    • label-warning .label-warning

font-color

  • font-primary .font-primary
  • font-secondary .font-secondary
  • font-success .font-success
  • font-danger .font-danger
  • font-info .font-info
  • font-dark .font-dark
  • font-warning .font-warning

background color

  • bg-primary .bg-primary
  • bg-secondary .bg-secondary
  • bg-success .bg-success
  • bg-danger .bg-danger
  • bg-info .bg-info
  • bg-dark .bg-dark
  • bg-warning .bg-warning

weight & height

  • height:1px .height-1
  • weight:1px .weight-1
  • height:2px .height-2
  • weight:2px .weight-2
  • height:3px .height-3
  • weight:3px .weight-3
  • height:4px .height-4
@endsection