UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

1 lines 15.6 kB
{"version":3,"sources":["../scss/02_atoms/forms/_slider.scss","00_helpers/variables/_slider.scss","00_helpers/variables/_colors.scss","00_helpers/mixins/_font-style.scss","00_helpers/variables/_fonts.scss","00_helpers/variables/_sizing.scss","00_helpers/mixins/_slider.scss"],"names":[],"mappings":"AAAA;EACE,uBAAuB;EACvB,gBCA0C,EAAA;EDE1C;IAGE,gBENqB,EAAA;EFSvB;IGkBA,0CCb+C;IDc/C,eCOiB;IDNjB,oBCQsB;IDPtB,iBCMmB;IJzBjB,yBEuBiB;IFtBjB,kBKTe;ILUf,cEVsB;IFWtB,qBAAqB;IACrB,iBAA+B;IAC/B,kBAAkB;IAClB,kBAAkB;IAClB,UAAU,EAAA;EAGZ;IACE,yBEYiB;IFXjB,yBAAyB;IACzB,kBKpBkB;ILqBlB,YAAgC;IAChC,YCtBsB;IDuBtB,OAAO;IACP,cAAc;IACd,kBAAkB;IAClB,QAAQ;IACR,gCAAwB;IAAxB,wBAAwB;IACxB,gCAAwB;IAAxB,wBAAwB;IACxB,WC7BsB;ID8BtB,UAAU,EAAA;IAbX;MAgBG,WAAW;MACX,cAAc;MACd,YAAsC;MACtC,oBAAyC;MACzC,gCAAwB;MAAxB,wBAAwB;MACxB,UAAU,EAAA;EAId;IACE,wBAAgB;IAAhB,qBAAgB;IAAhB,gBAAgB;IAChB,uBAAuB;IACvB,eAAe;IACf,cAAc;IACd,YAAY;IACZ,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,gBAAgB;IAChB,WAAW,EAAA;IAVZ;MAaG,aAAa,EAAA;EAKjB;IACE,mBE/BiB;IFgCjB,WC1D2B;ID2D3B,WAAW,EAAA;EAGb;IMpEA,mBJAwB;IICxB,mBAAmB;IACnB,SAAS;IACT,YLM4B;IKL5B,WLK4B;IKJ5B,0CAAkC;IAAlC,kCAAkC;INiEhC,wBAAgB;IAAhB,gBAAgB;IAChB,wrTM3D0E;IN4D1E,kBAAyC;IACzC,kBAAkB;IAClB,QAAQ,EAAA;EAIV;IACE,mBE/EsB;IFgFtB,WC1E2B;ID2E3B,WAAW,EAAA;EAGb;IACE,mBErDiB,EAAA;EFwDnB;IMxFA,mBJAwB;IICxB,mBAAmB;IACnB,SAAS;IACT,YLM4B;IKL5B,WLK4B;IKJ5B,uCAAkC;IAAlC,kCAAkC;INqFhC,qBAAgB;IAAhB,gBAAgB;IAChB,SAAS,EAAA;EAIX;IACE,uBAAuB;IACvB,SAAS;IACT,kBAAkB;IAClB,WC7F2B;ID8F3B,WAAW,EAAA;EAGb;IACE,mBExEiB,EAAA;EF2EnB;IACE,mBE5GsB,EAAA;EF+GxB;IM/GA,mBJAwB;IICxB,mBAAmB;IACnB,SAAS;IACT,YLM4B;IKL5B,WLK4B;IKJ5B,sCAAkC;IAAlC,kCAAkC;IN4GhC,gBAAgB;IAChB,SAAS;IACT,MAAM,EAAA;EAGR;IACE,aAAa,EAAA;EAGf;IGjGA,0CCb+C;IDc/C,eCOiB;IDNjB,oBCQsB;IDPtB,iBCMmB;IJ0FjB,oBAAa;IAAb,qBAAa;IAAb,oBAAa;IAAb,aAAa;IACb,yBAA8B;IAA9B,sCAA8B;IAA9B,sBAA8B;IAA9B,8BAA8B;IAC9B,WAAW,EAAA;EAGb;IACE,gBAAgB,EAAA","file":"slider.css","sourcesContent":[".slider {\n box-sizing: content-box;\n max-width: $slider-max-width-px;\n\n &__label,\n &__tooltip,\n &__tooltip::before {\n background: $color-brand--white;\n }\n\n &__label {\n @include font-style('body--m');\n border: 1px solid $color--grey;\n border-radius: $border-radius;\n color: $color-brand--two;\n display: inline-block;\n padding: ($baseline * 0.5) 10px;\n position: relative;\n text-align: center;\n z-index: 1;\n }\n\n &__tooltip {\n border: 1px solid $color--grey;\n border-width: 0 1px 1px 0;\n border-radius: $border-radius--s;\n bottom: -($slider-tooltip-size/2);\n height: $slider-tooltip-size;\n left: 0;\n margin: 0 auto;\n position: absolute;\n right: 0;\n transform: rotate(45deg);\n transform-origin: center;\n width: $slider-tooltip-size;\n z-index: 2;\n\n &::before {\n content: '';\n display: block;\n height: ($slider-tooltip-size * 2 - 1);\n margin: -($slider-tooltip-size/2) 0 0 2px;\n transform: rotate(45deg);\n width: 5px;\n }\n }\n\n &__range {\n appearance: none;\n background: transparent;\n cursor: pointer;\n display: block;\n height: 100%; //IE 11 fix\n min-height: 30px;\n margin: 0;\n padding: 0;\n overflow: hidden;\n width: 100%;\n\n &:focus {\n outline: none;\n }\n }\n\n // Webkit\n &__range::-webkit-slider-runnable-track {\n background: $slider-range-track-color;\n height: $slider-range-track-height;\n width: 100%;\n }\n\n &__range::-webkit-slider-thumb {\n @include range-slider-thumb($slider-range-thumb-color);\n appearance: none;\n box-shadow: webkit-slider-thumb-shadow($slider-range-thumb-color, 1);\n margin-top: (-$slider-range-thumb-size/2);\n position: relative;\n top: 50%;\n }\n\n // Firefox\n &__range::-moz-range-track {\n background: $slider-range-thumb-color;\n height: $slider-range-track-height;\n width: 100%;\n }\n\n &__range::-moz-range-progress {\n background: $slider-range-track-color;\n }\n\n &__range::-moz-range-thumb {\n @include range-slider-thumb($slider-range-thumb-color);\n appearance: none;\n margin: 0;\n }\n\n // Internet Explorer\n &__range::-ms-track {\n background: transparent; // color needed to hide track marks\n border: 0;\n color: transparent; // color needed to hide track marks\n height: $slider-range-track-height;\n width: 100%;\n }\n\n &__range::-ms-fill-lower {\n background: $slider-range-track-color;\n }\n\n &__range::-ms-fill-upper {\n background: $slider-range-thumb-color;\n }\n\n &__range::-ms-thumb {\n @include range-slider-thumb($slider-range-thumb-color);\n box-shadow: none;\n margin: 0;\n top: 0;\n }\n\n &__range[data-rs-slider-range-line]::-ms-tooltip {\n display: none;\n }\n\n &__values {\n @include font-style('body--m');\n display: flex;\n justify-content: space-between;\n width: 100%;\n }\n\n &__value > span {\n margin-left: 5px;\n }\n\n // background mapping\n @include slider-background-mapping;\n}\n","// general\n$slider-max-width: 385; // value is used in mixin for webkit fallback\n$slider-max-width-px: $slider-max-width + px;\n\n// tooltip\n$slider-tooltip-size: 12px;\n\n// slider range\n$slider-range-track-color: $color--grey;\n$slider-range-track-height: 2px;\n\n$slider-range-thumb-color: $color-brand--one;\n$slider-range-thumb-size: 13px;\n","$color-brand--black: #000000;\n$color-brand--white: #fff;\n\n$color-brand--one: #ff661a;\n$color-brand--two: #2e2e2e;\n$color-brand--three: #1f82db;\n$color-brand--four: #c4c4c4;\n$color-brand--five: #f8f8f8;\n$color-brand--six: #97999b;\n\n$color-brand--gradient-orange: linear-gradient(\n 56.45deg,\n #ff8200 0%,\n #ed1f24 100%\n);\n$color-brand--gradient-orange-50: linear-gradient(\n 56.45deg,\n #ff9b33 0%,\n #ed4e52 100%\n);\n$color-brand--gradient-blue: linear-gradient(45deg, #1f82db 0%, #1166b3 100%);\n$color-brand--gradient-purple: linear-gradient(\n 45deg,\n #595a9f 0%,\n #6152a3 50%,\n #292765 100%\n);\n// user interface colors\n//\n// additional colors, such as surface, background and error colors, typically don't\n// represent the brand but can be applied sparingly to accent select parts of your UI.\n//\n\n$color--black-80: #303030;\n\n$color--grey: #e2e2e2;\n$color--grey-10: #f8f8f8;\n\n$color--white: #fff;\n\n$color--one-10: #fff0e8;\n$color--one-80: #ff8548;\n$color--one-130: #e64c00;\n\n$color--two-50: #97999b;\n$color--two-80: #4d4d4d;\n$color--two-180: #000000;\n\n$color--three-5: #edf6ff;\n\n$color--four-80: #f9f7f3;\n$color--four-110: #dedcd8;\n\n$color--negative: #f13c23;\n$color--negative-5: #fef5f4;\n\n$color--positive: #11d15e;\n$color--positive-5: #f3fdf7;\n\n$color--warning: #e9a204;\n$color--warning-10: #fcf5e5;\n\n// user interface opacities\n//\n// opacity colors are only used on modal backgrounds. HEX colors would not be\n// used due to the colors' alpha layers.\n//\n\n$color-alpha--one-10: rgba(255, 102, 26, 0.1);\n$color-alpha--one-30: rgba(255, 102, 26, 0.3);\n\n$color-alpha--two-10: rgba(0, 0, 0, 0.1);\n$color-alpha--two-30: rgba(0, 0, 0, 0.3);\n$color-alpha--two-70: rgba(0, 0, 0, 0.7);\n$color-alpha--two-80: rgba(0, 0, 0, 0.8);\n\n$color-alpha--four-30: rgba(255, 255, 255, 0.2);\n$color-alpha--four-50: rgba(255, 255, 255, 0.5);\n\n// set color values\n$color--disabled: $color--two-50;\n$color--text: $color-brand--two;\n$color--one-light: $color--one-10;\n\n// degree brand colors\n// used in the charts as extra color scheme\n$color-brand--one-65: #ffc8ad;\n$color-brand--one-45: #ffe7da;\n$color-brand--one-25: #f7beb9;\n$color-brand--two-65: #afaf;\n$color-brand--two-45: #dbdbdb;\n$color-brand--two-25: #fce8b5;\n$color-brand--three-65: #afd2f2;\n$color-brand--three-45: #dbebf9;\n$color-brand--five-25: #a6c8f0;\n$color-brand--six-65: #dadadb;\n$color-brand--six-45: #eeefef;\n$color-brand--six-25: #c4dbe1;\n\n// degree user interface colors\n// used in the charts as extra color scheme\n$color--positive-65: #aaefc5;\n$color--positive-45: #d9f8e5;\n\n// notice colors\n$color-notice--warning: #fff2f2;\n","// @font-style($font-style-small, $font-style-large)\n\n// $font-style-small - Desired type size for small/medium viewport.\n// $font-style-large - Desired type size for large viewport. This includes default fallback\n// for the S/M viewport.\n\n//\n// | viewport S | viewport M | viewport L | default mapping |\n// |------------------|------------------|-----------------|-----------------|\n// | title l | 40 | title l | 40 | title xxl | 80 | default |\n// | title m | 32 | title m | 32 | title xl | 60 | default |\n// | title s | 26 | title s | 26 | title l | 40 | |\n// | title s | 26 | title s | 26 | title m | 32 | default |\n// | title xs | 20 | title xs | 20 | title s | 26 | |\n// | title xs | 20 | title xs | 20 | title xs | 20 | default |\n// | title xxs | 18 | title xxs | 18 | title xxs | 18 | |\n// | | | | | | | |\n// | body l | 18 | body l | 18 | body l | 18 | |\n// | body m | 16 | body m | 16 | body m | 16 | |\n// | body s | 12 | body s | 12 | body s | 12 | |\n\n// import variables needed for the mixins\n@import '../variables/__variables.scss';\n\n// mixin to get applicable properties for chosen type size\n@mixin typeset($type) {\n $type: map-get($types, $type);\n\n font-family: (map-get($type, font-family));\n font-size: (map-get($type, font-size));\n text-transform: (map-get($type, text-transform));\n line-height: (map-get($type, line-height));\n}\n\n// get correct font characteristics based on font\n@mixin type-size($size) {\n $size: map-get($type-sizes, $size);\n @include typeset($size);\n}\n\n// mixin to get font-size\n@mixin font-style($font-style-small: 'body--l', $font-style-large: null) {\n // if both arguments are added\n @if ($font-style-large != null) {\n // make sure $font-style-small & $font-style-large are not equal\n @if ($font-style-small != $font-style-large) {\n @include type-size($font-style-small);\n\n @include viewport--l {\n @include type-size($font-style-large);\n }\n } @else {\n @include type-size($font-style-small);\n }\n } @else {\n @include type-size($font-style-small);\n // default font style mappings\n @if ($font-style-small == 'title--l') {\n @include viewport--l {\n @include type-size('title--xxl');\n }\n } @else if ($font-style-small == 'title--m') {\n @include viewport--l {\n @include type-size('title--xl');\n }\n } @else if ($font-style-small == 'title--s') {\n @include viewport--l {\n @include type-size('title--m');\n }\n }\n }\n}\n","// | viewport S | viewport M | viewport L | default mapping |\n// |------------------|------------------|-----------------|-----------------|\n// | title l | 40 | title l | 40 | title xxl | 80 | default |\n// | title m | 32 | title m | 32 | title xl | 60 | default |\n// | title s | 26 | title s | 26 | title l | 40 | |\n// | title s | 26 | title s | 26 | title m | 32 | default |\n// | title xs | 20 | title xs | 20 | title s | 26 | |\n// | title xs | 20 | title xs | 20 | title xs | 20 | default |\n// | title xxs | 18 | title xxs | 18 | title xxs | 18 | |\n// | | | | | | | |\n// | body l | 18 | body l | 18 | body l | 18 | |\n// | body m | 16 | body m | 16 | body m | 16 | |\n// | body s | 12 | body s | 12 | body s | 12 | |\n\n// font family\n$font-family-theme: Montserrat, arial, sans-serif;\n$font-family-theme-semibold: Montserrat-SemiBold, arial, sans-serif;\n$font-family-theme-extrabold: Montserrat-ExtraBold, arial, sans-serif;\n// assets path to font\n// this path is overwritten in component CSS\n\n// font mappings - font-size / line-height / letter-spacing\n$types: (\n 12: (\n font-size: 12px,\n line-height: 15px,\n text-transform: none,\n font-family: $font-family-theme\n ),\n 14: (\n font-size: 14px,\n line-height: 25px,\n text-transform: none,\n font-family: $font-family-theme\n ),\n 16: (\n font-size: 16px,\n line-height: 25px,\n text-transform: none,\n font-family: $font-family-theme\n ),\n 18: (\n font-size: 18px,\n line-height: 30px,\n text-transform: none,\n font-family: $font-family-theme\n ),\n 20: (\n font-size: 20px,\n line-height: 30px,\n text-transform: none,\n font-family: $font-family-theme-extrabold\n ),\n 20s: (\n font-size: 20px,\n line-height: 30px,\n text-transform: none,\n font-family: $font-family-theme-semibold\n ),\n 26: (\n font-size: 26px,\n line-height: 30px,\n text-transform: uppercase,\n font-family: $font-family-theme-extrabold\n ),\n 26s: (\n font-size: 26px,\n line-height: 30px,\n text-transform: none,\n font-family: $font-family-theme-semibold\n ),\n 32: (\n font-size: 32px,\n line-height: 40px,\n text-transform: uppercase,\n font-family: $font-family-theme-extrabold\n ),\n 32s: (\n font-size: 32px,\n line-height: 40px,\n text-transform: none,\n font-family: $font-family-theme-semibold\n ),\n 40: (\n font-size: 40px,\n line-height: 45px,\n text-transform: uppercase,\n font-family: $font-family-theme-extrabold\n ),\n 40s: (\n font-size: 40px,\n line-height: 45px,\n text-transform: none,\n font-family: $font-family-theme-semibold\n ),\n 60: (\n font-size: 60px,\n line-height: 60px,\n text-transform: uppercase,\n font-family: $font-family-theme-extrabold\n ),\n 80: (\n font-size: 80px,\n line-height: 80px,\n text-transform: uppercase,\n font-family: $font-family-theme-extrabold\n )\n);\n\n// type-sizes - links the type-size to correct font mapping\n$type-sizes: (\n title--xxl: 80,\n title--xl: 60,\n title--l: 40,\n title--l-slim: 40s,\n title--m: 32,\n title--m-slim: 32s,\n title--s: 26,\n title--s-slim: 26s,\n title--xs: 20,\n title--xs-slim: 20s,\n title--xxs: 18,\n body--l: 18,\n body--m: 16,\n body--s: 14,\n body--xs: 12\n);\n","// baseline size, used for every calculation\n$baseline: 10px;\n\n// border radius\n$border-radius: 4px;\n$border-radius--s: 3px;\n$border-radius--xs: 2px;\n$border-radius--m: 5px;\n$border-radius--m-l: 6px;\n$border-radius--l: 8px;\n$border-radius--max: 30px;\n","// @range-slider-thumb\n\n@mixin range-slider-thumb($thumb-color) {\n background: $thumb-color;\n border-radius: 100%;\n border: 0;\n height: $slider-range-thumb-size;\n width: $slider-range-thumb-size;\n transition: background-color 150ms;\n}\n\n// @webkit-slider-thumb-shadow($i)\n//\n// Webkit cannot style progress so fake it with a long shadow on the thumb element\n@function webkit-slider-thumb-shadow($thumb-color: $color-brand--one, $i: 1) {\n $val: #{$i}px 0 0 -#{($slider-range-thumb-size - 2px) / 2} #{$thumb-color};\n\n @if $i == 1 {\n @for $k from 2 through $slider-max-width {\n $val: #{$val}, webkit-slider-thumb-shadow($thumb-color, $k);\n }\n }\n\n @return $val;\n}\n\n@mixin slider-background-mapping {\n}\n"]}