Skip to main content

Misc

Other type of variables, for example default border-radius or breakpoints.

Override variables

These are the default typographic style, which you can override them to match your own design system. See Usage for more information on how to override variables.

List of variables

Breakpoints

NameValueDescription
$desktop-lg1440pxLarge desktop breakpoint
$desktop1280pxDesktop breakpoint
$laptop1024pxLaptop breakpoint
$tablet768pxTablet breakpoint
$mobile568pxMobile breakpoint
$mobile-sm350pxSmall mobile breakpoint

Box shadow

NameValue
$box-shadow0 0 .5rem 0 rgba($text, 0.2)

Transition

NameValue
$transition-md0.4s ease 0s
$transition-lg0.8s ease 0s

Border radius

NameValue
$border-radius-sm.25rem
$border-radius-md.5rem
$border-radius-lg1rem

Spacing

NameValueDescription
$colcalc(100%/12)Single column width (12-column grid)
$max-width-subtitle27.5remMax width for subtitles
$max-width-editor40remMax width for editor content
$max-width-form40remMax width for forms

Components

NameValueDescription
$navbar-height4remDefault navbar height
$navbar-height-sm3remCompact navbar height
$nav-item1remNavigation item spacing
$input-height2.5remInput field height
$checkbox-width1.5remCheckbox/radio width