@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
1 lines • 4.24 kB
Source Map (JSON)
{"version":3,"sources":["../scss/04_organisms/_show-more.scss","00_helpers/mixins/_show-more.scss","00_helpers/variables/_colors.scss"],"names":[],"mappings":"AAAA;EACE,kBAAkB,EAAA;EAElB;IACE,iBAAiB;IACjB,kBAAkB;IAClB,gBAAgB,EAAA;;AAIpB;EACE,eAAe;EACf,kBAAkB;EAClB,kBAAkB,EAAA;EAElB;IACE,WAAW;IACX,WAAW;IACX,SAAS;IACT,kBAAkB;IAClB,oBAAoB;IACpB,wCAAgC;IAAhC,gCAAgC;IAChC,WAAW;IACX,UAAU,EAAA;EAGZ;IACE,eAAe;IACf,kBAAkB;IAClB,UAAU,EAAA;;AC3BZ;EACE,cCCsB,EAAA;;ADGtB;EACE,gBCPmB,EAAA;;ADUrB;EACE,mBCwBkB,EAAA;;ADpBtB;EACE,mBCkBiB,EAAA","file":"show-more.css","sourcesContent":[".show-more {\n text-align: center;\n\n &__indicator {\n margin-left: auto;\n margin-right: auto;\n max-width: 325px;\n }\n}\n\n.section-separator {\n padding: 20px 0;\n position: relative;\n text-align: center;\n\n &--border:before {\n content: '';\n height: 1px;\n left: 50%;\n position: absolute;\n top: calc(50% + 1px);\n transform: translate(-50%, -50%);\n width: 100%;\n z-index: 1;\n }\n\n &--border span {\n padding: 0 10px;\n position: relative;\n z-index: 2;\n }\n}\n\n// background mappings\n@include show-more-background-mapping;\n","@mixin show-more-background-mapping {\n\n .section-separator {\n color: $color-brand--two;\n }\n\n .section-separator--border span {\n .bg-brand--white & {\n background: $color-brand--white;\n }\n\n .bg-brand--light-grey & {\n background: $color--grey-10;\n }\n }\n\n .section-separator--border:before {\n background: $color--grey;\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"]}