UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

1 lines 19.8 kB
{"version":3,"sources":["../scss/03_molecules/_body-copy.scss","00_helpers/variables/_colors.scss","00_helpers/mixins/_font-style.scss","00_helpers/variables/_fonts.scss","00_helpers/variables/_spacing.scss","00_helpers/variables/_lists.scss","../scss/03_molecules/lists/_checks.scss","00_helpers/mixins/_svg-base64.scss","../scss/02_atoms/_text-source.scss","00_helpers/mixins/_typography.scss"],"names":[],"mappings":"AAAA;EACE,qBAAqB,EAAA;EADvB;;;;;;IAQI,cCLsB,EAAA;EDH1B;IE4BE,mDCZiE;IDajE,eCqCiB;IDpCjB,oBCsCsB;IDrCtB,iBCoCmB;IHtDjB,mBIDsB,EAAA;IJZ1B;;MAiBM,gBIJoB,EAAA;EJb1B;IE4BE,mDCZiE;IDajE,eCyBiB;IDxBjB,oBC0BsB;IDzBtB,iBCwBmB;IHhCf,mBIZqB,EAAA;IJX3B;;MA2BM,gBIfoB,EAAA;EJZ1B;IE4BE,0CCb+C;IDc/C,eCaiB;IDZjB,oBCcsB;IDbtB,iBCYmB;IHVf,mBItBqB,EAAA;IJX3B;;MAqCM,gBIzBoB,EAAA;EJZ1B;IE4BE,mDCZiE;IDajE,eCqCiB;IDpCjB,oBCsCsB;IDrCtB,iBCoCmB;IHxBjB,mBI/BsB,EAAA;IJZ1B;;MA+CM,gBIlCoB,EAAA;EJb1B;;IAqDI,mBI1CuB,EAAA;IJX3B;;;;MAyDM,gBI7CoB,EAAA;EJZ1B;;IAgEI,mBInDsB,EAAA;IJb1B;;;;MAoEM,gBItDoB,EAAA;EJd1B;IAyEI,kBKxE8B,EAAA;ILDlC;MA4EM,cCzEoB;MD0EpB,qBAAqB;MACrB,kBK7E4B;ML8E5B,eAAe,EAAA;EA/ErB;IAoFI,gBIzEuB,EAAA;EJX3B;IAwFI,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB,EAAA;EA1FrB;IA8FI,iBAAiB;IACjB,gBAAgB,EAAA;IA/FpB;MAkGM,qBAAqB,EAAA;IAlG3B;MAsGM,4BAA4B;MAC5B,kBAAkB,EAAA;EAvGxB;;;IA8GI,gBAAgB,EAAA;EA9GpB;IAkHI,qDAA6C;IAA7C,6CAA6C,EAAA;IAlHjD;MAqHM,oDAA4C;MAA5C,4CAA4C,EAAA;;AMrHlD;;EAEE,gBAAgB;EAChB,kBAAkB,EAAA;EAHpB;;IAMI,kBAAkB,EAAA;IANtB;;MCqCI,8BAAsB;MAAtB,sBAAsB;MACtB,yeAAie;MAAje,ieAAie;MD5B/d,yBLPoB;MKQpB,WAAW;MACX,YAAY;MACZ,kBAAkB;MAClB,eAAe;MACf,kBAAkB;MAClB,WAAW,EAAA;;AAKjB;EAGM,oCAA8C,EAAA;;AExBpD;EN4BE,0CCb+C;EDc/C,eCOiB;EDNjB,oBCQsB;EDPtB,iBCMmB;EMnCnB,cRMwB,EAAA;EQJxB;;IAEE,+BRuE2C,EAAA","file":"body-copy.css","sourcesContent":[".body-copy {\n overflow-anchor: none;\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: $color-brand--one;\n }\n\n h2 {\n @include font-style($body-copy-title--s, $body-copy-title--s);\n margin-bottom: $spacing--s;\n\n & + ol,\n & + ul {\n margin-top: $spacing--m;\n }\n }\n\n h3 {\n @include font-style($body-copy-title--xs, $body-copy-title--xs);\n margin-bottom: $spacing--xs;\n\n & + ol,\n & + ul {\n margin-top: $spacing--s;\n }\n }\n\n h4 {\n @include font-style('title--xxs', 'title--xxs');\n margin-bottom: $spacing--xs;\n\n & + ol,\n & + ul {\n margin-top: $spacing--s;\n }\n }\n\n .title--s {\n @include font-style($body-copy-title--s, $body-copy-title--s);\n margin-bottom: $spacing--s;\n\n & + ol,\n & + ul {\n margin-top: $spacing--m;\n }\n }\n\n .title--xxs,\n .title--xs {\n margin-bottom: $spacing--xs;\n\n & + ol,\n & + ul {\n margin-top: $spacing--s;\n }\n }\n\n // lists\n ol,\n ul {\n margin-bottom: $spacing--m;\n\n & + ol,\n & + ul {\n margin-top: $spacing--l;\n }\n }\n\n li {\n padding-left: $body-copy-list-item-spacing;\n\n &::before {\n color: $color-brand--one;\n display: inline-block;\n margin-left: -($body-copy-list-item-spacing);\n min-width: 31px;\n }\n }\n\n li + li {\n margin-top: $spacing--xs;\n }\n // unordered list\n ul:not(.list--checks) li::before {\n content: '\\2022';\n font-size: 1.2em;\n padding-left: 5px;\n }\n // ordered list\n ol {\n counter-reset: li;\n list-style: none;\n\n li {\n counter-increment: li;\n }\n\n li::before {\n content: counter(li) '.' ' ';\n position: relative;\n }\n }\n // remove spacing for last item\n p:last-child,\n ul:last-child,\n ol:last-child {\n margin-bottom: 0;\n }\n\n a {\n text-decoration: underline solid currentColor;\n\n &:hover {\n text-decoration: underline solid transparent;\n }\n }\n // background and typo mappings\n @include body-copy-background-mapping;\n\n}\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","// | variable | size | calculation |\n// |---------------|-------|-----------------|\n// | $spacing--xxs | 5px | $baseline * 0.5 |\n// | $spacing--xs | 10px | $baseline * 1 |\n// | $spacing--s | 20px | $baseline * 2 |\n// | $spacing--m | 30px | $baseline * 3 |\n// | $spacing--l | 50px | $baseline * 5 |\n// | $spacing--xl | 80px | $baseline * 8 |\n// | $spacing--xxl | 130px | $baseline * 13 |\n\n$spacing--xxs: $baseline * 0.5;\n$spacing--xs: $baseline * 1;\n$spacing--s: $baseline * 2;\n$spacing--m: $baseline * 3;\n$spacing--l: $baseline * 5;\n$spacing--xl: $baseline * 8;\n$spacing--xxl: $baseline * 13;\n\n// grid spacings\n$grid-margin--s: 25px;\n$grid-margin--m: 50px;\n$grid-margin--l: 100px;\n","// bullet item size\n$body-copy-list-item-spacing: 35px;\n",".list--checks,\n.list--checks-secondary {\n list-style: none;\n position: relative;\n\n li {\n padding-left: 40px;\n\n &::before {\n @include svgMask('check');\n background-color: $color-brand--one;\n content: '';\n height: 20px;\n margin-left: -40px;\n margin-top: 4px;\n position: absolute;\n width: 20px;\n }\n }\n}\n\n.list--checks--senary {\n li {\n &::before {\n background-color: $color-brand--six !important;\n }\n }\n}\n\n@include list-checks-background-mapping;\n\n","// @svg-base64($icon, $color)\n\n@mixin svg-base64($icon, $color) {\n // remove the hexadecimal character from string\n $color-clean: str-replace('#{$color}', '#', '');\n\n @if ($icon == 'add') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' fill='%23#{$color-clean}'%3E%3Cpath d='M18 9h-7V2a1 1 0 1 0-2 0v7H2a1 1 0 1 0 0 2h7v7a1 1 0 1 0 2 0v-7h7a1 1 0 1 0 0-2'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'check') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' fill='%23#{$color-clean}'%3E%3Cpath d='M7.6472,15.999 C7.3972,15.999 7.1462,15.905 6.9532,15.719 L1.3052,10.265 C0.9082,9.881 0.8972,9.247 1.2802,8.851 C1.6652,8.454 2.2982,8.441 2.6942,8.825 L7.6472,13.608 L17.3052,4.279 C17.7022,3.898 18.3362,3.907 18.7192,4.305 C19.1022,4.701 19.0912,5.335 18.6942,5.719 L8.3412,15.719 C8.1482,15.905 7.8972,15.999 7.6472,15.999'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'chevron-right-8') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' width='8' height='8' fill='%23#{$color-clean}'%3E%3Cpath d='M2.50025,0 C2.75625,0 3.01225,0.098 3.20725,0.293 L6.20725,3.293 C6.59825,3.684 6.59825,4.316 6.20725,4.707 L3.20725,7.707 C2.81625,8.098 2.18425,8.098 1.79325,7.707 C1.40225,7.316 1.40225,6.684 1.79325,6.293 L4.08625,4 L1.79325,1.707 C1.40225,1.316 1.40225,0.684 1.79325,0.293 C1.98825,0.098 2.24425,0 2.50025,0'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'chevron-left-8') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' width='8' height='8' fill='%23#{$color-clean}'%3E%3Cpath d='M5.5,8 C5.244,8 4.988,7.902 4.793,7.707 L1.793,4.707 C1.402,4.316 1.402,3.684 1.793,3.293 L4.793,0.293 C5.184,-0.098 5.816,-0.098 6.207,0.293 C6.598,0.684 6.598,1.316 6.207,1.707 L3.914,4 L6.207,6.293 C6.598,6.684 6.598,7.316 6.207,7.707 C6.012,7.902 5.756,8 5.5,8'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'arrow-right-30') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30' fill='%23#{$color-clean}'%3E%3Cpath d='M3,15.8965 L24.605,15.8965 L17.29,23.2975 C16.901,23.6905 16.905,24.3235 17.298,24.7125 C17.691,25.1005 18.324,25.0965 18.712,24.7045 L27.711,15.5995 C28.1,15.2065 28.096,14.5735 27.703,14.1855 L18.704,5.2895 C18.509,5.0965 18.255,5.0005 18.001,5.0005 C17.743,5.0005 17.485,5.0995 17.29,5.2965 C16.901,5.6895 16.905,6.3225 17.298,6.7105 L24.566,13.8965 L3,13.8965 C2.447,13.8965 2,14.3445 2,14.8965 C2,15.4485 2.447,15.8965 3,15.8965'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'minus') {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' fill='%23#{$color-clean}'%3E%3Cpath d='M18 11H2a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'star-filled-30') {\n background: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 5 45 20' width='30' height='20' fill='%23#{$color-clean}'%3E%3Cpath d='M29.951 10.817a1.002 1.002 0 00-.808-.68l-9.153-1.33L15.896.511c-.336-.683-1.457-.683-1.793 0L10.01 8.806l-9.154 1.33a1 1 0 00-.554 1.706L6.926 18.3l-1.564 9.117a1 1 0 001.451 1.054L15 24.167l8.186 4.304a1.006 1.006 0 001.054-.076 1 1 0 00.398-.978L23.074 18.3l6.624-6.458a1 1 0 00.253-1.025'/%3E%3C/svg%3E%0A\");\n }\n}\n\n@mixin svgMask($icon) {\n @if ($icon == 'check') {\n mask-repeat: no-repeat;\n mask-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' %3E%3Cpath d='M7.6472,15.999 C7.3972,15.999 7.1462,15.905 6.9532,15.719 L1.3052,10.265 C0.9082,9.881 0.8972,9.247 1.2802,8.851 C1.6652,8.454 2.2982,8.441 2.6942,8.825 L7.6472,13.608 L17.3052,4.279 C17.7022,3.898 18.3362,3.907 18.7192,4.305 C19.1022,4.701 19.0912,5.335 18.6942,5.719 L8.3412,15.719 C8.1482,15.905 7.8972,15.999 7.6472,15.999'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'chevron-left-8') {\n mask-image: url(\"data:image/svg+xml,%3Csvg id='chevron-left-8' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5,8 C5.244,8 4.988,7.902 4.793,7.707 L1.793,4.707 C1.402,4.316 1.402,3.684 1.793,3.293 L4.793,0.293 C5.184,-0.098 5.816,-0.098 6.207,0.293 C6.598,0.684 6.598,1.316 6.207,1.707 L3.914,4 L6.207,6.293 C6.598,6.684 6.598,7.316 6.207,7.707 C6.012,7.902 5.756,8 5.5,8'/%3E%3C/svg%3E%0A\");\n }\n\n @if ($icon == 'chevron-right-8') {\n mask-image: url(\"data:image/svg+xml,%3Csvg id='chevron-right-8' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.50025,0 C2.75625,0 3.01225,0.098 3.20725,0.293 L6.20725,3.293 C6.59825,3.684 6.59825,4.316 6.20725,4.707 L3.20725,7.707 C2.81625,8.098 2.18425,8.098 1.79325,7.707 C1.40225,7.316 1.40225,6.684 1.79325,6.293 L4.08625,4 L1.79325,1.707 C1.40225,1.316 1.40225,0.684 1.79325,0.293 C1.98825,0.098 2.24425,0 2.50025,0'/%3E%3C/svg%3E%0A\");\n }\n}\n",".text-source {\n @include font-style('body--m');\n @include text--alternative;\n}\n","// @text--alternative\n@mixin text--alternative {\n color: $color-brand--six;\n\n .bg-brand--blue &,\n .bg-brand--gradient-blue & {\n color: $color-alpha--four-50;\n }\n}\n\n@mixin text--positive {\n color: $color--positive;\n}\n"]}