EGRET
Watson Joyce
settings email exit_to_app
    Dashboards
  • dashboardLearning Management
  • dashboardAnalytic
  • dashboardAnalytic 2
  • dashboardCryptocurrency
  • dashboardSales
  • dashboardSales 2
  • dashboardDonation
  • dashboardJob Management
  • Design System
  • settings_input_componentComponents
    • Accordion
    • Alert
    • Badge
    • Breadcrumb
    • Buttons
    • Dropdown
    • Forms
    • Forms Layout
    • List
    • Pagination
    • Popovers
    • Progressbar
    • Snackbar
    • Tab
    • SweetAlert 2
    • Tooltip
  • text_formatForm Widgets
    • Form Validation
    • Datepicker
    • Form Repeater
    • Time Picker
    • Touch Spin
    • Bootstrap Maxlength
    • Bootstrap Tagify
    • Select2
    • Bootstrap Select
    • Typeahead
    • Inputmask
    • Nouislider
    • Clipboard
    • Dropzone
    • Uppy
    • FilePond
    • format_list_numberedEditor
    • add_photo_alternateImage Crop
  • widgetsWidgets
    • General
    • Charts
  • petsWizard
    • Wizard v1
    • Wizard v2
  • table_chartDataTables
    • Basic
      • Datatable Basic
      • Scrollable
      • Complex Header
      • Pagination Option
    • Advanced
      • Column Rendering
      • Multiple Controls
      • Row Grouping
      • Footer Callback
    • Data Source
      • Datatable HTML
      • Ajax
      • Javascript
    • Search Options
      • Column Select
      • Column Search
    • Extensions
      • Datatable Button
    • grid_onGijgo Grid
  • pie_chartCharts
    • ECharts
    • ChartJS
    • ApexChart
      • Area
      • Bar
      • Bubble
      • Candlestick
      • Column
      • Line
      • Mix
      • Pie
      • Radar
      • Radialbar
      • Sparkline
      • Scatter
  • CUSTOM
  • settings_applicationsPages
    • settings_applicationsSession
      • 404
      • error
      • forgot
      • lockscreen
      • signin
      • signin 2
      • signin 3
      • signin 4
      • signup
      • signup 2
      • signup 3
      • signup 4
    • feedbackFAQ
      • FAQ V1
      • FAQ V2
      • FAQ V3
    • listList
      • List Column
      • List Column 2
      • List Column 3
      • List Column Row
    • monetization_onPricing
      • Pricing v1
      • Pricing v2
      • Pricing v3
    • all_inboxInvoice
      • Invoice v1
      • Invoice v2
      • Invoice v3
    • Profile
    • Profile 2
    • open_withDrag & Drop
  • calendar_todayApps
    • Calendar
      • Event Calendar
    • bookNote
    • saveFile Manager
    • all_inboxInbox
    • all_inboxScrumboard
    • chatChat
  • System Utilities
  • styleSass Variables
  • styleBackgrounds
  • color_lensColors
  • flip_to_frontShadows
  • space_barSpacings
  • text_fieldsTypography
more_vert
close
  • Dashboards
  • Components
    • homeUI Kits
      • removeButtons 1
        • doneChild 1
        • doneChild 2
      • removeBadges
      • removeAlerts
        • Child 3
        • Child 4
    • dashboardApps
    • settingsPages
    • reply_allPlugins
English Spanish Hindi

Notifications

40 Notifications
receipt

New Order Has Been Received

2 hrs ago

how_to_reg

New Customer Has Been Received

4 hrs ago

done_all

Application has been approved

2 hrs ago

add_shopping_cart

New Order Has Been Received

2 hrs ago

how_to_reg

New Customer Has Been Received

4 hrs ago

done_all

Application has been approved

2 hrs ago

add_shopping_cart

New Order Has Been Received

2 hrs ago

Watson Joyce

BTS,func Idi

account_boxMy ProfileassignmentMy TasksmessageMessagessettingsSettings

Variables

  1. home
  2. System utilities
  3. Variables

Sass variables are useful for extending existing design without losing design consistancy.

Gray Colors
$gray-100
$gray-200
$gray-300
$gray-400
$gray-500
$gray-600
$gray-700
$gray-800
$gray-900
$black
$body-bg #fafafa
$body-color darken(desaturate($purple, 60), 30); // ~ #4e4a74
$heading-color $black
$text-muted-color $gray-600
Theme colors
$primary
$primary-active darken($primary, 10)
$primary-dark darken($primary, 15)
$secondary
$success
$info
$warning
$danger
$light
$dark
$background $white
$body-color $black
$facebook rgb(55, 101, 201)
$google rgb(236, 65, 44)
$twitter rgb(3, 159, 245)
Border colors
$border-color
$border-color-light
$border-color-dark
$border-color-black
Typography
$font-family-base 'Roboto', sans-serif;
$font-weight-base 400
$line-height-base 1.5
$letter-spacing-base .3px
$font-weight-light 300
$font-weight-normal 400
$font-weight-semi 500
$font-weight-bold 700
Typography ( Font size )
$font-size-base .9375rem (15px)
$font-size-xs 0.7142em
$font-size-sm 0.8571em
$font-size-lg 1em
$font-size-paragraph 1em
$font-size-h1 2.125em
$font-size-h2 1.8125em
$font-size-h3 1.5em
$font-size-h4 1.25em
$font-size-h5 1.0625em
$font-size-h6 .8125em
$font-size-display-1 4.6875em
$font-size-display-2 3.75em
$font-size-display-3 2.8125em
$font-size-display-4 2.1875em
Border
$border-width 1px
$border-width-md 2px
$border-width-lg 3px
$border-width-xl 4px
$border-radius .25rem
$border-radius-sm .2rem
$border-radius-lg .3rem
Spacing
$spacing-xxxs .0625rem
$spacing-xxs .125rem
$spacing-xs .25rem
$spacing-sm .5rem
$spacing-md 1rem
$spacing-lg 1.5rem
$spacing-xl 2rem
$spacing-xxl 2.5rem
$spacing-xxxl 3rem

Shadows are defined as @function, @mixin & $variable

Using @mixin

Using $variable

Shadow Mixins
shadow-1dp()
shadow-2dp()
shadow-3dp()
shadow-4dp()
shadow-6dp()
shadow-8dp()
shadow-16dp()
shadow-24dp()
shadow-button()
shadow-button-hover()

Using colored shadow @mixin

Colored shadows
shadow-1dp-color($primary)
shadow-2dp-color($success)
shadow-3dp-color($warning)
shadow-4dp-color($danger)
shadow-6dp-color($info)
shadow-8dp-color($primary)
shadow-16dp-color($success)
shadow-24dp-color($info)
Z Index
$z-index-deepdive -99999
$z-index-dive -1
$z-index-default 1
$z-index-anchor 3
$z-index-docked 4
$z-index-sticky 100
$z-index-popup 5000
$z-index-dialog 6000
$z-index-dropdown 7000
$z-index-overlay 8000
$z-index-reminder 8500
$z-index-modal 9000
$z-index-spinner 9050
$z-index-toast 10000
$z-index-sidebar 99999
$z-index-aside 999999
settings
Theme Settings

Sidebar Theme