{"version":3,"sources":["rtl.scss","scss/_variables.scss","rtl.css"],"names":[],"mappings":"AAGI;EACI,kBCiBoB;EDhBpB,cAAA;AEFR","file":"../rtl.css","sourcesContent":["@import './scss/variables';\n\n.#{$pretty--class-name} {\n    .state label {\n        margin-left: $pretty--label-text-offset;\n        text-indent: 0;\n    }\n}\n","$pretty--class-name: pretty !default;\n\n// colors\n$pretty--color-default: #bdc3c7 !default;\n$pretty--color-primary: #428bca !default;\n$pretty--color-info: #5bc0de !default;\n$pretty--color-success: #5cb85c !default;\n$pretty--color-warning: #f0ad4e !default;\n$pretty--color-danger: #d9534f !default;\n$pretty--color-dark: #5a656b !default;\n\n// z-index\n$pretty--z-index-back: 0 !default;\n$pretty--z-index-between: 1 !default;\n$pretty--z-index-front: 2 !default;\n\n// box\n$pretty--curve-radius: 20% !default;\n$pretty--box-size: calc(1em + 2px) !default;\n\n// text\n$pretty--label-text-offset: 1.5em !default;\n$pretty--label-text-offset-switch: 2.5em !default;\n\n// scale\n$pretty--2x: 1.2em !default;\n\n// color set\n$pretty--colors: (primary, $pretty--color-primary), (info, $pretty--color-info),\n    (success, $pretty--color-success), (warning, $pretty--color-warning),\n    (danger, $pretty--color-danger) !default;\n\n// position\n$pretty-top: 8;\n$pretty-top-switch: ($pretty-top * 2) * 1%;\n$pretty-top-offset: calc((0% - (100% - 1em)) - #{$pretty-top * 1%});\n$pretty-top-offset-switch: calc((0% - (100% - 1em)) - #{$pretty-top-switch});\n\n// dev\n$pretty--debug: false !default;\n$pretty--err-message: 'Error: Invalid input type!' !default;\n",".pretty .state label {\n  margin-left: 1.5em;\n  text-indent: 0;\n}"]}