quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
245 lines (202 loc) • 9.19 kB
text/stylus
$generic-border-radius ?= 4px
$generic-hover-transition ?= .3s cubic-bezier(.25, .8, .5, 1)
$typography-font-family ?= '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif
$min-line-height ?= 1.19
$action-sheet-background ?= white
$action-sheet-border-radius ?= 13px
$action-sheet-hover-background ?= #d0d0d0
$alert-padding ?= 12px
$alert-border-radius ?= $generic-border-radius
$alert-min-width ?= 200px
$button-border-radius ?= $generic-border-radius
$button-padding ?= 4px 16px
$button-dense-padding ?= .285em
$button-transition ?= $generic-hover-transition
$button-font-size ?= 14px
$button-rounded-border-radius ?= 28px
$button-push-border-radius ?= 7px
$card-faded-color ?= rgba(0, 0, 0, .4)
$card-separator-color ?= rgba(0, 0, 0, .1)
$card-overlay-color ?= rgba(0, 0, 0, .47)
$card-shadow ?= $shadow-2
$card-dark-faded-color ?= rgba(255, 255, 255, .6)
$card-dark-separator-color ?= rgba(255, 255, 255, .2)
$carousel-padding ?= 18px
$carousel-quick-nav-icon-font-size ?= 18px
$carousel-quick-nav-icon-inactive-font-size ?= 14px
$carousel-quick-nav-background ?= rgba(0, 0, 0, .3)
$chat-message-received-color ?= black
$chat-message-received-bg ?= $green-4
$chat-message-sent-color ?= black
$chat-message-sent-bg ?= $grey-4
$chat-message-avatar-size ?= 48px
$chat-message-border-radius ?= 20px
$chat-message-distance ?= 8px
$chat-message-text-padding-vert ?= 9px
$chat-message-text-padding-horiz ?= 11px
$chip-border ?= #e0e0e0
$chip-border-radius ?= 2rem
$chip-font-size ?= 14px
$chip-padding-horizontal ?= 0
$chip-padding-vertical ?= 12px
$chip-height ?= 32px
$chip-icon-size ?= 24px
$chip-small-icon-size ?= 16px
$chip-small-height ?= 26px
$chip-color ?= black
$chip-background ?= $grey-3
$item-dense-factor ?= .2
$item-sparse-factor ?= 1.4
$item-base-color ?= $grey-5
$item-highlight-color ?= alpha($item-base-color, 50%)
$item-stripe-color ?= alpha($item-base-color, 65%)
$item-active-color ?= alpha($item-base-color, 40%)
$item-side-color ?= #737373
$item-label-color ?= $grey-7
$item-content-secondary-text-color ?= $grey-7
$item-separator-color ?= rgb(224, 224, 224)
$item-base-dark-color ?= $grey-7
$item-highlight-dark-color ?= alpha($item-base-dark-color, 30%)
$item-stripe-dark-color ?= alpha($item-base-dark-color, 45%)
$item-active-dark-color ?= alpha($item-base-dark-color, 20%)
$item-side-dark-color ?= #bbb
$item-label-dark-color ?= rgba(255,255,255,0.64)
$item-content-secondary-text-dark-color ?= $grey-5
$item-separator-dark-color ?= rgba(255,255,255,0.32)
$item-min-height ?= 40px
$item-padding ?= 16px
$item-gutter ?= 10px
$item-primary-size ?= 38px
$item-inverted-icon-size ?= round($item-primary-size * .52)
$item-icon-size ?= round($item-primary-size * .63)
$item-image-size ?= round(3 * $item-primary-size)
$item-font-size ?= 1rem
$item-stamp-font-size ?= .8rem
$item-inset ?= ($item-gutter + $item-primary-size)
$jumbotron-padding ?= 2rem 1rem
$jumbotron-large-padding ?= 4rem 2rem
$jumbotron-border-radius ?= $generic-border-radius
$jumbotron-bg ?= $grey-3
$jumbotron-dark-bg ?= $grey-7
$jumbotron-dark-color ?= white
$collapsible-padding ?= 8px 16px
$collapsible-indent-left-padding ?= ($item-primary-size + $item-gutter)
$collapsible-active-color ?= $item-active-color
$collapsible-menu-left-padding ?= 48px
$datetime-range-space ?= 10px
$datetime-input-min-width ?= 70px
$dot-color ?= $red
$dot-opacity ?= .8
$dot-size ?= 10px
$dot-position-top ?= -2px
$dot-position-right ?= -10px
$editor-border-color ?= #ccc
$editor-border ?= 1px solid $editor-border-color
$editor-content-padding ?= 10px
$editor-content-min-height ?= 10em
$editor-toolbar-padding ?= 4px
$editor-hr-color ?= $editor-border-color
$editor-button-gutter ?= 5px
$fab-margin ?= 5px
$field-icon-size ?= 28px
$field-label-color ?= $dark
$field-dark-label-color ?= $light
$table-transition ?= $generic-hover-transition
$table-border-radius ?= $generic-border-radius
$table-box-shadow ?= $shadow-2
$table-border-color ?= rgba(0, 0, 0, .12)
$table-color ?= rgba(0, 0, 0, .87)
$table-header-color ?= rgba(0, 0, 0, .54)
$table-hover-background ?= rgba(0, 0, 0, .03)
$table-selected-background ?= rgba(0, 0, 0, .06)
$table-dark-border-color ?= rgba(255, 255, 255, .12)
$table-dark-color ?= white
$table-dark-header-color ?= rgba(255, 255, 255, .64)
$table-dark-hover-background ?= rgba(255, 255, 255, .1)
$table-dark-selected-background ?= rgba(255, 255, 255, .2)
$input-margin-top ?= 16px
$input-margin-bottom ?= 8px
$input-font-size ?= 1rem
$input-label-top-scale ?= .75
$input-padding-x ?= 8px
$input-padding-top ?= 25px
$input-padding-bottom ?= 7px
$input-control-size ?= 24px
$input-control-margin ?= 4px
$input-min-height ?= $input-control-size
$input-hide-underline-padding-top ?= 18px
$input-box-padding-top ?= $input-padding-top
$input-box-padding-bottom ?= $input-padding-bottom
$input-inverted-border-radius ?= $generic-border-radius
$input-label-transform-base ?= translate(0, 0)
$input-label-box-transform-base ?= translate(0, -21px)
$input-label-transform ?= translate(0, -100%)
$input-label-box-transform ?= translate(0, -125%)
$input-frame-transition ?= all .45s cubic-bezier(.23, 1, .32, 1), display 0s 0s
$input-frame-transition-border ?= opacity .45s cubic-bezier(.23, 1, .32, 1)
$toolbar-min-height ?= 50px
$toolbar-padding ?= 4px 10px
$toolbar-title-font-size ?= 16px
$toolbar-subtitle-font-size ?= 12px
$toolbar-title-font-weight ?= 600
$toolbar-title-padding ?= 0 5px
$layout-aside-background ?= white
$layout-border-color ?= $item-separator-color
$layout-border ?= 1px solid $layout-border-color
$loading-background ?= $dimmed-background
$modal-background ?= white
$modal-width ?= 80vw
$modal-max-width ?= 1000px
$modal-height ?= 80vh
$modal-max-height ?= 1000px
$modal-header-font-size ?= 1.3rem
$modal-header-padding ?= 20px 16px 10px
$modal-header-text-align ?= center
$modal-body-color ?= black
$modal-body-padding ?= 10px 16px 21px
$modal-scroll-size ?= 240px
$modal-buttons-padding ?= 0
$modal-border-radius ?= 13px
$label-offset ?= 8px
$paralax-text-shadow ?= 0 0 5px white
$popover-background ?= white
$popover-box-shadow ?= $shadow-4
$popover-max-width ?= 100vw
$progress-track-height ?= 5px
$progress-track-color ?= currentColor
$progress-track-opacity ?= .2
$progress-transition ?= width .3s linear
$pull-to-refresh-font-size ?= 1rem
$pull-to-refresh-icon-size ?= 2rem
$rating-grade-color ?= $yellow
$rating-shadow ?= 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
$stepper-divider-color ?= rgba(0, 0, 0, .12)
$stepper-label-color ?= rgba(0, 0, 0, .56)
$stepper-label-inactive-color ?= rgba(0, 0, 0, .42)
$stepper-hover-background ?= rgba(0, 0, 0, .05)
$stepper-active-background ?= rgba(0, 0, 0, .17)
$stepper-pane-padding ?= 16px
$stepper-border-radius ?= $generic-border-radius
$tabs-padding ?= 8px 10px
$tabs-big-screen-horiz-padding ?= 25px
$tabs-min-height ?= 35px
$tabs-big-screen-side-padding ?= 12px
$tabs-pane-padding ?= 12px
$tabs-pane-border ?= 1px solid rgba(0, 0, 0, .1)
$tabs-unselected-opacity ?= .6
$tabs-font-size ?= .7rem
$tabs-big-font-size ?= .9rem
$tabs-icon-font-size ?= 1.5rem
$tabs-font-weight ?= 400
$tooltip-color ?= black
$tooltip-background ?= white
$tooltip-box-shadow ?= $shadow-6
$tooltip-padding ?= 10px
$tooltip-border-radius ?= $generic-border-radius
$tooltip-fontsize ?= 12px
$tree-connector-color ?= #ccc
$tree-label-padding ?= 5px
$tree-label-border-radius ?= $generic-border-radius
$tree-highlight-color ?= inherit
$tree-highlight-background ?= $tree-connector-color
$tree-label-icon-font-size ?= 1.3rem