mekari_ui_toolkit 1.0.8 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/assets/javascripts/bootstrap/mekari-ui-alert.js +17 -23
- data/lib/assets/javascripts/bootstrap/mekari-ui-alert.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-alert.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-button.js +83 -41
- data/lib/assets/javascripts/bootstrap/mekari-ui-button.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-button.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-collapse.js +39 -47
- data/lib/assets/javascripts/bootstrap/mekari-ui-collapse.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-collapse.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-dropdown.js +104 -112
- data/lib/assets/javascripts/bootstrap/mekari-ui-dropdown.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-dropdown.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-modal.js +145 -109
- data/lib/assets/javascripts/bootstrap/mekari-ui-modal.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-modal.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-popover.js +11 -15
- data/lib/assets/javascripts/bootstrap/mekari-ui-popover.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-popover.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-scrollspy.js +36 -48
- data/lib/assets/javascripts/bootstrap/mekari-ui-scrollspy.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-scrollspy.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-tab.js +42 -48
- data/lib/assets/javascripts/bootstrap/mekari-ui-tab.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-tab.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-tooltip.js +98 -100
- data/lib/assets/javascripts/bootstrap/mekari-ui-tooltip.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-tooltip.min.js +2 -2
- data/lib/assets/javascripts/bootstrap/mekari-ui-util.js +25 -4
- data/lib/assets/javascripts/bootstrap/mekari-ui-util.js.map +1 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-util.min.js +1 -1
- data/lib/assets/javascripts/components/mekari-ui-index.js +1 -2
- data/lib/assets/javascripts/components/mekari-ui-index.js.map +1 -1
- data/lib/assets/javascripts/components/mekari-ui-index.min.js +1 -1
- data/lib/assets/javascripts/components/mekari-ui-index.min.js.map +1 -1
- data/lib/assets/javascripts/mekari-ui.bundle.js +750 -1544
- data/lib/assets/javascripts/mekari-ui.bundle.js.map +1 -1
- data/lib/assets/javascripts/mekari-ui.bundle.min.js +2 -2
- data/lib/assets/javascripts/mekari-ui.bundle.min.js.map +1 -1
- data/lib/assets/javascripts/mekari-ui.js +750 -1544
- data/lib/assets/javascripts/mekari-ui.js.map +1 -1
- data/lib/assets/javascripts/mekari-ui.min.js +2 -2
- data/lib/assets/javascripts/mekari-ui.min.js.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-alert-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-alert-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-alert.css +7 -5
- data/lib/assets/stylesheets/css/components/mekari-ui-alert.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-avatar-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-avatar-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-avatar.css +638 -42
- data/lib/assets/stylesheets/css/components/mekari-ui-avatar.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-badge-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-badge-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-badge.css +4 -6
- data/lib/assets/stylesheets/css/components/mekari-ui-badge.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-button-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-button-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-button.css +143 -44
- data/lib/assets/stylesheets/css/components/mekari-ui-button.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-dropdown-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-dropdown-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-dropdown.css +38 -2
- data/lib/assets/stylesheets/css/components/mekari-ui-dropdown.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-form-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-form-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-form.css +9 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-form.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-icons-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-icons-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-icons.css +28 -6
- data/lib/assets/stylesheets/css/components/mekari-ui-icons.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-modal-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-modal.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-navbar-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-navbar-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-navbar.css +2 -2
- data/lib/assets/stylesheets/css/components/mekari-ui-navbar.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-reboot-bootstrap-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-reboot-bootstrap.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-shimmer-min.css +2 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-shimmer-min.css.map +1 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-shimmer.css +28 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-shimmer.css.map +1 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-tabs-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-tabs-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-tabs.css +68 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-tabs.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-tooltip-min.css +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-tooltip-min.css.map +1 -1
- data/lib/assets/stylesheets/css/components/mekari-ui-tooltip.css +36 -0
- data/lib/assets/stylesheets/css/components/mekari-ui-tooltip.css.map +1 -1
- data/lib/assets/stylesheets/css/full-bundle/mekari-ui.css +909 -143
- data/lib/assets/stylesheets/css/full-bundle/mekari-ui.css.map +1 -1
- data/lib/assets/stylesheets/css/full-bundle/mekari-ui.min.css +1 -1
- data/lib/assets/stylesheets/css/full-bundle/mekari-ui.min.css.map +1 -1
- data/lib/assets/stylesheets/scss/base/_fonts.scss +2 -2
- data/lib/assets/stylesheets/scss/components/button.scss +1 -0
- data/lib/assets/stylesheets/scss/components/config/_alert.scss +7 -5
- data/lib/assets/stylesheets/scss/components/config/_avatar.scss +50 -22
- data/lib/assets/stylesheets/scss/components/config/_badge.scss +5 -7
- data/lib/assets/stylesheets/scss/components/config/_button.scss +80 -47
- data/lib/assets/stylesheets/scss/components/config/_dropdowns.scss +7 -2
- data/lib/assets/stylesheets/scss/components/config/_form.scss +7 -1
- data/lib/assets/stylesheets/scss/components/config/_icons.scss +13 -8
- data/lib/assets/stylesheets/scss/components/config/_shimmer.scss +16 -0
- data/lib/assets/stylesheets/scss/components/config/_tabs.scss +10 -0
- data/lib/assets/stylesheets/scss/components/config/_tooltip.scss +3 -0
- data/lib/assets/stylesheets/scss/components/dropdown.scss +1 -0
- data/lib/assets/stylesheets/scss/components/shimmer.scss +3 -0
- data/lib/assets/stylesheets/scss/components/tooltip.scss +1 -0
- data/lib/assets/stylesheets/scss/main.scss +1 -0
- data/lib/assets/stylesheets/scss/vendor-extensions/_navbar.scss +2 -2
- data/lib/assets/stylesheets/scss/vendors/_button-group.scss +1 -1
- data/lib/assets/stylesheets/scss/vendors/_dropdown.scss +1 -1
- data/lib/assets/stylesheets/scss/vendors/_modal.scss +4 -4
- data/lib/assets/stylesheets/scss/vendors/_nav.scss +2 -2
- data/lib/assets/stylesheets/scss/vendors/_navbar.scss +4 -4
- data/lib/assets/stylesheets/scss/vendors/_tooltip.scss +1 -1
- data/lib/assets/stylesheets/scss/vendors/_transitions.scss +5 -5
- data/lib/assets/stylesheets/scss/vendors/mixins/_buttons.scss +2 -2
- data/lib/assets/stylesheets/webfonts/Mekari-Icon-Regular.eot +0 -0
- data/lib/assets/stylesheets/webfonts/Mekari-Icon-Regular.svg +130 -128
- data/lib/assets/stylesheets/webfonts/Mekari-Icon-Regular.ttf +0 -0
- data/lib/assets/stylesheets/webfonts/Mekari-Icon-Regular.woff +0 -0
- data/lib/mekari_ui_toolkit/version.rb +1 -1
- metadata +9 -7
- data/lib/assets/javascripts/bootstrap/mekari-ui-carousel.js +0 -632
- data/lib/assets/javascripts/bootstrap/mekari-ui-carousel.js.map +0 -1
- data/lib/assets/javascripts/bootstrap/mekari-ui-carousel.min.js +0 -13
- data/lib/assets/javascripts/bootstrap/mekari-ui-carousel.min.js.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/components/config/_icons.scss","mekari-ui-icons.css","../../../scss/vendor-extensions/_color.scss"],"names":[],"mappings":"AAoJA;EACE,kCAAmC;EACnC,kBAAkB;EAClB,gBAAgB;EAChB,yDAA8D;EAC9D,kUAAuV;EACvV,mBAAmB;ACnJrB;;ADsJA;EACE,WAAW;EACX,YAAY;EACZ,8CAA0C;EAC1C,eAAe;EACf,kCAAkC;EAClC,mCAAmC;EACnC,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;ACnJhB;;ADsJA;EACE,qBAAqB;ACnJvB;;ADkJA;EAII,WAAW;EACX,YAAY;EACZ,eAAe;AClJnB;;AD4IA;EASI,WAAW;EACX,YAAY;EACZ,eAAe;ACjJnB;;ADsIA;EAcI,WAAW;EACX,YAAY;EACZ,eAAe;AChJnB;;ADgIA;EAmBI,YAAY;EACZ,aAAa;EACb,aAAa;EACb,4BAA4B;EAC5B,2BAA2B;EAC3B,4BAA4B;AC/IhC;;ADmJA;EACE,kBAAkB;EAClB,YAAY;EACZ,SAAS;EACT,UAAU;EACV,cAAc;EACd,mBAAmB;EACnB,eAAe;AChJjB;;ADmJA;EACE,kBAAkB;EAClB,YAAY;EACZ,uBAAuB;EACvB,UAAU;EACV,cAAc;EACd,mBAAmB;EACnB,eAAe;AChJjB;;ADoJE;EACE,WE1NQ;ADyEZ;;ADgJE;EAGI,cAAc;EACd,gBA9E6B;ACjEnC;;AD2IE;EACE,WE1NQ;ADkFZ;;ADuIE;EAGI,cAAc;EACd,gBA9E6B;ACxDnC;;ADkIE;EACE,WE1NQ;AD2FZ;;AD8HE;EAGI,cAAc;EACd,gBA9E6B;AC/CnC;;ADyHE;EACE,WE1NQ;ADoGZ;;ADqHE;EAGI,cAAc;EACd,gBA9E6B;ACtCnC;;ADgHE;EACE,WE1NQ;AD6GZ;;AD4GE;EAGI,cAAc;EACd,gBA9E6B;AC7BnC;;ADuGE;EACE,WE1NQ;ADsHZ;;ADmGE;EAGI,cAAc;EACd,gBA9E6B;ACpBnC;;AD8FE;EACE,WE1NQ;AD+HZ;;AD0FE;EAGI,cAAc;EACd,gBA9E6B;ACXnC;;ADqFE;EACE,WE1NQ;ADwIZ;;ADiFE;EAGI,cAAc;EACd,gBA9E6B;ACFnC;;AD4EE;EACE,WE1NQ;ADiJZ;;ADwEE;EAGI,cAAc;EACd,gBA9E6B;ACOnC;;ADmEE;EACE,WE1NQ;AD0JZ;;AD+DE;EAGI,cAAc;EACd,gBA9E6B;ACgBnC;;AD0DE;EACE,WE1NQ;ADmKZ;;ADsDE;EAGI,cAAc;EACd,gBA9E6B;ACyBnC;;ADiDE;EACE,WE1NQ;AD4KZ;;AD6CE;EAGI,cAAc;EACd,gBA9E6B;ACkCnC;;ADwCE;EACE,WE1NQ;ADqLZ;;ADoCE;EAGI,cAAc;EACd,gBA9E6B;AC2CnC;;AD+BE;EACE,WE1NQ;AD8LZ;;AD2BE;EAGI,cAAc;EACd,gBA9E6B;ACoDnC;;ADsBE;EACE,WE1NQ;ADuMZ;;ADkBE;EAGI,cAAc;EACd,gBA9E6B;AC6DnC;;ADaE;EACE,WE1NQ;ADgNZ;;ADSE;EAGI,cAAc;EACd,gBA9E6B;ACsEnC;;ADIE;EACE,WE1NQ;ADyNZ;;ADAE;EAGI,cAAc;EACd,gBA9E6B;AC+EnC;;ADLE;EACE,WE1NQ;ADkOZ;;ADTE;EAGI,cAAc;EACd,gBA9E6B;ACwFnC;;ADdE;EACE,WE1NQ;AD2OZ;;ADlBE;EAGI,cAAc;EACd,gBA9E6B;ACiGnC;;ADvBE;EACE,WE1NQ;ADoPZ;;AD3BE;EAGI,cAAc;EACd,gBA9E6B;AC0GnC;;ADhCE;EACE,WE1NQ;AD6PZ;;ADpCE;EAGI,cAAc;EACd,gBA9E6B;ACmHnC;;ADzCE;EACE,WE1NQ;ADsQZ;;AD7CE;EAGI,cAAc;EACd,gBA9E6B;AC4HnC;;ADlDE;EACE,WE1NQ;AD+QZ;;ADtDE;EAGI,cAAc;EACd,gBA9E6B;ACqInC;;AD3DE;EACE,WE1NQ;ADwRZ;;AD/DE;EAGI,cAAc;EACd,gBA9E6B;AC8InC;;ADpEE;EACE,WE1NQ;ADiSZ;;ADxEE;EAGI,cAAc;EACd,gBA9E6B;ACuJnC;;AD7EE;EACE,WE1NQ;AD0SZ;;ADjFE;EAGI,cAAc;EACd,gBA9E6B;ACgKnC;;ADtFE;EACE,WE1NQ;ADmTZ;;AD1FE;EAGI,cAAc;EACd,gBA9E6B;ACyKnC;;AD/FE;EACE,WE1NQ;AD4TZ;;ADnGE;EAGI,cAAc;EACd,gBA9E6B;ACkLnC;;ADxGE;EACE,WE1NQ;ADqUZ;;AD5GE;EAGI,cAAc;EACd,gBA9E6B;AC2LnC;;ADjHE;EACE,WE1NQ;AD8UZ;;ADrHE;EAGI,cAAc;EACd,gBA9E6B;ACoMnC;;AD1HE;EACE,WE1NQ;ADuVZ;;AD9HE;EAGI,cAAc;EACd,gBA9E6B;AC6MnC;;ADnIE;EACE,WE1NQ;ADgWZ;;ADvIE;EAGI,cAAc;EACd,gBA9E6B;ACsNnC;;AD5IE;EACE,WE1NQ;ADyWZ;;ADhJE;EAGI,cAAc;EACd,gBA9E6B;AC+NnC;;ADrJE;EACE,WE1NQ;ADkXZ;;ADzJE;EAGI,cAAc;EACd,gBA9E6B;ACwOnC;;AD9JE;EACE,WE1NQ;AD2XZ;;ADlKE;EAGI,cAAc;EACd,gBA9E6B;ACiPnC;;ADvKE;EACE,WE1NQ;ADoYZ;;AD3KE;EAGI,cAAc;EACd,gBA9E6B;AC0PnC;;ADhLE;EACE,WE1NQ;AD6YZ;;ADpLE;EAGI,cAAc;EACd,gBA9E6B;ACmQnC;;ADzLE;EACE,WE1NQ;ADsZZ;;AD7LE;EAGI,cAAc;EACd,gBA9E6B;AC4QnC;;ADlME;EACE,WE1NQ;AD+ZZ;;ADtME;EAGI,cAAc;EACd,gBA9E6B;ACqRnC;;AD3ME;EACE,WE1NQ;ADwaZ;;AD/ME;EAGI,cAAc;EACd,gBA9E6B;AC8RnC;;ADpNE;EACE,WE1NQ;ADibZ;;ADxNE;EAGI,cAAc;EACd,gBA9E6B;ACuSnC;;AD7NE;EACE,WE1NQ;AD0bZ;;ADjOE;EAGI,cAAc;EACd,gBA9E6B;ACgTnC;;ADtOE;EACE,WE1NQ;ADmcZ;;AD1OE;EAGI,cAAc;EACd,gBA9E6B;ACyTnC;;AD/OE;EACE,WE1NQ;AD4cZ;;ADnPE;EAGI,cAAc;EACd,gBA9E6B;ACkUnC;;ADxPE;EACE,WE1NQ;ADqdZ;;AD5PE;EAGI,cAAc;EACd,gBA9E6B;AC2UnC;;ADjQE;EACE,WE1NQ;AD8dZ;;ADrQE;EAGI,cAAc;EACd,gBA9E6B;ACoVnC;;AD1QE;EACE,WE1NQ;ADueZ;;AD9QE;EAGI,cAAc;EACd,gBA9E6B;AC6VnC;;ADnRE;EACE,WE1NQ;ADgfZ;;ADvRE;EAGI,cAAc;EACd,gBA9E6B;ACsWnC;;AD5RE;EACE,WE1NQ;ADyfZ;;ADhSE;EAGI,cAAc;EACd,gBA9E6B;AC+WnC;;ADrSE;EACE,WE1NQ;ADkgBZ;;ADzSE;EAGI,cAAc;EACd,gBA9E6B;ACwXnC;;AD9SE;EACE,WE1NQ;AD2gBZ;;ADlTE;EAGI,cAAc;EACd,gBA9E6B;ACiYnC;;ADvTE;EACE,WE1NQ;ADohBZ;;AD3TE;EAGI,cAAc;EACd,gBA9E6B;AC0YnC;;ADhUE;EACE,WE1NQ;AD6hBZ;;ADpUE;EAGI,cAAc;EACd,gBA9E6B;ACmZnC;;ADzUE;EACE,WE1NQ;ADsiBZ;;AD7UE;EAGI,cAAc;EACd,gBA9E6B;AC4ZnC;;ADlVE;EACE,WE1NQ;AD+iBZ;;ADtVE;EAGI,cAAc;EACd,gBA9E6B;ACqanC;;AD3VE;EACE,WE1NQ;ADwjBZ;;AD/VE;EAGI,cAAc;EACd,gBA9E6B;AC8anC;;ADpWE;EACE,WE1NQ;ADikBZ;;ADxWE;EAGI,cAAc;EACd,gBA9E6B;ACubnC;;AD7WE;EACE,WE1NQ;AD0kBZ;;ADjXE;EAGI,cAAc;EACd,gBA9E6B;ACgcnC;;ADtXE;EACE,WE1NQ;ADmlBZ;;AD1XE;EAGI,cAAc;EACd,gBA9E6B;ACycnC;;AD/XE;EACE,WE1NQ;AD4lBZ;;ADnYE;EAGI,cAAc;EACd,gBA9E6B;ACkdnC;;ADxYE;EACE,WE1NQ;ADqmBZ;;AD5YE;EAGI,cAAc;EACd,gBA9E6B;AC2dnC;;ADjZE;EACE,WE1NQ;AD8mBZ;;ADrZE;EAGI,cAAc;EACd,gBA9E6B;ACoenC;;AD1ZE;EACE,WE1NQ;ADunBZ;;AD9ZE;EAGI,cAAc;EACd,gBA9E6B;AC6enC;;ADnaE;EACE,WE1NQ;ADgoBZ;;ADvaE;EAGI,cAAc;EACd,gBA9E6B;ACsfnC;;AD5aE;EACE,WE1NQ;ADyoBZ;;ADhbE;EAGI,cAAc;EACd,gBA9E6B;AC+fnC;;ADrbE;EACE,WE1NQ;ADkpBZ;;ADzbE;EAGI,cAAc;EACd,gBA9E6B;ACwgBnC;;AD9bE;EACE,WE1NQ;AD2pBZ;;ADlcE;EAGI,cAAc;EACd,gBA9E6B;ACihBnC;;ADvcE;EACE,WE1NQ;ADoqBZ;;AD3cE;EAGI,cAAc;EACd,gBA9E6B;AC0hBnC;;ADhdE;EACE,WE1NQ;AD6qBZ;;ADpdE;EAGI,cAAc;EACd,gBA9E6B;ACmiBnC;;ADzdE;EACE,WE1NQ;ADsrBZ;;AD7dE;EAGI,cAAc;EACd,gBA9E6B;AC4iBnC;;ADleE;EACE,WE1NQ;AD+rBZ;;ADteE;EAGI,cAAc;EACd,gBA9E6B;ACqjBnC;;AD3eE;EACE,WE1NQ;ADwsBZ;;AD/eE;EAGI,cAAc;EACd,gBA9E6B;AC8jBnC;;ADpfE;EACE,WE1NQ;ADitBZ;;ADxfE;EAGI,cAAc;EACd,gBA9E6B;ACukBnC;;AD7fE;EACE,WE1NQ;AD0tBZ;;ADjgBE;EAGI,cAAc;EACd,gBA9E6B;ACglBnC;;ADtgBE;EACE,WE1NQ;ADmuBZ;;AD1gBE;EAGI,cAAc;EACd,gBA9E6B;ACylBnC;;AD/gBE;EACE,WE1NQ;AD4uBZ;;ADnhBE;EAGI,cAAc;EACd,gBA9E6B;ACkmBnC;;ADxhBE;EACE,WE1NQ;ADqvBZ;;AD5hBE;EAGI,cAAc;EACd,gBA9E6B;AC2mBnC;;ADjiBE;EACE,WE1NQ;AD8vBZ;;ADriBE;EAGI,cAAc;EACd,gBA9E6B;AConBnC;;AD1iBE;EACE,WE1NQ;ADuwBZ;;AD9iBE;EAGI,cAAc;EACd,gBA9E6B;AC6nBnC;;ADnjBE;EACE,WE1NQ;ADgxBZ;;ADvjBE;EAGI,cAAc;EACd,gBA9E6B;ACsoBnC;;AD5jBE;EACE,WE1NQ;ADyxBZ;;ADhkBE;EAGI,cAAc;EACd,gBA9E6B;AC+oBnC;;ADrkBE;EACE,WE1NQ;ADkyBZ;;ADzkBE;EAGI,cAAc;EACd,gBA9E6B;ACwpBnC;;AD9kBE;EACE,WE1NQ;AD2yBZ;;ADllBE;EAGI,cAAc;EACd,gBA9E6B;ACiqBnC;;ADvlBE;EACE,WE1NQ;ADozBZ;;AD3lBE;EAGI,cAAc;EACd,gBA9E6B;AC0qBnC;;ADhmBE;EACE,WE1NQ;AD6zBZ;;ADpmBE;EAGI,cAAc;EACd,gBA9E6B;ACmrBnC;;ADzmBE;EACE,WE1NQ;ADs0BZ;;AD7mBE;EAGI,cAAc;EACd,gBA9E6B;AC4rBnC;;ADlnBE;EACE,WE1NQ;AD+0BZ;;ADtnBE;EAGI,cAAc;EACd,gBA9E6B;ACqsBnC;;AD3nBE;EACE,WE1NQ;ADw1BZ;;AD/nBE;EAGI,cAAc;EACd,gBA9E6B;AC8sBnC;;ADpoBE;EACE,WE1NQ;ADi2BZ;;ADxoBE;EAGI,cAAc;EACd,gBA9E6B;ACutBnC;;AD7oBE;EACE,WE1NQ;AD02BZ;;ADjpBE;EAGI,cAAc;EACd,gBA9E6B;ACguBnC;;ADtpBE;EACE,WE1NQ;ADm3BZ;;AD1pBE;EAGI,cAAc;EACd,gBA9E6B;ACyuBnC;;AD/pBE;EACE,WE1NQ;AD43BZ;;ADnqBE;EAGI,cAAc;EACd,gBA9E6B;ACkvBnC;;ADxqBE;EACE,WE1NQ;ADq4BZ;;AD5qBE;EAGI,cAAc;EACd,gBA9E6B;AC2vBnC;;ADjrBE;EACE,WE1NQ;AD84BZ;;ADrrBE;EAGI,cAAc;EACd,gBA9E6B;ACowBnC;;AD1rBE;EACE,WE1NQ;ADu5BZ;;AD9rBE;EAGI,cAAc;EACd,gBA9E6B;AC6wBnC;;ADnsBE;EACE,WE1NQ;ADg6BZ;;ADvsBE;EAGI,cAAc;EACd,gBA9E6B;ACsxBnC;;AD5sBE;EACE,WE1NQ;ADy6BZ;;ADhtBE;EAGI,cAAc;EACd,gBA9E6B;AC+xBnC;;ADrtBE;EACE,WE1NQ;ADk7BZ;;ADztBE;EAGI,cAAc;EACd,gBA9E6B;ACwyBnC;;AD9tBE;EACE,WE1NQ;AD27BZ;;ADluBE;EAGI,cAAc;EACd,gBA9E6B;ACizBnC;;ADvuBE;EACE,WE1NQ;ADo8BZ;;AD3uBE;EAGI,cAAc;EACd,gBA9E6B;AC0zBnC;;ADhvBE;EACE,WE1NQ;AD68BZ;;ADpvBE;EAGI,cAAc;EACd,gBA9E6B;ACm0BnC;;ADzvBE;EACE,WE1NQ;ADs9BZ;;AD7vBE;EAGI,cAAc;EACd,gBA9E6B;AC40BnC;;ADlwBE;EACE,WE1NQ;AD+9BZ;;ADtwBE;EAGI,cAAc;EACd,gBA9E6B;ACq1BnC;;AD3wBE;EACE,WE1NQ;ADw+BZ;;AD/wBE;EAGI,cAAc;EACd,gBA9E6B;AC81BnC;;ADpxBE;EACE,WE1NQ;ADi/BZ;;ADxxBE;EAGI,cAAc;EACd,gBA9E6B;ACu2BnC;;AD7xBE;EACE,WE1NQ;AD0/BZ;;ADjyBE;EAGI,cAAc;EACd,gBA9E6B;ACg3BnC;;ADtyBE;EACE,WE1NQ;ADmgCZ;;AD1yBE;EAGI,cAAc;EACd,gBA9E6B;ACy3BnC;;AD/yBE;EACE,WE1NQ;AD4gCZ;;ADnzBE;EAGI,cAAc;EACd,gBA9E6B;ACk4BnC;;ADxzBE;EACE,WE1NQ;ADqhCZ;;AD5zBE;EAGI,cAAc;EACd,gBA9E6B;AC24BnC;;ADj0BE;EACE,WE1NQ;AD8hCZ;;ADr0BE;EAGI,cAAc;EACd,gBA9E6B;ACo5BnC;;AD10BE;EACE,WE1NQ;ADuiCZ;;AD90BE;EAGI,cAAc;EACd,gBA9E6B;AC65BnC;;ADn1BE;EACE,WE1NQ;ADgjCZ;;ADv1BE;EAGI,cAAc;EACd,gBA9E6B;ACs6BnC;;AD51BE;EACE,WE1NQ;ADyjCZ;;ADh2BE;EAGI,cAAc;EACd,gBA9E6B;AC+6BnC;;ADr2BE;EACE,WE1NQ;ADkkCZ;;ADz2BE;EAGI,cAAc;EACd,gBA9E6B;ACw7BnC;;AD92BE;EACE,WE1NQ;AD2kCZ;;ADl3BE;EAGI,cAAc;EACd,gBA9E6B;ACi8BnC;;ADv3BE;EACE,WE1NQ;ADolCZ;;AD33BE;EAGI,cAAc;EACd,gBA9E6B;AC08BnC;;ADh4BE;EACE,WE1NQ;AD6lCZ;;ADp4BE;EAGI,cAAc;EACd,gBA9E6B;ACm9BnC;;ADz4BE;EACE,WE1NQ;ADsmCZ;;AD74BE;EAGI,cAAc;EACd,gBA9E6B;AC49BnC;;ADl5BE;EACE,WE1NQ;AD+mCZ;;ADt5BE;EAGI,cAAc;EACd,gBA9E6B;ACq+BnC;;AD35BE;EACE,WE1NQ;ADwnCZ;;AD/5BE;EAGI,cAAc;EACd,gBA9E6B;AC8+BnC;;ADp6BE;EACE,WE1NQ;ADioCZ;;ADx6BE;EAGI,cAAc;EACd,gBA9E6B;ACu/BnC;;AD76BE;EACE,WE1NQ;AD0oCZ;;ADj7BE;EAGI,cAAc;EACd,gBA9E6B;ACggCnC;;ADt7BE;EACE,WE1NQ;ADmpCZ;;AD17BE;EAGI,cAAc;EACd,gBA9E6B;ACygCnC;;AD/7BE;EACE,WE1NQ;AD4pCZ;;ADn8BE;EAGI,cAAc;EACd,gBA9E6B;ACkhCnC;;ADx8BE;EACE,WE1NQ;ADqqCZ;;AD58BE;EAGI,cAAc;EACd,gBA9E6B;AC2hCnC;;ADj9BE;EACE,WE1NQ;AD8qCZ;;ADr9BE;EAGI,cAAc;EACd,gBA9E6B;ACoiCnC;;AD/8BI;EACE,sEAA0E;ACk9BhF;;ADn9BI;EACE,sEAA0E;ACs9BhF;;ADv9BI;EACE,uEAA0E;AC09BhF;;AD39BI;EACE,qEAA0E;AC89BhF;;AD/9BI;EACE,iEAA0E;ACk+BhF;;ADn+BI;EACE,yEAA0E;ACs+BhF;;ADv+BI;EACE,yEAA0E;AC0+BhF;;AD3+BI;EACE,0EAA0E;AC8+BhF;;AD/+BI;EACE,wEAA0E;ACk/BhF;;ADn/BI;EACE,oEAA0E;ACs/BhF;;ADv/BI;EACE,uEAA0E;AC0/BhF;;AD3/BI;EACE,uEAA0E;AC8/BhF;;AD//BI;EACE,wEAA0E;ACkgChF;;ADngCI;EACE,sEAA0E;ACsgChF;;ADvgCI;EACE,kEAA0E;AC0gChF","file":"mekari-ui-icons.css","sourcesContent":["// variables for icons\n$icon-font-family: \"Mekari-Icon-Regular\";\n$icon-font-path: \"../../webfonts\";\n@if $is-using-rubygems {\n $icon-font-path: \"webfonts\";\n}\n$icons-map: ();\n$icons-map: map-merge(\n (\n \"ic-activity\": \\e93a,\n \"ic-add\": \\e800,\n \"ic-addons\": \\e93b,\n \"ic-adjustment\": \\e947,\n \"ic-alarm\": \\e93c,\n \"ic-approval\": \\e948,\n \"ic-arrow-down\": \\e94b,\n \"ic-arrow-left\": \\e94c,\n \"ic-arrow-right\": \\e94d,\n \"ic-arrow-up\": \\e94e,\n \"ic-asset\": \\e949,\n \"ic-attachment\": \\e88e,\n \"ic-bank\": \\e94a,\n \"ic-billing\": \\e934,\n \"ic-blank-icon\": \\e93d,\n \"ic-branch\": \\e935,\n \"ic-broadcast\": \\e936,\n \"ic-camera\": \\e89e,\n \"ic-camera-fill\": \\e877,\n \"ic-calculator\": \\e84c,\n \"ic-calendar\": \\e938,\n \"ic-celebration\": \\e939,\n \"ic-certificate\": \\e8a1,\n \"ic-chat\": \\e92e,\n \"ic-chevron-first\": \\e942,\n \"ic-chevron-last\": \\e943,\n \"ic-chevron-bottom\": \\e88b,\n \"ic-chevron-left\": \\e944,\n \"ic-chevron-right\": \\e945,\n \"ic-chevron-up\": \\e88c,\n \"ic-coa\": \\e92f,\n \"ic-copy\": \\e88a,\n \"ic-collapse\": \\e89b,\n \"ic-column-settings\": \\e89c,\n \"ic-column-settings-small\": \\e801,\n \"ic-company\": \\e930,\n \"ic-contact\": \\e931,\n \"ic-credit-card\": \\e932,\n \"ic-custom-slip\": \\e933,\n \"ic-dashboard\": \\e928,\n \"ic-delete\": \\e900,\n \"ic-description\": \\e929,\n \"ic-doc\": \\e92a,\n \"ic-dot\": \\e8f0,\n \"ic-drag\": \\e88d,\n \"ic-dropdown\": \\e8ef,\n \"ic-edit\": \\e887,\n \"ic-education\": \\e8a0,\n \"ic-equal\": \\e886,\n \"ic-error\": \\e93e,\n \"ic-error-fill\": \\e89a,\n \"ic-expand\": \\e899,\n \"ic-expense\": \\e92b,\n \"ic-family\": \\e89f,\n \"ic-finance\": \\e92c,\n \"ic-finance-dollar\": \\e883,\n \"ic-finance-percentage\": \\e881,\n \"ic-finance-rupiah\": \\e882,\n \"ic-file-download\": \\e885,\n \"ic-file-upload\": \\e884,\n \"ic-help\": \\e92d,\n \"ic-help-small\": \\e880,\n \"ic-history\": \\e922,\n \"ic-home\": \\e923,\n \"ic-img\": \\e924,\n \"ic-inbox\": \\e925,\n \"ic-inbox-fill\": \\e902,\n \"ic-info\": \\e898,\n \"ic-info-fill\": \\e903,\n \"ic-insurance\": \\e926,\n \"ic-integrasi\": \\e927,\n \"ic-job-level\": \\e91c,\n \"ic-job-title\": \\e91d,\n \"ic-jurnal\": \\e84b,\n \"ic-loading\": \\e896,\n \"ic-loan\": \\e94f,\n \"ic-location\": \\e91e,\n \"ic-lock\": \\e91f,\n \"ic-logout\": \\e920,\n \"ic-kebab\": \\e897,\n \"ic-meatball\": \\e895,\n \"ic-merge\": \\e87f,\n \"ic-migration\": \\e921,\n \"ic-notification\": \\e916,\n \"ic-offboarding\": \\e917,\n \"ic-onboarding\": \\e918,\n \"ic-organization\": \\e919,\n \"ic-other\": \\e91b,\n \"ic-other-list\": \\e91a,\n \"ic-overtime\": \\e910,\n \"ic-picker-calendar\": \\e87e,\n \"ic-picker-time\": \\e87d,\n \"ic-product\": \\e911,\n \"ic-profile-pic\": \\e912,\n \"ic-purchase\": \\e913,\n \"ic-reload\": \\e914,\n \"ic-report\": \\e915,\n \"ic-remove-line\": \\e87c,\n \"ic-reset\": \\e90a,\n \"ic-reset-fill\": \\e87a,\n \"ic-resync\": \\e8f2,\n \"ic-rules\": \\e90b,\n \"ic-sale\": \\e90c,\n \"ic-search\": \\e893,\n \"ic-send\": \\e892,\n \"ic-setting\": \\e90d,\n \"ic-sort\": \\e879,\n \"ic-staff\": \\e90e,\n \"ic-stepper-error\": \\e901,\n \"ic-stepper-finished\": \\e909,\n \"ic-success\": \\e93f,\n \"ic-success-fill\": \\e891,\n \"ic-supplier\": \\e90f,\n \"ic-sync\": \\e8f1,\n \"ic-tag\": \\e878,\n \"ic-task\": \\e946,\n \"ic-tax-history\": \\e905,\n \"ic-time\": \\e906,\n \"ic-transfer-account\": \\e907,\n \"ic-trash\": \\e900,\n \"ic-upload-file\": \\e908,\n \"ic-view-fill\": \\e890,\n \"ic-view-hide-fill\": \\e88f,\n \"ic-warning-fill\": \\e940,\n \"ic-warning\": \\e941,\n \"ic-zip\": \\e904,\n ),\n $icons-map\n);\n\n$icon-blankslate-path: \"#{$icon-font-path}/blankslate\";\n$icons-blankslate-name: \"calendar\", \"location\", \"not-found\", \"process\", \"web\";\n$icons-blankslate-product: \"jurnal\", \"klikpajak\", \"talenta\";\n\n// To properly convert Unicodes in the resulting CSS\n@function icon-sanitize($icon) {\n @return unquote(\"\\\"#{ $icon }\\\"\");\n}\n\n@font-face {\n font-family: \"#{$icon-font-family}\";\n font-style: normal;\n font-weight: 400;\n src: url(\"#{$icon-font-path}/#{$icon-font-family}.eot?4revhd\");\n src: url(\"#{$icon-font-path}/#{$icon-font-family}.eot?4revhd#iefix\") format(\"embedded-opentype\"), url(\"#{$icon-font-path}/#{$icon-font-family}.ttf?4revhd\") format(\"truetype\"), url(\"#{$icon-font-path}/#{$icon-font-family}.woff?4revhd\") format(\"woff\"), url(\"#{$icon-font-path}/#{$icon-font-family}.svg?4revhd##{$icon-font-family}\") format(\"svg\");\n font-display: block;\n}\n\n%ic-template {\n width: 24px;\n height: 24px;\n font-family: $icon-font-family, sans-serif;\n font-size: 24px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n}\n\n.ic {\n display: inline-block;\n @extend %ic-template;\n &.ic-small {\n width: 20px;\n height: 20px;\n font-size: 20px;\n }\n &.ic-medium {\n width: 32px;\n height: 32px;\n font-size: 32px;\n }\n &.ic-large {\n width: 60px;\n height: 60px;\n font-size: 60px;\n }\n &.ic-blankslate {\n width: 120px;\n height: 120px;\n padding: 10px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100px 100px;\n }\n}\n\n.ic-input-prefix {\n position: relative;\n bottom: 33px;\n left: 9px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-input-suffix {\n position: relative;\n bottom: 33px;\n left: calc(100% - 29px);\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n@each $name, $value in $icons-map {\n .#{$name} {\n color: $slate;\n &::before {\n color: inherit;\n content: icon-sanitize($value);\n }\n }\n}\n\n@each $product in $icons-blankslate-product {\n @each $name in $icons-blankslate-name {\n .ic-blankslate-#{$product}-#{$name} {\n background-image: url(\"#{$icon-blankslate-path}/#{$product}/#{$name}.svg\");\n }\n }\n}\n","@font-face {\n font-family: \"Mekari-Icon-Regular\";\n font-style: normal;\n font-weight: 400;\n src: url(\"../../webfonts/Mekari-Icon-Regular.eot?4revhd\");\n src: url(\"../../webfonts/Mekari-Icon-Regular.eot?4revhd#iefix\") format(\"embedded-opentype\"), url(\"../../webfonts/Mekari-Icon-Regular.ttf?4revhd\") format(\"truetype\"), url(\"../../webfonts/Mekari-Icon-Regular.woff?4revhd\") format(\"woff\"), url(\"../../webfonts/Mekari-Icon-Regular.svg?4revhd#Mekari-Icon-Regular\") format(\"svg\");\n font-display: block;\n}\n\n.ic {\n width: 24px;\n height: 24px;\n font-family: \"Mekari-Icon-Regular\", sans-serif;\n font-size: 24px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n}\n\n.ic {\n display: inline-block;\n}\n\n.ic.ic-small {\n width: 20px;\n height: 20px;\n font-size: 20px;\n}\n\n.ic.ic-medium {\n width: 32px;\n height: 32px;\n font-size: 32px;\n}\n\n.ic.ic-large {\n width: 60px;\n height: 60px;\n font-size: 60px;\n}\n\n.ic.ic-blankslate {\n width: 120px;\n height: 120px;\n padding: 10px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100px 100px;\n}\n\n.ic-input-prefix {\n position: relative;\n bottom: 33px;\n left: 9px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-input-suffix {\n position: relative;\n bottom: 33px;\n left: calc(100% - 29px);\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-activity {\n color: #777;\n}\n\n.ic-activity::before {\n color: inherit;\n content: \"\\e93a\";\n}\n\n.ic-add {\n color: #777;\n}\n\n.ic-add::before {\n color: inherit;\n content: \"\\e800\";\n}\n\n.ic-addons {\n color: #777;\n}\n\n.ic-addons::before {\n color: inherit;\n content: \"\\e93b\";\n}\n\n.ic-adjustment {\n color: #777;\n}\n\n.ic-adjustment::before {\n color: inherit;\n content: \"\\e947\";\n}\n\n.ic-alarm {\n color: #777;\n}\n\n.ic-alarm::before {\n color: inherit;\n content: \"\\e93c\";\n}\n\n.ic-approval {\n color: #777;\n}\n\n.ic-approval::before {\n color: inherit;\n content: \"\\e948\";\n}\n\n.ic-arrow-down {\n color: #777;\n}\n\n.ic-arrow-down::before {\n color: inherit;\n content: \"\\e94b\";\n}\n\n.ic-arrow-left {\n color: #777;\n}\n\n.ic-arrow-left::before {\n color: inherit;\n content: \"\\e94c\";\n}\n\n.ic-arrow-right {\n color: #777;\n}\n\n.ic-arrow-right::before {\n color: inherit;\n content: \"\\e94d\";\n}\n\n.ic-arrow-up {\n color: #777;\n}\n\n.ic-arrow-up::before {\n color: inherit;\n content: \"\\e94e\";\n}\n\n.ic-asset {\n color: #777;\n}\n\n.ic-asset::before {\n color: inherit;\n content: \"\\e949\";\n}\n\n.ic-attachment {\n color: #777;\n}\n\n.ic-attachment::before {\n color: inherit;\n content: \"\\e88e\";\n}\n\n.ic-bank {\n color: #777;\n}\n\n.ic-bank::before {\n color: inherit;\n content: \"\\e94a\";\n}\n\n.ic-billing {\n color: #777;\n}\n\n.ic-billing::before {\n color: inherit;\n content: \"\\e934\";\n}\n\n.ic-blank-icon {\n color: #777;\n}\n\n.ic-blank-icon::before {\n color: inherit;\n content: \"\\e93d\";\n}\n\n.ic-branch {\n color: #777;\n}\n\n.ic-branch::before {\n color: inherit;\n content: \"\\e935\";\n}\n\n.ic-broadcast {\n color: #777;\n}\n\n.ic-broadcast::before {\n color: inherit;\n content: \"\\e936\";\n}\n\n.ic-camera {\n color: #777;\n}\n\n.ic-camera::before {\n color: inherit;\n content: \"\\e89e\";\n}\n\n.ic-camera-fill {\n color: #777;\n}\n\n.ic-camera-fill::before {\n color: inherit;\n content: \"\\e877\";\n}\n\n.ic-calculator {\n color: #777;\n}\n\n.ic-calculator::before {\n color: inherit;\n content: \"\\e84c\";\n}\n\n.ic-calendar {\n color: #777;\n}\n\n.ic-calendar::before {\n color: inherit;\n content: \"\\e938\";\n}\n\n.ic-celebration {\n color: #777;\n}\n\n.ic-celebration::before {\n color: inherit;\n content: \"\\e939\";\n}\n\n.ic-certificate {\n color: #777;\n}\n\n.ic-certificate::before {\n color: inherit;\n content: \"\\e8a1\";\n}\n\n.ic-chat {\n color: #777;\n}\n\n.ic-chat::before {\n color: inherit;\n content: \"\\e92e\";\n}\n\n.ic-chevron-first {\n color: #777;\n}\n\n.ic-chevron-first::before {\n color: inherit;\n content: \"\\e942\";\n}\n\n.ic-chevron-last {\n color: #777;\n}\n\n.ic-chevron-last::before {\n color: inherit;\n content: \"\\e943\";\n}\n\n.ic-chevron-bottom {\n color: #777;\n}\n\n.ic-chevron-bottom::before {\n color: inherit;\n content: \"\\e88b\";\n}\n\n.ic-chevron-left {\n color: #777;\n}\n\n.ic-chevron-left::before {\n color: inherit;\n content: \"\\e944\";\n}\n\n.ic-chevron-right {\n color: #777;\n}\n\n.ic-chevron-right::before {\n color: inherit;\n content: \"\\e945\";\n}\n\n.ic-chevron-up {\n color: #777;\n}\n\n.ic-chevron-up::before {\n color: inherit;\n content: \"\\e88c\";\n}\n\n.ic-coa {\n color: #777;\n}\n\n.ic-coa::before {\n color: inherit;\n content: \"\\e92f\";\n}\n\n.ic-copy {\n color: #777;\n}\n\n.ic-copy::before {\n color: inherit;\n content: \"\\e88a\";\n}\n\n.ic-collapse {\n color: #777;\n}\n\n.ic-collapse::before {\n color: inherit;\n content: \"\\e89b\";\n}\n\n.ic-column-settings {\n color: #777;\n}\n\n.ic-column-settings::before {\n color: inherit;\n content: \"\\e89c\";\n}\n\n.ic-column-settings-small {\n color: #777;\n}\n\n.ic-column-settings-small::before {\n color: inherit;\n content: \"\\e801\";\n}\n\n.ic-company {\n color: #777;\n}\n\n.ic-company::before {\n color: inherit;\n content: \"\\e930\";\n}\n\n.ic-contact {\n color: #777;\n}\n\n.ic-contact::before {\n color: inherit;\n content: \"\\e931\";\n}\n\n.ic-credit-card {\n color: #777;\n}\n\n.ic-credit-card::before {\n color: inherit;\n content: \"\\e932\";\n}\n\n.ic-custom-slip {\n color: #777;\n}\n\n.ic-custom-slip::before {\n color: inherit;\n content: \"\\e933\";\n}\n\n.ic-dashboard {\n color: #777;\n}\n\n.ic-dashboard::before {\n color: inherit;\n content: \"\\e928\";\n}\n\n.ic-delete {\n color: #777;\n}\n\n.ic-delete::before {\n color: inherit;\n content: \"\\e900\";\n}\n\n.ic-description {\n color: #777;\n}\n\n.ic-description::before {\n color: inherit;\n content: \"\\e929\";\n}\n\n.ic-doc {\n color: #777;\n}\n\n.ic-doc::before {\n color: inherit;\n content: \"\\e92a\";\n}\n\n.ic-dot {\n color: #777;\n}\n\n.ic-dot::before {\n color: inherit;\n content: \"\\e8f0\";\n}\n\n.ic-drag {\n color: #777;\n}\n\n.ic-drag::before {\n color: inherit;\n content: \"\\e88d\";\n}\n\n.ic-dropdown {\n color: #777;\n}\n\n.ic-dropdown::before {\n color: inherit;\n content: \"\\e8ef\";\n}\n\n.ic-edit {\n color: #777;\n}\n\n.ic-edit::before {\n color: inherit;\n content: \"\\e887\";\n}\n\n.ic-education {\n color: #777;\n}\n\n.ic-education::before {\n color: inherit;\n content: \"\\e8a0\";\n}\n\n.ic-equal {\n color: #777;\n}\n\n.ic-equal::before {\n color: inherit;\n content: \"\\e886\";\n}\n\n.ic-error {\n color: #777;\n}\n\n.ic-error::before {\n color: inherit;\n content: \"\\e93e\";\n}\n\n.ic-error-fill {\n color: #777;\n}\n\n.ic-error-fill::before {\n color: inherit;\n content: \"\\e89a\";\n}\n\n.ic-expand {\n color: #777;\n}\n\n.ic-expand::before {\n color: inherit;\n content: \"\\e899\";\n}\n\n.ic-expense {\n color: #777;\n}\n\n.ic-expense::before {\n color: inherit;\n content: \"\\e92b\";\n}\n\n.ic-family {\n color: #777;\n}\n\n.ic-family::before {\n color: inherit;\n content: \"\\e89f\";\n}\n\n.ic-finance {\n color: #777;\n}\n\n.ic-finance::before {\n color: inherit;\n content: \"\\e92c\";\n}\n\n.ic-finance-dollar {\n color: #777;\n}\n\n.ic-finance-dollar::before {\n color: inherit;\n content: \"\\e883\";\n}\n\n.ic-finance-percentage {\n color: #777;\n}\n\n.ic-finance-percentage::before {\n color: inherit;\n content: \"\\e881\";\n}\n\n.ic-finance-rupiah {\n color: #777;\n}\n\n.ic-finance-rupiah::before {\n color: inherit;\n content: \"\\e882\";\n}\n\n.ic-file-download {\n color: #777;\n}\n\n.ic-file-download::before {\n color: inherit;\n content: \"\\e885\";\n}\n\n.ic-file-upload {\n color: #777;\n}\n\n.ic-file-upload::before {\n color: inherit;\n content: \"\\e884\";\n}\n\n.ic-help {\n color: #777;\n}\n\n.ic-help::before {\n color: inherit;\n content: \"\\e92d\";\n}\n\n.ic-help-small {\n color: #777;\n}\n\n.ic-help-small::before {\n color: inherit;\n content: \"\\e880\";\n}\n\n.ic-history {\n color: #777;\n}\n\n.ic-history::before {\n color: inherit;\n content: \"\\e922\";\n}\n\n.ic-home {\n color: #777;\n}\n\n.ic-home::before {\n color: inherit;\n content: \"\\e923\";\n}\n\n.ic-img {\n color: #777;\n}\n\n.ic-img::before {\n color: inherit;\n content: \"\\e924\";\n}\n\n.ic-inbox {\n color: #777;\n}\n\n.ic-inbox::before {\n color: inherit;\n content: \"\\e925\";\n}\n\n.ic-inbox-fill {\n color: #777;\n}\n\n.ic-inbox-fill::before {\n color: inherit;\n content: \"\\e902\";\n}\n\n.ic-info {\n color: #777;\n}\n\n.ic-info::before {\n color: inherit;\n content: \"\\e898\";\n}\n\n.ic-info-fill {\n color: #777;\n}\n\n.ic-info-fill::before {\n color: inherit;\n content: \"\\e903\";\n}\n\n.ic-insurance {\n color: #777;\n}\n\n.ic-insurance::before {\n color: inherit;\n content: \"\\e926\";\n}\n\n.ic-integrasi {\n color: #777;\n}\n\n.ic-integrasi::before {\n color: inherit;\n content: \"\\e927\";\n}\n\n.ic-job-level {\n color: #777;\n}\n\n.ic-job-level::before {\n color: inherit;\n content: \"\\e91c\";\n}\n\n.ic-job-title {\n color: #777;\n}\n\n.ic-job-title::before {\n color: inherit;\n content: \"\\e91d\";\n}\n\n.ic-jurnal {\n color: #777;\n}\n\n.ic-jurnal::before {\n color: inherit;\n content: \"\\e84b\";\n}\n\n.ic-loading {\n color: #777;\n}\n\n.ic-loading::before {\n color: inherit;\n content: \"\\e896\";\n}\n\n.ic-loan {\n color: #777;\n}\n\n.ic-loan::before {\n color: inherit;\n content: \"\\e94f\";\n}\n\n.ic-location {\n color: #777;\n}\n\n.ic-location::before {\n color: inherit;\n content: \"\\e91e\";\n}\n\n.ic-lock {\n color: #777;\n}\n\n.ic-lock::before {\n color: inherit;\n content: \"\\e91f\";\n}\n\n.ic-logout {\n color: #777;\n}\n\n.ic-logout::before {\n color: inherit;\n content: \"\\e920\";\n}\n\n.ic-kebab {\n color: #777;\n}\n\n.ic-kebab::before {\n color: inherit;\n content: \"\\e897\";\n}\n\n.ic-meatball {\n color: #777;\n}\n\n.ic-meatball::before {\n color: inherit;\n content: \"\\e895\";\n}\n\n.ic-merge {\n color: #777;\n}\n\n.ic-merge::before {\n color: inherit;\n content: \"\\e87f\";\n}\n\n.ic-migration {\n color: #777;\n}\n\n.ic-migration::before {\n color: inherit;\n content: \"\\e921\";\n}\n\n.ic-notification {\n color: #777;\n}\n\n.ic-notification::before {\n color: inherit;\n content: \"\\e916\";\n}\n\n.ic-offboarding {\n color: #777;\n}\n\n.ic-offboarding::before {\n color: inherit;\n content: \"\\e917\";\n}\n\n.ic-onboarding {\n color: #777;\n}\n\n.ic-onboarding::before {\n color: inherit;\n content: \"\\e918\";\n}\n\n.ic-organization {\n color: #777;\n}\n\n.ic-organization::before {\n color: inherit;\n content: \"\\e919\";\n}\n\n.ic-other {\n color: #777;\n}\n\n.ic-other::before {\n color: inherit;\n content: \"\\e91b\";\n}\n\n.ic-other-list {\n color: #777;\n}\n\n.ic-other-list::before {\n color: inherit;\n content: \"\\e91a\";\n}\n\n.ic-overtime {\n color: #777;\n}\n\n.ic-overtime::before {\n color: inherit;\n content: \"\\e910\";\n}\n\n.ic-picker-calendar {\n color: #777;\n}\n\n.ic-picker-calendar::before {\n color: inherit;\n content: \"\\e87e\";\n}\n\n.ic-picker-time {\n color: #777;\n}\n\n.ic-picker-time::before {\n color: inherit;\n content: \"\\e87d\";\n}\n\n.ic-product {\n color: #777;\n}\n\n.ic-product::before {\n color: inherit;\n content: \"\\e911\";\n}\n\n.ic-profile-pic {\n color: #777;\n}\n\n.ic-profile-pic::before {\n color: inherit;\n content: \"\\e912\";\n}\n\n.ic-purchase {\n color: #777;\n}\n\n.ic-purchase::before {\n color: inherit;\n content: \"\\e913\";\n}\n\n.ic-reload {\n color: #777;\n}\n\n.ic-reload::before {\n color: inherit;\n content: \"\\e914\";\n}\n\n.ic-report {\n color: #777;\n}\n\n.ic-report::before {\n color: inherit;\n content: \"\\e915\";\n}\n\n.ic-remove-line {\n color: #777;\n}\n\n.ic-remove-line::before {\n color: inherit;\n content: \"\\e87c\";\n}\n\n.ic-reset {\n color: #777;\n}\n\n.ic-reset::before {\n color: inherit;\n content: \"\\e90a\";\n}\n\n.ic-reset-fill {\n color: #777;\n}\n\n.ic-reset-fill::before {\n color: inherit;\n content: \"\\e87a\";\n}\n\n.ic-resync {\n color: #777;\n}\n\n.ic-resync::before {\n color: inherit;\n content: \"\\e8f2\";\n}\n\n.ic-rules {\n color: #777;\n}\n\n.ic-rules::before {\n color: inherit;\n content: \"\\e90b\";\n}\n\n.ic-sale {\n color: #777;\n}\n\n.ic-sale::before {\n color: inherit;\n content: \"\\e90c\";\n}\n\n.ic-search {\n color: #777;\n}\n\n.ic-search::before {\n color: inherit;\n content: \"\\e893\";\n}\n\n.ic-send {\n color: #777;\n}\n\n.ic-send::before {\n color: inherit;\n content: \"\\e892\";\n}\n\n.ic-setting {\n color: #777;\n}\n\n.ic-setting::before {\n color: inherit;\n content: \"\\e90d\";\n}\n\n.ic-sort {\n color: #777;\n}\n\n.ic-sort::before {\n color: inherit;\n content: \"\\e879\";\n}\n\n.ic-staff {\n color: #777;\n}\n\n.ic-staff::before {\n color: inherit;\n content: \"\\e90e\";\n}\n\n.ic-stepper-error {\n color: #777;\n}\n\n.ic-stepper-error::before {\n color: inherit;\n content: \"\\e901\";\n}\n\n.ic-stepper-finished {\n color: #777;\n}\n\n.ic-stepper-finished::before {\n color: inherit;\n content: \"\\e909\";\n}\n\n.ic-success {\n color: #777;\n}\n\n.ic-success::before {\n color: inherit;\n content: \"\\e93f\";\n}\n\n.ic-success-fill {\n color: #777;\n}\n\n.ic-success-fill::before {\n color: inherit;\n content: \"\\e891\";\n}\n\n.ic-supplier {\n color: #777;\n}\n\n.ic-supplier::before {\n color: inherit;\n content: \"\\e90f\";\n}\n\n.ic-sync {\n color: #777;\n}\n\n.ic-sync::before {\n color: inherit;\n content: \"\\e8f1\";\n}\n\n.ic-tag {\n color: #777;\n}\n\n.ic-tag::before {\n color: inherit;\n content: \"\\e878\";\n}\n\n.ic-task {\n color: #777;\n}\n\n.ic-task::before {\n color: inherit;\n content: \"\\e946\";\n}\n\n.ic-tax-history {\n color: #777;\n}\n\n.ic-tax-history::before {\n color: inherit;\n content: \"\\e905\";\n}\n\n.ic-time {\n color: #777;\n}\n\n.ic-time::before {\n color: inherit;\n content: \"\\e906\";\n}\n\n.ic-transfer-account {\n color: #777;\n}\n\n.ic-transfer-account::before {\n color: inherit;\n content: \"\\e907\";\n}\n\n.ic-trash {\n color: #777;\n}\n\n.ic-trash::before {\n color: inherit;\n content: \"\\e900\";\n}\n\n.ic-upload-file {\n color: #777;\n}\n\n.ic-upload-file::before {\n color: inherit;\n content: \"\\e908\";\n}\n\n.ic-view-fill {\n color: #777;\n}\n\n.ic-view-fill::before {\n color: inherit;\n content: \"\\e890\";\n}\n\n.ic-view-hide-fill {\n color: #777;\n}\n\n.ic-view-hide-fill::before {\n color: inherit;\n content: \"\\e88f\";\n}\n\n.ic-warning-fill {\n color: #777;\n}\n\n.ic-warning-fill::before {\n color: inherit;\n content: \"\\e940\";\n}\n\n.ic-warning {\n color: #777;\n}\n\n.ic-warning::before {\n color: inherit;\n content: \"\\e941\";\n}\n\n.ic-zip {\n color: #777;\n}\n\n.ic-zip::before {\n color: inherit;\n content: \"\\e904\";\n}\n\n.ic-blankslate-jurnal-calendar {\n background-image: url(\"../../webfonts/blankslate/jurnal/calendar.svg\");\n}\n\n.ic-blankslate-jurnal-location {\n background-image: url(\"../../webfonts/blankslate/jurnal/location.svg\");\n}\n\n.ic-blankslate-jurnal-not-found {\n background-image: url(\"../../webfonts/blankslate/jurnal/not-found.svg\");\n}\n\n.ic-blankslate-jurnal-process {\n background-image: url(\"../../webfonts/blankslate/jurnal/process.svg\");\n}\n\n.ic-blankslate-jurnal-web {\n background-image: url(\"../../webfonts/blankslate/jurnal/web.svg\");\n}\n\n.ic-blankslate-klikpajak-calendar {\n background-image: url(\"../../webfonts/blankslate/klikpajak/calendar.svg\");\n}\n\n.ic-blankslate-klikpajak-location {\n background-image: url(\"../../webfonts/blankslate/klikpajak/location.svg\");\n}\n\n.ic-blankslate-klikpajak-not-found {\n background-image: url(\"../../webfonts/blankslate/klikpajak/not-found.svg\");\n}\n\n.ic-blankslate-klikpajak-process {\n background-image: url(\"../../webfonts/blankslate/klikpajak/process.svg\");\n}\n\n.ic-blankslate-klikpajak-web {\n background-image: url(\"../../webfonts/blankslate/klikpajak/web.svg\");\n}\n\n.ic-blankslate-talenta-calendar {\n background-image: url(\"../../webfonts/blankslate/talenta/calendar.svg\");\n}\n\n.ic-blankslate-talenta-location {\n background-image: url(\"../../webfonts/blankslate/talenta/location.svg\");\n}\n\n.ic-blankslate-talenta-not-found {\n background-image: url(\"../../webfonts/blankslate/talenta/not-found.svg\");\n}\n\n.ic-blankslate-talenta-process {\n background-image: url(\"../../webfonts/blankslate/talenta/process.svg\");\n}\n\n.ic-blankslate-talenta-web {\n background-image: url(\"../../webfonts/blankslate/talenta/web.svg\");\n}\n\n/*# sourceMappingURL=mekari-ui-icons.css.map */","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/components/config/_icons.scss","mekari-ui-icons.css","../../../scss/vendor-extensions/_color.scss"],"names":[],"mappings":"AAsJA;EACE,kCAAmC;EACnC,kBAAkB;EAClB,gBAAgB;EAChB,yDAA8D;EAC9D,kUAAuV;EACvV,mBAAmB;ACrJrB;;ADwJA;EACE,WAAW;EACX,YAAY;EACZ,8CAA0C;EAC1C,eAAe;EACf,kCAAkC;EAClC,mCAAmC;EACnC,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;ACrJhB;;ADwJA;EACE,qBAAqB;ACrJvB;;ADoJA;EAII,WAAW;EACX,YAAY;EACZ,eAAe;ACpJnB;;AD8IA;EASI,WAAW;EACX,YAAY;EACZ,eAAe;ACnJnB;;ADwIA;EAcI,WAAW;EACX,YAAY;EACZ,eAAe;AClJnB;;ADkIA;EAmBI,YAAY;EACZ,aAAa;EACb,aAAa;EACb,4BAA4B;EAC5B,2BAA2B;EAC3B,4BAA4B;ACjJhC;;ADqJA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,UAAU;EACV,cAAc;EACd,mBAAmB;EACnB,eAAe;AClJjB;;ADqJA;EACE,kBAAkB;EAClB,QAAQ;EACR,UAAU;EACV,UAAU;EACV,cAAc;EACd,mBAAmB;EACnB,eAAe;AClJjB;;AD2IA;EASI,WAAW;AChJf;;ADqJE;EACE,WE/NQ;AD6EZ;;ADiJE;EAGI,cAAc;EACd,gBAjF6B;AC/DnC;;AD4IE;EACE,WE/NQ;ADsFZ;;ADwIE;EAGI,cAAc;EACd,gBAjF6B;ACtDnC;;ADmIE;EACE,WE/NQ;AD+FZ;;AD+HE;EAGI,cAAc;EACd,gBAjF6B;AC7CnC;;AD0HE;EACE,WE/NQ;ADwGZ;;ADsHE;EAGI,cAAc;EACd,gBAjF6B;ACpCnC;;ADiHE;EACE,WE/NQ;ADiHZ;;AD6GE;EAGI,cAAc;EACd,gBAjF6B;AC3BnC;;ADwGE;EACE,WE/NQ;AD0HZ;;ADoGE;EAGI,cAAc;EACd,gBAjF6B;AClBnC;;AD+FE;EACE,WE/NQ;ADmIZ;;AD2FE;EAGI,cAAc;EACd,gBAjF6B;ACTnC;;ADsFE;EACE,WE/NQ;AD4IZ;;ADkFE;EAGI,cAAc;EACd,gBAjF6B;ACAnC;;AD6EE;EACE,WE/NQ;ADqJZ;;ADyEE;EAGI,cAAc;EACd,gBAjF6B;ACSnC;;ADoEE;EACE,WE/NQ;AD8JZ;;ADgEE;EAGI,cAAc;EACd,gBAjF6B;ACkBnC;;AD2DE;EACE,WE/NQ;ADuKZ;;ADuDE;EAGI,cAAc;EACd,gBAjF6B;AC2BnC;;ADkDE;EACE,WE/NQ;ADgLZ;;AD8CE;EAGI,cAAc;EACd,gBAjF6B;ACoCnC;;ADyCE;EACE,WE/NQ;ADyLZ;;ADqCE;EAGI,cAAc;EACd,gBAjF6B;AC6CnC;;ADgCE;EACE,WE/NQ;ADkMZ;;AD4BE;EAGI,cAAc;EACd,gBAjF6B;ACsDnC;;ADuBE;EACE,WE/NQ;AD2MZ;;ADmBE;EAGI,cAAc;EACd,gBAjF6B;AC+DnC;;ADcE;EACE,WE/NQ;ADoNZ;;ADUE;EAGI,cAAc;EACd,gBAjF6B;ACwEnC;;ADKE;EACE,WE/NQ;AD6NZ;;ADCE;EAGI,cAAc;EACd,gBAjF6B;ACiFnC;;ADJE;EACE,WE/NQ;ADsOZ;;ADRE;EAGI,cAAc;EACd,gBAjF6B;AC0FnC;;ADbE;EACE,WE/NQ;AD+OZ;;ADjBE;EAGI,cAAc;EACd,gBAjF6B;ACmGnC;;ADtBE;EACE,WE/NQ;ADwPZ;;AD1BE;EAGI,cAAc;EACd,gBAjF6B;AC4GnC;;AD/BE;EACE,WE/NQ;ADiQZ;;ADnCE;EAGI,cAAc;EACd,gBAjF6B;ACqHnC;;ADxCE;EACE,WE/NQ;AD0QZ;;AD5CE;EAGI,cAAc;EACd,gBAjF6B;AC8HnC;;ADjDE;EACE,WE/NQ;ADmRZ;;ADrDE;EAGI,cAAc;EACd,gBAjF6B;ACuInC;;AD1DE;EACE,WE/NQ;AD4RZ;;AD9DE;EAGI,cAAc;EACd,gBAjF6B;ACgJnC;;ADnEE;EACE,WE/NQ;ADqSZ;;ADvEE;EAGI,cAAc;EACd,gBAjF6B;ACyJnC;;AD5EE;EACE,WE/NQ;AD8SZ;;ADhFE;EAGI,cAAc;EACd,gBAjF6B;ACkKnC;;ADrFE;EACE,WE/NQ;ADuTZ;;ADzFE;EAGI,cAAc;EACd,gBAjF6B;AC2KnC;;AD9FE;EACE,WE/NQ;ADgUZ;;ADlGE;EAGI,cAAc;EACd,gBAjF6B;ACoLnC;;ADvGE;EACE,WE/NQ;ADyUZ;;AD3GE;EAGI,cAAc;EACd,gBAjF6B;AC6LnC;;ADhHE;EACE,WE/NQ;ADkVZ;;ADpHE;EAGI,cAAc;EACd,gBAjF6B;ACsMnC;;ADzHE;EACE,WE/NQ;AD2VZ;;AD7HE;EAGI,cAAc;EACd,gBAjF6B;AC+MnC;;ADlIE;EACE,WE/NQ;ADoWZ;;ADtIE;EAGI,cAAc;EACd,gBAjF6B;ACwNnC;;AD3IE;EACE,WE/NQ;AD6WZ;;AD/IE;EAGI,cAAc;EACd,gBAjF6B;ACiOnC;;ADpJE;EACE,WE/NQ;ADsXZ;;ADxJE;EAGI,cAAc;EACd,gBAjF6B;AC0OnC;;AD7JE;EACE,WE/NQ;AD+XZ;;ADjKE;EAGI,cAAc;EACd,gBAjF6B;ACmPnC;;ADtKE;EACE,WE/NQ;ADwYZ;;AD1KE;EAGI,cAAc;EACd,gBAjF6B;AC4PnC;;AD/KE;EACE,WE/NQ;ADiZZ;;ADnLE;EAGI,cAAc;EACd,gBAjF6B;ACqQnC;;ADxLE;EACE,WE/NQ;AD0ZZ;;AD5LE;EAGI,cAAc;EACd,gBAjF6B;AC8QnC;;ADjME;EACE,WE/NQ;ADmaZ;;ADrME;EAGI,cAAc;EACd,gBAjF6B;ACuRnC;;AD1ME;EACE,WE/NQ;AD4aZ;;AD9ME;EAGI,cAAc;EACd,gBAjF6B;ACgSnC;;ADnNE;EACE,WE/NQ;ADqbZ;;ADvNE;EAGI,cAAc;EACd,gBAjF6B;ACySnC;;AD5NE;EACE,WE/NQ;AD8bZ;;ADhOE;EAGI,cAAc;EACd,gBAjF6B;ACkTnC;;ADrOE;EACE,WE/NQ;ADucZ;;ADzOE;EAGI,cAAc;EACd,gBAjF6B;AC2TnC;;AD9OE;EACE,WE/NQ;ADgdZ;;ADlPE;EAGI,cAAc;EACd,gBAjF6B;ACoUnC;;ADvPE;EACE,WE/NQ;ADydZ;;AD3PE;EAGI,cAAc;EACd,gBAjF6B;AC6UnC;;ADhQE;EACE,WE/NQ;ADkeZ;;ADpQE;EAGI,cAAc;EACd,gBAjF6B;ACsVnC;;ADzQE;EACE,WE/NQ;AD2eZ;;AD7QE;EAGI,cAAc;EACd,gBAjF6B;AC+VnC;;ADlRE;EACE,WE/NQ;ADofZ;;ADtRE;EAGI,cAAc;EACd,gBAjF6B;ACwWnC;;AD3RE;EACE,WE/NQ;AD6fZ;;AD/RE;EAGI,cAAc;EACd,gBAjF6B;ACiXnC;;ADpSE;EACE,WE/NQ;ADsgBZ;;ADxSE;EAGI,cAAc;EACd,gBAjF6B;AC0XnC;;AD7SE;EACE,WE/NQ;AD+gBZ;;ADjTE;EAGI,cAAc;EACd,gBAjF6B;ACmYnC;;ADtTE;EACE,WE/NQ;ADwhBZ;;AD1TE;EAGI,cAAc;EACd,gBAjF6B;AC4YnC;;AD/TE;EACE,WE/NQ;ADiiBZ;;ADnUE;EAGI,cAAc;EACd,gBAjF6B;ACqZnC;;ADxUE;EACE,WE/NQ;AD0iBZ;;AD5UE;EAGI,cAAc;EACd,gBAjF6B;AC8ZnC;;ADjVE;EACE,WE/NQ;ADmjBZ;;ADrVE;EAGI,cAAc;EACd,gBAjF6B;ACuanC;;AD1VE;EACE,WE/NQ;AD4jBZ;;AD9VE;EAGI,cAAc;EACd,gBAjF6B;ACgbnC;;ADnWE;EACE,WE/NQ;ADqkBZ;;ADvWE;EAGI,cAAc;EACd,gBAjF6B;ACybnC;;AD5WE;EACE,WE/NQ;AD8kBZ;;ADhXE;EAGI,cAAc;EACd,gBAjF6B;ACkcnC;;ADrXE;EACE,WE/NQ;ADulBZ;;ADzXE;EAGI,cAAc;EACd,gBAjF6B;AC2cnC;;AD9XE;EACE,WE/NQ;ADgmBZ;;ADlYE;EAGI,cAAc;EACd,gBAjF6B;ACodnC;;ADvYE;EACE,WE/NQ;ADymBZ;;AD3YE;EAGI,cAAc;EACd,gBAjF6B;AC6dnC;;ADhZE;EACE,WE/NQ;ADknBZ;;ADpZE;EAGI,cAAc;EACd,gBAjF6B;ACsenC;;ADzZE;EACE,WE/NQ;AD2nBZ;;AD7ZE;EAGI,cAAc;EACd,gBAjF6B;AC+enC;;ADlaE;EACE,WE/NQ;ADooBZ;;ADtaE;EAGI,cAAc;EACd,gBAjF6B;ACwfnC;;AD3aE;EACE,WE/NQ;AD6oBZ;;AD/aE;EAGI,cAAc;EACd,gBAjF6B;ACigBnC;;ADpbE;EACE,WE/NQ;ADspBZ;;ADxbE;EAGI,cAAc;EACd,gBAjF6B;AC0gBnC;;AD7bE;EACE,WE/NQ;AD+pBZ;;ADjcE;EAGI,cAAc;EACd,gBAjF6B;ACmhBnC;;ADtcE;EACE,WE/NQ;ADwqBZ;;AD1cE;EAGI,cAAc;EACd,gBAjF6B;AC4hBnC;;AD/cE;EACE,WE/NQ;ADirBZ;;ADndE;EAGI,cAAc;EACd,gBAjF6B;ACqiBnC;;ADxdE;EACE,WE/NQ;AD0rBZ;;AD5dE;EAGI,cAAc;EACd,gBAjF6B;AC8iBnC;;ADjeE;EACE,WE/NQ;ADmsBZ;;ADreE;EAGI,cAAc;EACd,gBAjF6B;ACujBnC;;AD1eE;EACE,WE/NQ;AD4sBZ;;AD9eE;EAGI,cAAc;EACd,gBAjF6B;ACgkBnC;;ADnfE;EACE,WE/NQ;ADqtBZ;;ADvfE;EAGI,cAAc;EACd,gBAjF6B;ACykBnC;;AD5fE;EACE,WE/NQ;AD8tBZ;;ADhgBE;EAGI,cAAc;EACd,gBAjF6B;ACklBnC;;ADrgBE;EACE,WE/NQ;ADuuBZ;;ADzgBE;EAGI,cAAc;EACd,gBAjF6B;AC2lBnC;;AD9gBE;EACE,WE/NQ;ADgvBZ;;ADlhBE;EAGI,cAAc;EACd,gBAjF6B;AComBnC;;ADvhBE;EACE,WE/NQ;ADyvBZ;;AD3hBE;EAGI,cAAc;EACd,gBAjF6B;AC6mBnC;;ADhiBE;EACE,WE/NQ;ADkwBZ;;ADpiBE;EAGI,cAAc;EACd,gBAjF6B;ACsnBnC;;ADziBE;EACE,WE/NQ;AD2wBZ;;AD7iBE;EAGI,cAAc;EACd,gBAjF6B;AC+nBnC;;ADljBE;EACE,WE/NQ;ADoxBZ;;ADtjBE;EAGI,cAAc;EACd,gBAjF6B;ACwoBnC;;AD3jBE;EACE,WE/NQ;AD6xBZ;;AD/jBE;EAGI,cAAc;EACd,gBAjF6B;ACipBnC;;ADpkBE;EACE,WE/NQ;ADsyBZ;;ADxkBE;EAGI,cAAc;EACd,gBAjF6B;AC0pBnC;;AD7kBE;EACE,WE/NQ;AD+yBZ;;ADjlBE;EAGI,cAAc;EACd,gBAjF6B;ACmqBnC;;ADtlBE;EACE,WE/NQ;ADwzBZ;;AD1lBE;EAGI,cAAc;EACd,gBAjF6B;AC4qBnC;;AD/lBE;EACE,WE/NQ;ADi0BZ;;ADnmBE;EAGI,cAAc;EACd,gBAjF6B;ACqrBnC;;ADxmBE;EACE,WE/NQ;AD00BZ;;AD5mBE;EAGI,cAAc;EACd,gBAjF6B;AC8rBnC;;ADjnBE;EACE,WE/NQ;ADm1BZ;;ADrnBE;EAGI,cAAc;EACd,gBAjF6B;ACusBnC;;AD1nBE;EACE,WE/NQ;AD41BZ;;AD9nBE;EAGI,cAAc;EACd,gBAjF6B;ACgtBnC;;ADnoBE;EACE,WE/NQ;ADq2BZ;;ADvoBE;EAGI,cAAc;EACd,gBAjF6B;ACytBnC;;AD5oBE;EACE,WE/NQ;AD82BZ;;ADhpBE;EAGI,cAAc;EACd,gBAjF6B;ACkuBnC;;ADrpBE;EACE,WE/NQ;ADu3BZ;;ADzpBE;EAGI,cAAc;EACd,gBAjF6B;AC2uBnC;;AD9pBE;EACE,WE/NQ;ADg4BZ;;ADlqBE;EAGI,cAAc;EACd,gBAjF6B;ACovBnC;;ADvqBE;EACE,WE/NQ;ADy4BZ;;AD3qBE;EAGI,cAAc;EACd,gBAjF6B;AC6vBnC;;ADhrBE;EACE,WE/NQ;ADk5BZ;;ADprBE;EAGI,cAAc;EACd,gBAjF6B;ACswBnC;;ADzrBE;EACE,WE/NQ;AD25BZ;;AD7rBE;EAGI,cAAc;EACd,gBAjF6B;AC+wBnC;;ADlsBE;EACE,WE/NQ;ADo6BZ;;ADtsBE;EAGI,cAAc;EACd,gBAjF6B;ACwxBnC;;AD3sBE;EACE,WE/NQ;AD66BZ;;AD/sBE;EAGI,cAAc;EACd,gBAjF6B;ACiyBnC;;ADptBE;EACE,WE/NQ;ADs7BZ;;ADxtBE;EAGI,cAAc;EACd,gBAjF6B;AC0yBnC;;AD7tBE;EACE,WE/NQ;AD+7BZ;;ADjuBE;EAGI,cAAc;EACd,gBAjF6B;ACmzBnC;;ADtuBE;EACE,WE/NQ;ADw8BZ;;AD1uBE;EAGI,cAAc;EACd,gBAjF6B;AC4zBnC;;AD/uBE;EACE,WE/NQ;ADi9BZ;;ADnvBE;EAGI,cAAc;EACd,gBAjF6B;ACq0BnC;;ADxvBE;EACE,WE/NQ;AD09BZ;;AD5vBE;EAGI,cAAc;EACd,gBAjF6B;AC80BnC;;ADjwBE;EACE,WE/NQ;ADm+BZ;;ADrwBE;EAGI,cAAc;EACd,gBAjF6B;ACu1BnC;;AD1wBE;EACE,WE/NQ;AD4+BZ;;AD9wBE;EAGI,cAAc;EACd,gBAjF6B;ACg2BnC;;ADnxBE;EACE,WE/NQ;ADq/BZ;;ADvxBE;EAGI,cAAc;EACd,gBAjF6B;ACy2BnC;;AD5xBE;EACE,WE/NQ;AD8/BZ;;ADhyBE;EAGI,cAAc;EACd,gBAjF6B;ACk3BnC;;ADryBE;EACE,WE/NQ;ADugCZ;;ADzyBE;EAGI,cAAc;EACd,gBAjF6B;AC23BnC;;AD9yBE;EACE,WE/NQ;ADghCZ;;ADlzBE;EAGI,cAAc;EACd,gBAjF6B;ACo4BnC;;ADvzBE;EACE,WE/NQ;ADyhCZ;;AD3zBE;EAGI,cAAc;EACd,gBAjF6B;AC64BnC;;ADh0BE;EACE,WE/NQ;ADkiCZ;;ADp0BE;EAGI,cAAc;EACd,gBAjF6B;ACs5BnC;;ADz0BE;EACE,WE/NQ;AD2iCZ;;AD70BE;EAGI,cAAc;EACd,gBAjF6B;AC+5BnC;;ADl1BE;EACE,WE/NQ;ADojCZ;;ADt1BE;EAGI,cAAc;EACd,gBAjF6B;ACw6BnC;;AD31BE;EACE,WE/NQ;AD6jCZ;;AD/1BE;EAGI,cAAc;EACd,gBAjF6B;ACi7BnC;;ADp2BE;EACE,WE/NQ;ADskCZ;;ADx2BE;EAGI,cAAc;EACd,gBAjF6B;AC07BnC;;AD72BE;EACE,WE/NQ;AD+kCZ;;ADj3BE;EAGI,cAAc;EACd,gBAjF6B;ACm8BnC;;ADt3BE;EACE,WE/NQ;ADwlCZ;;AD13BE;EAGI,cAAc;EACd,gBAjF6B;AC48BnC;;AD/3BE;EACE,WE/NQ;ADimCZ;;ADn4BE;EAGI,cAAc;EACd,gBAjF6B;ACq9BnC;;ADx4BE;EACE,WE/NQ;AD0mCZ;;AD54BE;EAGI,cAAc;EACd,gBAjF6B;AC89BnC;;ADj5BE;EACE,WE/NQ;ADmnCZ;;ADr5BE;EAGI,cAAc;EACd,gBAjF6B;ACu+BnC;;AD15BE;EACE,WE/NQ;AD4nCZ;;AD95BE;EAGI,cAAc;EACd,gBAjF6B;ACg/BnC;;ADn6BE;EACE,WE/NQ;ADqoCZ;;ADv6BE;EAGI,cAAc;EACd,gBAjF6B;ACy/BnC;;AD56BE;EACE,WE/NQ;AD8oCZ;;ADh7BE;EAGI,cAAc;EACd,gBAjF6B;ACkgCnC;;ADr7BE;EACE,WE/NQ;ADupCZ;;ADz7BE;EAGI,cAAc;EACd,gBAjF6B;AC2gCnC;;AD97BE;EACE,WE/NQ;ADgqCZ;;ADl8BE;EAGI,cAAc;EACd,gBAjF6B;ACohCnC;;ADv8BE;EACE,WE/NQ;ADyqCZ;;AD38BE;EAGI,cAAc;EACd,gBAjF6B;AC6hCnC;;ADh9BE;EACE,WE/NQ;ADkrCZ;;ADp9BE;EAGI,cAAc;EACd,gBAjF6B;ACsiCnC;;ADz9BE;EACE,WE/NQ;AD2rCZ;;AD79BE;EAGI,cAAc;EACd,gBAjF6B;AC+iCnC;;ADl+BE;EACE,WE/NQ;ADosCZ;;ADt+BE;EAGI,cAAc;EACd,gBAjF6B;ACwjCnC;;ADh+BI;EACE,sEAA0E;ACm+BhF;;ADp+BI;EACE,sEAA0E;ACu+BhF;;ADx+BI;EACE,uEAA0E;AC2+BhF;;AD5+BI;EACE,qEAA0E;AC++BhF;;ADh/BI;EACE,iEAA0E;ACm/BhF;;ADp/BI;EACE,yEAA0E;ACu/BhF;;ADx/BI;EACE,yEAA0E;AC2/BhF;;AD5/BI;EACE,0EAA0E;AC+/BhF;;ADhgCI;EACE,wEAA0E;ACmgChF;;ADpgCI;EACE,oEAA0E;ACugChF;;ADxgCI;EACE,uEAA0E;AC2gChF;;AD5gCI;EACE,uEAA0E;AC+gChF;;ADhhCI;EACE,wEAA0E;ACmhChF;;ADphCI;EACE,sEAA0E;ACuhChF;;ADxhCI;EACE,kEAA0E;AC2hChF","file":"mekari-ui-icons.css","sourcesContent":["// variables for icons\n$icon-font-family: \"Mekari-Icon-Regular\";\n$icon-font-path: \"../../webfonts\" !default;\n@if $is-using-rubygems {\n $icon-font-path: \"webfonts\" !default;\n}\n$icons-map: ();\n$icons-map: map-merge(\n (\n \"ic-activity\": \\e93a,\n \"ic-add\": \\e800,\n \"ic-addons\": \\e93b,\n \"ic-adjustment\": \\e947,\n \"ic-alarm\": \\e93c,\n \"ic-approval\": \\e948,\n \"ic-arrow-down\": \\e94b,\n \"ic-arrow-left\": \\e94c,\n \"ic-arrow-right\": \\e94d,\n \"ic-arrow-up\": \\e94e,\n \"ic-asset\": \\e949,\n \"ic-attachment\": \\e88e,\n \"ic-bank\": \\e94a,\n \"ic-billing\": \\e934,\n \"ic-blank-icon\": \\e93d,\n \"ic-branch\": \\e935,\n \"ic-broadcast\": \\e936,\n \"ic-camera\": \\e89e,\n \"ic-camera-fill\": \\e877,\n \"ic-calculator\": \\e84c,\n \"ic-calendar\": \\e938,\n \"ic-celebration\": \\e939,\n \"ic-certificate\": \\e8a1,\n \"ic-chat\": \\e92e,\n \"ic-chevron-first\": \\e942,\n \"ic-chevron-last\": \\e943,\n \"ic-chevron-bottom\": \\e88b,\n \"ic-chevron-left\": \\e944,\n \"ic-chevron-right\": \\e945,\n \"ic-chevron-up\": \\e88c,\n \"ic-coa\": \\e92f,\n \"ic-copy\": \\e88a,\n \"ic-collapse\": \\e89b,\n \"ic-column-settings\": \\e89c,\n \"ic-column-settings-small\": \\e801,\n \"ic-company\": \\e930,\n \"ic-contact\": \\e931,\n \"ic-credit-card\": \\e932,\n \"ic-custom-slip\": \\e933,\n \"ic-dashboard\": \\e928,\n \"ic-delete\": \\e900,\n \"ic-description\": \\e929,\n \"ic-doc\": \\e92a,\n \"ic-dot\": \\e8f0,\n \"ic-drag\": \\e88d,\n \"ic-dropdown\": \\e8ef,\n \"ic-edit\": \\e887,\n \"ic-education\": \\e8a0,\n \"ic-equal\": \\e886,\n \"ic-error\": \\e93e,\n \"ic-error-fill\": \\e89a,\n \"ic-expand\": \\e899,\n \"ic-expense\": \\e92b,\n \"ic-family\": \\e89f,\n \"ic-finance\": \\e92c,\n \"ic-finance-dollar\": \\e883,\n \"ic-finance-percentage\": \\e881,\n \"ic-finance-rupiah\": \\e882,\n \"ic-file-download\": \\e885,\n \"ic-file-upload\": \\e884,\n \"ic-help\": \\e92d,\n \"ic-help-small\": \\e880,\n \"ic-history\": \\e922,\n \"ic-home\": \\e923,\n \"ic-img\": \\e924,\n \"ic-inbox\": \\e925,\n \"ic-inbox-fill\": \\e902,\n \"ic-info\": \\e898,\n \"ic-info-fill\": \\e903,\n \"ic-insurance\": \\e926,\n \"ic-integrasi\": \\e927,\n \"ic-job-level\": \\e91c,\n \"ic-job-title\": \\e91d,\n \"ic-jurnal\": \\e84b,\n \"ic-klikpajak\": \\e950,\n \"ic-loading\": \\e896,\n \"ic-loan\": \\e94f,\n \"ic-location\": \\e91e,\n \"ic-lock\": \\e91f,\n \"ic-logout\": \\e920,\n \"ic-kebab\": \\e897,\n \"ic-meatball\": \\e895,\n \"ic-merge\": \\e87f,\n \"ic-migration\": \\e921,\n \"ic-notification\": \\e916,\n \"ic-offboarding\": \\e917,\n \"ic-onboarding\": \\e918,\n \"ic-organization\": \\e919,\n \"ic-other\": \\e91b,\n \"ic-other-list\": \\e91a,\n \"ic-overtime\": \\e910,\n \"ic-picker-calendar\": \\e87e,\n \"ic-picker-time\": \\e87d,\n \"ic-product\": \\e911,\n \"ic-profile-pic\": \\e912,\n \"ic-purchase\": \\e913,\n \"ic-reload\": \\e914,\n \"ic-report\": \\e915,\n \"ic-remove-line\": \\e87c,\n \"ic-reset\": \\e90a,\n \"ic-reset-fill\": \\e87a,\n \"ic-resync\": \\e8f2,\n \"ic-rules\": \\e90b,\n \"ic-sale\": \\e90c,\n \"ic-search\": \\e893,\n \"ic-send\": \\e892,\n \"ic-setting\": \\e90d,\n \"ic-sort\": \\e879,\n \"ic-staff\": \\e90e,\n \"ic-stepper-error\": \\e901,\n \"ic-stepper-finished\": \\e909,\n \"ic-success\": \\e93f,\n \"ic-success-fill\": \\e891,\n \"ic-supplier\": \\e90f,\n \"ic-sync\": \\e8f1,\n \"ic-tag\": \\e878,\n \"ic-talenta\": \\e951,\n \"ic-task\": \\e946,\n \"ic-tax-history\": \\e905,\n \"ic-time\": \\e906,\n \"ic-transfer-account\": \\e907,\n \"ic-trash\": \\e900,\n \"ic-upload-file\": \\e908,\n \"ic-view-fill\": \\e890,\n \"ic-view-hide-fill\": \\e88f,\n \"ic-warning-fill\": \\e940,\n \"ic-warning\": \\e941,\n \"ic-zip\": \\e904,\n ),\n $icons-map\n);\n\n$icon-blankslate-path: \"#{$icon-font-path}/blankslate\";\n$icons-blankslate-name: \"calendar\", \"location\", \"not-found\", \"process\", \"web\";\n$icons-blankslate-product: \"jurnal\", \"klikpajak\", \"talenta\";\n\n// To properly convert Unicodes in the resulting CSS\n@function icon-sanitize($icon) {\n @return unquote(\"\\\"#{ $icon }\\\"\");\n}\n\n@font-face {\n font-family: \"#{$icon-font-family}\";\n font-style: normal;\n font-weight: 400;\n src: url(\"#{$icon-font-path}/#{$icon-font-family}.eot?4revhd\");\n src: url(\"#{$icon-font-path}/#{$icon-font-family}.eot?4revhd#iefix\") format(\"embedded-opentype\"), url(\"#{$icon-font-path}/#{$icon-font-family}.ttf?4revhd\") format(\"truetype\"), url(\"#{$icon-font-path}/#{$icon-font-family}.woff?4revhd\") format(\"woff\"), url(\"#{$icon-font-path}/#{$icon-font-family}.svg?4revhd##{$icon-font-family}\") format(\"svg\");\n font-display: block;\n}\n\n%ic-template {\n width: 24px;\n height: 24px;\n font-family: $icon-font-family, sans-serif;\n font-size: 24px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n}\n\n.ic {\n display: inline-block;\n @extend %ic-template;\n &.ic-small {\n width: 20px;\n height: 20px;\n font-size: 20px;\n }\n &.ic-medium {\n width: 32px;\n height: 32px;\n font-size: 32px;\n }\n &.ic-large {\n width: 60px;\n height: 60px;\n font-size: 60px;\n }\n &.ic-blankslate {\n width: 120px;\n height: 120px;\n padding: 10px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100px 100px;\n }\n}\n\n.ic-input-prefix {\n position: absolute;\n top: 6px;\n left: 6px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-input-suffix {\n position: absolute;\n top: 6px;\n right: 6px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n &.ic-input-double-suffix {\n right: 36px;\n }\n}\n\n@each $name, $value in $icons-map {\n .#{$name} {\n color: $slate;\n &::before {\n color: inherit;\n content: icon-sanitize($value);\n }\n }\n}\n\n@each $product in $icons-blankslate-product {\n @each $name in $icons-blankslate-name {\n .ic-blankslate-#{$product}-#{$name} {\n background-image: url(\"#{$icon-blankslate-path}/#{$product}/#{$name}.svg\");\n }\n }\n}\n","@font-face {\n font-family: \"Mekari-Icon-Regular\";\n font-style: normal;\n font-weight: 400;\n src: url(\"../../webfonts/Mekari-Icon-Regular.eot?4revhd\");\n src: url(\"../../webfonts/Mekari-Icon-Regular.eot?4revhd#iefix\") format(\"embedded-opentype\"), url(\"../../webfonts/Mekari-Icon-Regular.ttf?4revhd\") format(\"truetype\"), url(\"../../webfonts/Mekari-Icon-Regular.woff?4revhd\") format(\"woff\"), url(\"../../webfonts/Mekari-Icon-Regular.svg?4revhd#Mekari-Icon-Regular\") format(\"svg\");\n font-display: block;\n}\n\n.ic {\n width: 24px;\n height: 24px;\n font-family: \"Mekari-Icon-Regular\", sans-serif;\n font-size: 24px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n}\n\n.ic {\n display: inline-block;\n}\n\n.ic.ic-small {\n width: 20px;\n height: 20px;\n font-size: 20px;\n}\n\n.ic.ic-medium {\n width: 32px;\n height: 32px;\n font-size: 32px;\n}\n\n.ic.ic-large {\n width: 60px;\n height: 60px;\n font-size: 60px;\n}\n\n.ic.ic-blankslate {\n width: 120px;\n height: 120px;\n padding: 10px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100px 100px;\n}\n\n.ic-input-prefix {\n position: absolute;\n top: 6px;\n left: 6px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-input-suffix {\n position: absolute;\n top: 6px;\n right: 6px;\n padding: 0;\n color: inherit;\n pointer-events: all;\n cursor: pointer;\n}\n\n.ic-input-suffix.ic-input-double-suffix {\n right: 36px;\n}\n\n.ic-activity {\n color: #777;\n}\n\n.ic-activity::before {\n color: inherit;\n content: \"\\e93a\";\n}\n\n.ic-add {\n color: #777;\n}\n\n.ic-add::before {\n color: inherit;\n content: \"\\e800\";\n}\n\n.ic-addons {\n color: #777;\n}\n\n.ic-addons::before {\n color: inherit;\n content: \"\\e93b\";\n}\n\n.ic-adjustment {\n color: #777;\n}\n\n.ic-adjustment::before {\n color: inherit;\n content: \"\\e947\";\n}\n\n.ic-alarm {\n color: #777;\n}\n\n.ic-alarm::before {\n color: inherit;\n content: \"\\e93c\";\n}\n\n.ic-approval {\n color: #777;\n}\n\n.ic-approval::before {\n color: inherit;\n content: \"\\e948\";\n}\n\n.ic-arrow-down {\n color: #777;\n}\n\n.ic-arrow-down::before {\n color: inherit;\n content: \"\\e94b\";\n}\n\n.ic-arrow-left {\n color: #777;\n}\n\n.ic-arrow-left::before {\n color: inherit;\n content: \"\\e94c\";\n}\n\n.ic-arrow-right {\n color: #777;\n}\n\n.ic-arrow-right::before {\n color: inherit;\n content: \"\\e94d\";\n}\n\n.ic-arrow-up {\n color: #777;\n}\n\n.ic-arrow-up::before {\n color: inherit;\n content: \"\\e94e\";\n}\n\n.ic-asset {\n color: #777;\n}\n\n.ic-asset::before {\n color: inherit;\n content: \"\\e949\";\n}\n\n.ic-attachment {\n color: #777;\n}\n\n.ic-attachment::before {\n color: inherit;\n content: \"\\e88e\";\n}\n\n.ic-bank {\n color: #777;\n}\n\n.ic-bank::before {\n color: inherit;\n content: \"\\e94a\";\n}\n\n.ic-billing {\n color: #777;\n}\n\n.ic-billing::before {\n color: inherit;\n content: \"\\e934\";\n}\n\n.ic-blank-icon {\n color: #777;\n}\n\n.ic-blank-icon::before {\n color: inherit;\n content: \"\\e93d\";\n}\n\n.ic-branch {\n color: #777;\n}\n\n.ic-branch::before {\n color: inherit;\n content: \"\\e935\";\n}\n\n.ic-broadcast {\n color: #777;\n}\n\n.ic-broadcast::before {\n color: inherit;\n content: \"\\e936\";\n}\n\n.ic-camera {\n color: #777;\n}\n\n.ic-camera::before {\n color: inherit;\n content: \"\\e89e\";\n}\n\n.ic-camera-fill {\n color: #777;\n}\n\n.ic-camera-fill::before {\n color: inherit;\n content: \"\\e877\";\n}\n\n.ic-calculator {\n color: #777;\n}\n\n.ic-calculator::before {\n color: inherit;\n content: \"\\e84c\";\n}\n\n.ic-calendar {\n color: #777;\n}\n\n.ic-calendar::before {\n color: inherit;\n content: \"\\e938\";\n}\n\n.ic-celebration {\n color: #777;\n}\n\n.ic-celebration::before {\n color: inherit;\n content: \"\\e939\";\n}\n\n.ic-certificate {\n color: #777;\n}\n\n.ic-certificate::before {\n color: inherit;\n content: \"\\e8a1\";\n}\n\n.ic-chat {\n color: #777;\n}\n\n.ic-chat::before {\n color: inherit;\n content: \"\\e92e\";\n}\n\n.ic-chevron-first {\n color: #777;\n}\n\n.ic-chevron-first::before {\n color: inherit;\n content: \"\\e942\";\n}\n\n.ic-chevron-last {\n color: #777;\n}\n\n.ic-chevron-last::before {\n color: inherit;\n content: \"\\e943\";\n}\n\n.ic-chevron-bottom {\n color: #777;\n}\n\n.ic-chevron-bottom::before {\n color: inherit;\n content: \"\\e88b\";\n}\n\n.ic-chevron-left {\n color: #777;\n}\n\n.ic-chevron-left::before {\n color: inherit;\n content: \"\\e944\";\n}\n\n.ic-chevron-right {\n color: #777;\n}\n\n.ic-chevron-right::before {\n color: inherit;\n content: \"\\e945\";\n}\n\n.ic-chevron-up {\n color: #777;\n}\n\n.ic-chevron-up::before {\n color: inherit;\n content: \"\\e88c\";\n}\n\n.ic-coa {\n color: #777;\n}\n\n.ic-coa::before {\n color: inherit;\n content: \"\\e92f\";\n}\n\n.ic-copy {\n color: #777;\n}\n\n.ic-copy::before {\n color: inherit;\n content: \"\\e88a\";\n}\n\n.ic-collapse {\n color: #777;\n}\n\n.ic-collapse::before {\n color: inherit;\n content: \"\\e89b\";\n}\n\n.ic-column-settings {\n color: #777;\n}\n\n.ic-column-settings::before {\n color: inherit;\n content: \"\\e89c\";\n}\n\n.ic-column-settings-small {\n color: #777;\n}\n\n.ic-column-settings-small::before {\n color: inherit;\n content: \"\\e801\";\n}\n\n.ic-company {\n color: #777;\n}\n\n.ic-company::before {\n color: inherit;\n content: \"\\e930\";\n}\n\n.ic-contact {\n color: #777;\n}\n\n.ic-contact::before {\n color: inherit;\n content: \"\\e931\";\n}\n\n.ic-credit-card {\n color: #777;\n}\n\n.ic-credit-card::before {\n color: inherit;\n content: \"\\e932\";\n}\n\n.ic-custom-slip {\n color: #777;\n}\n\n.ic-custom-slip::before {\n color: inherit;\n content: \"\\e933\";\n}\n\n.ic-dashboard {\n color: #777;\n}\n\n.ic-dashboard::before {\n color: inherit;\n content: \"\\e928\";\n}\n\n.ic-delete {\n color: #777;\n}\n\n.ic-delete::before {\n color: inherit;\n content: \"\\e900\";\n}\n\n.ic-description {\n color: #777;\n}\n\n.ic-description::before {\n color: inherit;\n content: \"\\e929\";\n}\n\n.ic-doc {\n color: #777;\n}\n\n.ic-doc::before {\n color: inherit;\n content: \"\\e92a\";\n}\n\n.ic-dot {\n color: #777;\n}\n\n.ic-dot::before {\n color: inherit;\n content: \"\\e8f0\";\n}\n\n.ic-drag {\n color: #777;\n}\n\n.ic-drag::before {\n color: inherit;\n content: \"\\e88d\";\n}\n\n.ic-dropdown {\n color: #777;\n}\n\n.ic-dropdown::before {\n color: inherit;\n content: \"\\e8ef\";\n}\n\n.ic-edit {\n color: #777;\n}\n\n.ic-edit::before {\n color: inherit;\n content: \"\\e887\";\n}\n\n.ic-education {\n color: #777;\n}\n\n.ic-education::before {\n color: inherit;\n content: \"\\e8a0\";\n}\n\n.ic-equal {\n color: #777;\n}\n\n.ic-equal::before {\n color: inherit;\n content: \"\\e886\";\n}\n\n.ic-error {\n color: #777;\n}\n\n.ic-error::before {\n color: inherit;\n content: \"\\e93e\";\n}\n\n.ic-error-fill {\n color: #777;\n}\n\n.ic-error-fill::before {\n color: inherit;\n content: \"\\e89a\";\n}\n\n.ic-expand {\n color: #777;\n}\n\n.ic-expand::before {\n color: inherit;\n content: \"\\e899\";\n}\n\n.ic-expense {\n color: #777;\n}\n\n.ic-expense::before {\n color: inherit;\n content: \"\\e92b\";\n}\n\n.ic-family {\n color: #777;\n}\n\n.ic-family::before {\n color: inherit;\n content: \"\\e89f\";\n}\n\n.ic-finance {\n color: #777;\n}\n\n.ic-finance::before {\n color: inherit;\n content: \"\\e92c\";\n}\n\n.ic-finance-dollar {\n color: #777;\n}\n\n.ic-finance-dollar::before {\n color: inherit;\n content: \"\\e883\";\n}\n\n.ic-finance-percentage {\n color: #777;\n}\n\n.ic-finance-percentage::before {\n color: inherit;\n content: \"\\e881\";\n}\n\n.ic-finance-rupiah {\n color: #777;\n}\n\n.ic-finance-rupiah::before {\n color: inherit;\n content: \"\\e882\";\n}\n\n.ic-file-download {\n color: #777;\n}\n\n.ic-file-download::before {\n color: inherit;\n content: \"\\e885\";\n}\n\n.ic-file-upload {\n color: #777;\n}\n\n.ic-file-upload::before {\n color: inherit;\n content: \"\\e884\";\n}\n\n.ic-help {\n color: #777;\n}\n\n.ic-help::before {\n color: inherit;\n content: \"\\e92d\";\n}\n\n.ic-help-small {\n color: #777;\n}\n\n.ic-help-small::before {\n color: inherit;\n content: \"\\e880\";\n}\n\n.ic-history {\n color: #777;\n}\n\n.ic-history::before {\n color: inherit;\n content: \"\\e922\";\n}\n\n.ic-home {\n color: #777;\n}\n\n.ic-home::before {\n color: inherit;\n content: \"\\e923\";\n}\n\n.ic-img {\n color: #777;\n}\n\n.ic-img::before {\n color: inherit;\n content: \"\\e924\";\n}\n\n.ic-inbox {\n color: #777;\n}\n\n.ic-inbox::before {\n color: inherit;\n content: \"\\e925\";\n}\n\n.ic-inbox-fill {\n color: #777;\n}\n\n.ic-inbox-fill::before {\n color: inherit;\n content: \"\\e902\";\n}\n\n.ic-info {\n color: #777;\n}\n\n.ic-info::before {\n color: inherit;\n content: \"\\e898\";\n}\n\n.ic-info-fill {\n color: #777;\n}\n\n.ic-info-fill::before {\n color: inherit;\n content: \"\\e903\";\n}\n\n.ic-insurance {\n color: #777;\n}\n\n.ic-insurance::before {\n color: inherit;\n content: \"\\e926\";\n}\n\n.ic-integrasi {\n color: #777;\n}\n\n.ic-integrasi::before {\n color: inherit;\n content: \"\\e927\";\n}\n\n.ic-job-level {\n color: #777;\n}\n\n.ic-job-level::before {\n color: inherit;\n content: \"\\e91c\";\n}\n\n.ic-job-title {\n color: #777;\n}\n\n.ic-job-title::before {\n color: inherit;\n content: \"\\e91d\";\n}\n\n.ic-jurnal {\n color: #777;\n}\n\n.ic-jurnal::before {\n color: inherit;\n content: \"\\e84b\";\n}\n\n.ic-klikpajak {\n color: #777;\n}\n\n.ic-klikpajak::before {\n color: inherit;\n content: \"\\e950\";\n}\n\n.ic-loading {\n color: #777;\n}\n\n.ic-loading::before {\n color: inherit;\n content: \"\\e896\";\n}\n\n.ic-loan {\n color: #777;\n}\n\n.ic-loan::before {\n color: inherit;\n content: \"\\e94f\";\n}\n\n.ic-location {\n color: #777;\n}\n\n.ic-location::before {\n color: inherit;\n content: \"\\e91e\";\n}\n\n.ic-lock {\n color: #777;\n}\n\n.ic-lock::before {\n color: inherit;\n content: \"\\e91f\";\n}\n\n.ic-logout {\n color: #777;\n}\n\n.ic-logout::before {\n color: inherit;\n content: \"\\e920\";\n}\n\n.ic-kebab {\n color: #777;\n}\n\n.ic-kebab::before {\n color: inherit;\n content: \"\\e897\";\n}\n\n.ic-meatball {\n color: #777;\n}\n\n.ic-meatball::before {\n color: inherit;\n content: \"\\e895\";\n}\n\n.ic-merge {\n color: #777;\n}\n\n.ic-merge::before {\n color: inherit;\n content: \"\\e87f\";\n}\n\n.ic-migration {\n color: #777;\n}\n\n.ic-migration::before {\n color: inherit;\n content: \"\\e921\";\n}\n\n.ic-notification {\n color: #777;\n}\n\n.ic-notification::before {\n color: inherit;\n content: \"\\e916\";\n}\n\n.ic-offboarding {\n color: #777;\n}\n\n.ic-offboarding::before {\n color: inherit;\n content: \"\\e917\";\n}\n\n.ic-onboarding {\n color: #777;\n}\n\n.ic-onboarding::before {\n color: inherit;\n content: \"\\e918\";\n}\n\n.ic-organization {\n color: #777;\n}\n\n.ic-organization::before {\n color: inherit;\n content: \"\\e919\";\n}\n\n.ic-other {\n color: #777;\n}\n\n.ic-other::before {\n color: inherit;\n content: \"\\e91b\";\n}\n\n.ic-other-list {\n color: #777;\n}\n\n.ic-other-list::before {\n color: inherit;\n content: \"\\e91a\";\n}\n\n.ic-overtime {\n color: #777;\n}\n\n.ic-overtime::before {\n color: inherit;\n content: \"\\e910\";\n}\n\n.ic-picker-calendar {\n color: #777;\n}\n\n.ic-picker-calendar::before {\n color: inherit;\n content: \"\\e87e\";\n}\n\n.ic-picker-time {\n color: #777;\n}\n\n.ic-picker-time::before {\n color: inherit;\n content: \"\\e87d\";\n}\n\n.ic-product {\n color: #777;\n}\n\n.ic-product::before {\n color: inherit;\n content: \"\\e911\";\n}\n\n.ic-profile-pic {\n color: #777;\n}\n\n.ic-profile-pic::before {\n color: inherit;\n content: \"\\e912\";\n}\n\n.ic-purchase {\n color: #777;\n}\n\n.ic-purchase::before {\n color: inherit;\n content: \"\\e913\";\n}\n\n.ic-reload {\n color: #777;\n}\n\n.ic-reload::before {\n color: inherit;\n content: \"\\e914\";\n}\n\n.ic-report {\n color: #777;\n}\n\n.ic-report::before {\n color: inherit;\n content: \"\\e915\";\n}\n\n.ic-remove-line {\n color: #777;\n}\n\n.ic-remove-line::before {\n color: inherit;\n content: \"\\e87c\";\n}\n\n.ic-reset {\n color: #777;\n}\n\n.ic-reset::before {\n color: inherit;\n content: \"\\e90a\";\n}\n\n.ic-reset-fill {\n color: #777;\n}\n\n.ic-reset-fill::before {\n color: inherit;\n content: \"\\e87a\";\n}\n\n.ic-resync {\n color: #777;\n}\n\n.ic-resync::before {\n color: inherit;\n content: \"\\e8f2\";\n}\n\n.ic-rules {\n color: #777;\n}\n\n.ic-rules::before {\n color: inherit;\n content: \"\\e90b\";\n}\n\n.ic-sale {\n color: #777;\n}\n\n.ic-sale::before {\n color: inherit;\n content: \"\\e90c\";\n}\n\n.ic-search {\n color: #777;\n}\n\n.ic-search::before {\n color: inherit;\n content: \"\\e893\";\n}\n\n.ic-send {\n color: #777;\n}\n\n.ic-send::before {\n color: inherit;\n content: \"\\e892\";\n}\n\n.ic-setting {\n color: #777;\n}\n\n.ic-setting::before {\n color: inherit;\n content: \"\\e90d\";\n}\n\n.ic-sort {\n color: #777;\n}\n\n.ic-sort::before {\n color: inherit;\n content: \"\\e879\";\n}\n\n.ic-staff {\n color: #777;\n}\n\n.ic-staff::before {\n color: inherit;\n content: \"\\e90e\";\n}\n\n.ic-stepper-error {\n color: #777;\n}\n\n.ic-stepper-error::before {\n color: inherit;\n content: \"\\e901\";\n}\n\n.ic-stepper-finished {\n color: #777;\n}\n\n.ic-stepper-finished::before {\n color: inherit;\n content: \"\\e909\";\n}\n\n.ic-success {\n color: #777;\n}\n\n.ic-success::before {\n color: inherit;\n content: \"\\e93f\";\n}\n\n.ic-success-fill {\n color: #777;\n}\n\n.ic-success-fill::before {\n color: inherit;\n content: \"\\e891\";\n}\n\n.ic-supplier {\n color: #777;\n}\n\n.ic-supplier::before {\n color: inherit;\n content: \"\\e90f\";\n}\n\n.ic-sync {\n color: #777;\n}\n\n.ic-sync::before {\n color: inherit;\n content: \"\\e8f1\";\n}\n\n.ic-tag {\n color: #777;\n}\n\n.ic-tag::before {\n color: inherit;\n content: \"\\e878\";\n}\n\n.ic-talenta {\n color: #777;\n}\n\n.ic-talenta::before {\n color: inherit;\n content: \"\\e951\";\n}\n\n.ic-task {\n color: #777;\n}\n\n.ic-task::before {\n color: inherit;\n content: \"\\e946\";\n}\n\n.ic-tax-history {\n color: #777;\n}\n\n.ic-tax-history::before {\n color: inherit;\n content: \"\\e905\";\n}\n\n.ic-time {\n color: #777;\n}\n\n.ic-time::before {\n color: inherit;\n content: \"\\e906\";\n}\n\n.ic-transfer-account {\n color: #777;\n}\n\n.ic-transfer-account::before {\n color: inherit;\n content: \"\\e907\";\n}\n\n.ic-trash {\n color: #777;\n}\n\n.ic-trash::before {\n color: inherit;\n content: \"\\e900\";\n}\n\n.ic-upload-file {\n color: #777;\n}\n\n.ic-upload-file::before {\n color: inherit;\n content: \"\\e908\";\n}\n\n.ic-view-fill {\n color: #777;\n}\n\n.ic-view-fill::before {\n color: inherit;\n content: \"\\e890\";\n}\n\n.ic-view-hide-fill {\n color: #777;\n}\n\n.ic-view-hide-fill::before {\n color: inherit;\n content: \"\\e88f\";\n}\n\n.ic-warning-fill {\n color: #777;\n}\n\n.ic-warning-fill::before {\n color: inherit;\n content: \"\\e940\";\n}\n\n.ic-warning {\n color: #777;\n}\n\n.ic-warning::before {\n color: inherit;\n content: \"\\e941\";\n}\n\n.ic-zip {\n color: #777;\n}\n\n.ic-zip::before {\n color: inherit;\n content: \"\\e904\";\n}\n\n.ic-blankslate-jurnal-calendar {\n background-image: url(\"../../webfonts/blankslate/jurnal/calendar.svg\");\n}\n\n.ic-blankslate-jurnal-location {\n background-image: url(\"../../webfonts/blankslate/jurnal/location.svg\");\n}\n\n.ic-blankslate-jurnal-not-found {\n background-image: url(\"../../webfonts/blankslate/jurnal/not-found.svg\");\n}\n\n.ic-blankslate-jurnal-process {\n background-image: url(\"../../webfonts/blankslate/jurnal/process.svg\");\n}\n\n.ic-blankslate-jurnal-web {\n background-image: url(\"../../webfonts/blankslate/jurnal/web.svg\");\n}\n\n.ic-blankslate-klikpajak-calendar {\n background-image: url(\"../../webfonts/blankslate/klikpajak/calendar.svg\");\n}\n\n.ic-blankslate-klikpajak-location {\n background-image: url(\"../../webfonts/blankslate/klikpajak/location.svg\");\n}\n\n.ic-blankslate-klikpajak-not-found {\n background-image: url(\"../../webfonts/blankslate/klikpajak/not-found.svg\");\n}\n\n.ic-blankslate-klikpajak-process {\n background-image: url(\"../../webfonts/blankslate/klikpajak/process.svg\");\n}\n\n.ic-blankslate-klikpajak-web {\n background-image: url(\"../../webfonts/blankslate/klikpajak/web.svg\");\n}\n\n.ic-blankslate-talenta-calendar {\n background-image: url(\"../../webfonts/blankslate/talenta/calendar.svg\");\n}\n\n.ic-blankslate-talenta-location {\n background-image: url(\"../../webfonts/blankslate/talenta/location.svg\");\n}\n\n.ic-blankslate-talenta-not-found {\n background-image: url(\"../../webfonts/blankslate/talenta/not-found.svg\");\n}\n\n.ic-blankslate-talenta-process {\n background-image: url(\"../../webfonts/blankslate/talenta/process.svg\");\n}\n\n.ic-blankslate-talenta-web {\n background-image: url(\"../../webfonts/blankslate/talenta/web.svg\");\n}\n\n/*# sourceMappingURL=mekari-ui-icons.css.map */","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_modal.scss","../../../scss/vendors/mixins/_transition.scss","dist/css/components/mekari-ui-modal.css","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendors/_transitions.scss","../../../scss/vendors/_close.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/components/config/_modal.scss"],"names":[],"mappings":"AAMA,YAEE,SAAA,OAFF,mBAKI,WAAA,OACA,WAAA,KAKJ,OACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,QAAA,KACA,MAAA,KACA,OAAA,KACA,SAAA,OAGA,QAAA,EAOF,cACE,SAAA,SACA,MAAA,KACA,OAAA,MAEA,eAAA,KAGA,0BCrCI,WAAA,UAAA,IAAA,SDuCF,UAAA,mBClCA,uCDgCF,0BC/BI,WAAA,MDmCJ,0BACE,UAAA,KAIJ,yBACE,QAAA,KACA,WAAA,kBAFF,wCAKI,WAAA,mBACA,SAAA,OEJJ,uCFFA,uCAWI,YAAA,EAXJ,qCAeI,WAAA,KAIJ,uBACE,QAAA,KACA,YAAA,OACA,WAAA,kBAHF,+BAOI,QAAA,MACA,OAAA,mBACA,QAAA,GATJ,+CAcI,eAAA,OACA,gBAAA,OACA,OAAA,KAhBJ,8DAmBM,WAAA,KAnBN,uDAuBM,QAAA,KAMN,eACE,SAAA,SACA,QAAA,KACA,eAAA,OACA,MAAA,KAGA,eAAA,KACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,QGzGE,cAAA,MH6GF,QAAA,EAIF,gBACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,MAAA,MACA,OAAA,MACA,iBAAA,KAPF,qBAUW,QAAA,EAVX,qBAWW,QAAA,IAKX,cACE,QAAA,KACA,YAAA,WACA,gBAAA,cACA,QAAA,KAAA,KACA,cAAA,IAAA,MAAA,QG7HE,uBAAA,MACA,wBAAA,MHuHJ,qBASI,QAAA,KAAA,KAEA,OAAA,MAAA,MAAA,MAAA,KAKJ,aACE,cAAA,EACA,YAAA,KAKF,YACE,SAAA,SAGA,KAAA,EAAA,EAAA,KACA,QAAA,KAIF,cACE,QAAA,KACA,YAAA,OACA,gBAAA,SACA,QAAA,KACA,WAAA,IAAA,MAAA,QG/IE,2BAAA,MACA,0BAAA,MHyIJ,iCASyB,YAAA,OATzB,gCAUwB,aAAA,OAIxB,yBACE,SAAA,SACA,IAAA,QACA,MAAA,KACA,OAAA,KACA,SAAA,OI7HE,yBJmIF,cACE,UAAA,MACA,OAAA,QAAA,KAGF,yBACE,WAAA,oBADF,wCAII,WAAA,qBAIJ,uBACE,WAAA,oBADF,+BAII,OAAA,qBAQJ,UAAsB,UAAA,OI5JpB,yBJgKF,UEzBA,UF2BE,UAAA,OIlKA,0BJuKF,UAAsB,UAAA,QKnOxB,MJMM,WAAA,QAAA,KAAA,OAKF,uCIXJ,MJYM,WAAA,MIZN,iBAII,QAAA,EAIJ,qBAEI,QAAA,KAIJ,YACE,SAAA,SACA,OAAA,EACA,SAAA,OJXI,WAAA,OAAA,KAAA,KAKF,uCIGJ,YJFM,WAAA,MKZN,OACE,MAAA,MCwJM,UAAA,UDtJN,YAAA,IACA,YAAA,EACA,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KACA,QAAA,GCwKM,0BD/KR,OCuLY,UAAA,2BC3KV,aFDE,MAAA,KACA,gBAAA,KEIF,2CAAA,2CFCI,QAAA,IAWN,aACE,QAAA,EACA,iBAAA,YACA,OAAA,EACA,mBAAA,KAAA,gBAAA,KAAA,WAAA,KAMF,iBACE,eAAA,KGvCF,qBAEI,SAAA,SAFJ,4BAKM,QAAA,KACA,OAAA,MAAA,MAAA,MAAA,KACA,UAAA,KACA,YAAA,IACA,QAAA,EATN,iCAYQ,MAAA,KAZR,qBAiBI,WAAA","sourcesContent":["// .#{$prefix}modal-open - body class for killing the scroll\n// .#{$prefix}modal - container to scroll within\n// .#{$prefix}modal-dialog - positioning shell for the actual modal\n// .#{$prefix}modal-content - actual modal w/ bg and corners and stuff\n\n\n.#{$prefix}modal-open {\n // Kill the scroll on the body\n overflow: hidden;\n\n .#{$prefix}modal {\n overflow-x: hidden;\n overflow-y: auto;\n }\n}\n\n// Container that the modal scrolls within\n.#{$prefix}modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.#{$prefix}modal-dialog {\n position: relative;\n width: auto;\n margin: $modal-dialog-margin;\n // allow clicks to pass through for custom click handling to close modal\n pointer-events: none;\n\n // When fading in the modal, animate it to slide down\n .#{$prefix}modal.fade & {\n @include transition($modal-transition);\n transform: $modal-fade-transform;\n }\n .#{$prefix}modal.show & {\n transform: $modal-show-transform;\n }\n}\n\n.#{$prefix}modal-dialog-scrollable {\n display: flex; // IE10/11\n max-height: calc(100% - #{$modal-dialog-margin * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin * 2}); // IE10/11\n overflow: hidden;\n }\n\n .#{$prefix}modal-header,\n .#{$prefix}modal-footer {\n flex-shrink: 0;\n }\n\n .#{$prefix}modal-body {\n overflow-y: auto;\n }\n}\n\n.#{$prefix}modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - #{$modal-dialog-margin * 2});\n\n // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n &::before {\n display: block; // IE10\n height: calc(100vh - #{$modal-dialog-margin * 2});\n content: \"\";\n }\n\n // Ensure `.#{$prefix}modal-body` shows scrollbar (IE10/11)\n &.#{$prefix}modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n\n .#{$prefix}modal-content {\n max-height: none;\n }\n\n &::before {\n content: none;\n }\n }\n}\n\n// Actual modal\n.#{$prefix}modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%; // Ensure `.#{$prefix}modal-content` extends the full width of the parent `.#{$prefix}modal-dialog`\n // counteract the pointer-events: none; in the .#{$prefix}modal-dialog\n color: $modal-content-color;\n pointer-events: auto;\n background-color: $modal-content-bg;\n background-clip: padding-box;\n border: $modal-content-border-width solid $modal-content-border-color;\n @include border-radius($modal-content-border-radius);\n @include box-shadow($modal-content-box-shadow-xs);\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.#{$prefix}modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal-backdrop;\n width: 100vw;\n height: 100vh;\n background-color: $modal-backdrop-bg;\n\n // Fade for backdrop\n &.fade { opacity: 0; }\n &.show { opacity: $modal-backdrop-opacity; }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.#{$prefix}modal-header {\n display: flex;\n align-items: flex-start; // so the close btn always stays on the upper right corner\n justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends\n padding: $modal-header-padding;\n border-bottom: $modal-header-border-width solid $modal-header-border-color;\n @include border-top-radius($modal-content-border-radius);\n\n .close {\n padding: $modal-header-padding;\n // auto on the left force icon to the right even when there is no .#{$prefix}modal-title\n margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;\n }\n}\n\n// Title text within header\n.#{$prefix}modal-title {\n margin-bottom: 0;\n line-height: $modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .#{$prefix}modal-header and .#{$prefix}modal-footer)\n.#{$prefix}modal-body {\n position: relative;\n // Enable `flex-grow: 1` so that the body take up as much space as possible\n // when should there be a fixed height on `.#{$prefix}modal-dialog`.\n flex: 1 1 auto;\n padding: $modal-inner-padding;\n}\n\n// Footer (for actions)\n.#{$prefix}modal-footer {\n display: flex;\n align-items: center; // vertically center\n justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n padding: $modal-inner-padding;\n border-top: $modal-footer-border-width solid $modal-footer-border-color;\n @include border-bottom-radius($modal-content-border-radius);\n\n // Easily place margin between footer elements\n > :not(:first-child) { margin-left: .25rem; }\n > :not(:last-child) { margin-right: .25rem; }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.#{$prefix}modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n // Automatically set modal's width for larger viewports\n .#{$prefix}modal-dialog {\n max-width: $modal-md;\n margin: $modal-dialog-margin-y-sm-up auto;\n }\n\n .#{$prefix}modal-dialog-scrollable {\n max-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-dialog-centered {\n min-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n &::before {\n height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-content {\n @include box-shadow($modal-content-box-shadow-sm-up);\n }\n\n .#{$prefix}modal-sm { max-width: $modal-sm; }\n}\n\n@include media-breakpoint-up(lg) {\n .#{$prefix}modal-lg,\n .#{$prefix}modal-xl {\n max-width: $modal-lg;\n }\n}\n\n@include media-breakpoint-up(xl) {\n .#{$prefix}modal-xl { max-width: $modal-xl; }\n}\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n",".modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #e2e2e2;\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.75;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 16px 16px;\n border-bottom: 1px solid #e2e2e2;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 16px 16px;\n margin: -16px -16px -16px auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 20px;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 24px;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 24px;\n border-top: 1px solid #e2e2e2;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-sm {\n max-width: 392px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 808px;\n }\n}\n\n@media (min-width: 1272px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.close {\n float: right;\n font-size: 1.3125rem;\n font-weight: 500;\n line-height: 1;\n color: #777;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (max-width: 1200px) {\n .close {\n font-size: calc(1.25625rem + 0.075vw) ;\n }\n}\n\n.close:hover {\n color: #777;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.modal .modal-header {\n position: relative;\n}\n\n.modal .modal-header .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n}\n\n.modal .modal-header .close span {\n color: #777;\n}\n\n.modal .modal-footer {\n border-top: 0;\n}\n/*# sourceMappingURL=mekari-ui-modal.css.map */","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n",".fade {\n @include transition($transition-fade);\n\n &:not(.show) {\n opacity: 0;\n }\n}\n\n.collapse {\n &:not(.show) {\n display: none;\n }\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n",".close {\n float: right;\n @include font-size($close-font-size);\n font-weight: $close-font-weight;\n line-height: 1;\n color: $close-color;\n text-shadow: $close-text-shadow;\n opacity: .5;\n\n // Override <a>'s hover style\n @include hover {\n color: $close-color;\n text-decoration: none;\n }\n\n &:not(:disabled):not(.disabled) {\n @include hover-focus {\n opacity: .75;\n }\n }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n",".#{$prefix}modal {\n .#{$prefix}modal-header {\n position: relative;\n\n .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n\n span {\n color: $slate;\n }\n }\n }\n .#{$prefix}modal-footer {\n border-top: 0;\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_modal.scss","../../../scss/vendors/mixins/_transition.scss","dist/css/components/mekari-ui-modal.css","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendors/_transitions.scss","../../../scss/vendors/_close.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/components/config/_modal.scss"],"names":[],"mappings":"AAMA,YAEE,SAAA,OAFF,mBAKI,WAAA,OACA,WAAA,KAKJ,OACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,QAAA,KACA,MAAA,KACA,OAAA,KACA,SAAA,OAGA,QAAA,EAOF,cACE,SAAA,SACA,MAAA,KACA,OAAA,MAEA,eAAA,KAGA,0BCrCI,WAAA,UAAA,IAAA,SDuCF,UAAA,mBClCA,uCDgCF,0BC/BI,WAAA,MDmCJ,0BACE,UAAA,KAIJ,yBACE,QAAA,KACA,WAAA,kBAFF,wCAKI,WAAA,mBACA,SAAA,OEJJ,uCFFA,uCAWI,YAAA,EAXJ,qCAeI,WAAA,KAIJ,uBACE,QAAA,KACA,YAAA,OACA,WAAA,kBAHF,+BAOI,QAAA,MACA,OAAA,mBACA,QAAA,GATJ,+CAcI,eAAA,OACA,gBAAA,OACA,OAAA,KAhBJ,8DAmBM,WAAA,KAnBN,uDAuBM,QAAA,KAMN,eACE,SAAA,SACA,QAAA,KACA,eAAA,OACA,MAAA,KAGA,eAAA,KACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,QGzGE,cAAA,MH6GF,QAAA,EAIF,gBACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,MAAA,MACA,OAAA,MACA,iBAAA,KAPF,qBAUqB,QAAA,EAVrB,qBAWqB,QAAA,IAKrB,cACE,QAAA,KACA,YAAA,WACA,gBAAA,cACA,QAAA,KAAA,KACA,cAAA,IAAA,MAAA,QG7HE,uBAAA,MACA,wBAAA,MHuHJ,qBASI,QAAA,KAAA,KAEA,OAAA,MAAA,MAAA,MAAA,KAKJ,aACE,cAAA,EACA,YAAA,KAKF,YACE,SAAA,SAGA,KAAA,EAAA,EAAA,KACA,QAAA,KAIF,cACE,QAAA,KACA,YAAA,OACA,gBAAA,SACA,QAAA,KACA,WAAA,IAAA,MAAA,QG/IE,2BAAA,MACA,0BAAA,MHyIJ,iCASyB,YAAA,OATzB,gCAUwB,aAAA,OAIxB,yBACE,SAAA,SACA,IAAA,QACA,MAAA,KACA,OAAA,KACA,SAAA,OI7HE,yBJmIF,cACE,UAAA,MACA,OAAA,QAAA,KAGF,yBACE,WAAA,oBADF,wCAII,WAAA,qBAIJ,uBACE,WAAA,oBADF,+BAII,OAAA,qBAQJ,UAAsB,UAAA,OI5JpB,yBJgKF,UEzBA,UF2BE,UAAA,OIlKA,0BJuKF,UAAsB,UAAA,QKnOxB,MJMM,WAAA,QAAA,KAAA,OAKF,uCIXJ,MJYM,WAAA,MIZN,iBAII,QAAA,EAIJ,qBAEI,QAAA,KAIJ,YACE,SAAA,SACA,OAAA,EACA,SAAA,OJXI,WAAA,OAAA,KAAA,KAKF,uCIGJ,YJFM,WAAA,MKZN,OACE,MAAA,MCwJM,UAAA,UDtJN,YAAA,IACA,YAAA,EACA,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KACA,QAAA,GCwKM,0BD/KR,OCuLY,UAAA,2BC3KV,aFDE,MAAA,KACA,gBAAA,KEIF,2CAAA,2CFCI,QAAA,IAWN,aACE,QAAA,EACA,iBAAA,YACA,OAAA,EACA,mBAAA,KAAA,gBAAA,KAAA,WAAA,KAMF,iBACE,eAAA,KGvCF,qBAEI,SAAA,SAFJ,4BAKM,QAAA,KACA,OAAA,MAAA,MAAA,MAAA,KACA,UAAA,KACA,YAAA,IACA,QAAA,EATN,iCAYQ,MAAA,KAZR,qBAiBI,WAAA","sourcesContent":["// .#{$prefix}modal-open - body class for killing the scroll\n// .#{$prefix}modal - container to scroll within\n// .#{$prefix}modal-dialog - positioning shell for the actual modal\n// .#{$prefix}modal-content - actual modal w/ bg and corners and stuff\n\n\n.#{$prefix}modal-open {\n // Kill the scroll on the body\n overflow: hidden;\n\n .#{$prefix}modal {\n overflow-x: hidden;\n overflow-y: auto;\n }\n}\n\n// Container that the modal scrolls within\n.#{$prefix}modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.#{$prefix}modal-dialog {\n position: relative;\n width: auto;\n margin: $modal-dialog-margin;\n // allow clicks to pass through for custom click handling to close modal\n pointer-events: none;\n\n // When fading in the modal, animate it to slide down\n .#{$prefix}modal.#{$prefix}fade & {\n @include transition($modal-transition);\n transform: $modal-fade-transform;\n }\n .#{$prefix}modal.#{$prefix}show & {\n transform: $modal-show-transform;\n }\n}\n\n.#{$prefix}modal-dialog-scrollable {\n display: flex; // IE10/11\n max-height: calc(100% - #{$modal-dialog-margin * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin * 2}); // IE10/11\n overflow: hidden;\n }\n\n .#{$prefix}modal-header,\n .#{$prefix}modal-footer {\n flex-shrink: 0;\n }\n\n .#{$prefix}modal-body {\n overflow-y: auto;\n }\n}\n\n.#{$prefix}modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - #{$modal-dialog-margin * 2});\n\n // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n &::before {\n display: block; // IE10\n height: calc(100vh - #{$modal-dialog-margin * 2});\n content: \"\";\n }\n\n // Ensure `.#{$prefix}modal-body` shows scrollbar (IE10/11)\n &.#{$prefix}modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n\n .#{$prefix}modal-content {\n max-height: none;\n }\n\n &::before {\n content: none;\n }\n }\n}\n\n// Actual modal\n.#{$prefix}modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%; // Ensure `.#{$prefix}modal-content` extends the full width of the parent `.#{$prefix}modal-dialog`\n // counteract the pointer-events: none; in the .#{$prefix}modal-dialog\n color: $modal-content-color;\n pointer-events: auto;\n background-color: $modal-content-bg;\n background-clip: padding-box;\n border: $modal-content-border-width solid $modal-content-border-color;\n @include border-radius($modal-content-border-radius);\n @include box-shadow($modal-content-box-shadow-xs);\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.#{$prefix}modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal-backdrop;\n width: 100vw;\n height: 100vh;\n background-color: $modal-backdrop-bg;\n\n // Fade for backdrop\n &.#{$prefix}fade { opacity: 0; }\n &.#{$prefix}show { opacity: $modal-backdrop-opacity; }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.#{$prefix}modal-header {\n display: flex;\n align-items: flex-start; // so the close btn always stays on the upper right corner\n justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends\n padding: $modal-header-padding;\n border-bottom: $modal-header-border-width solid $modal-header-border-color;\n @include border-top-radius($modal-content-border-radius);\n\n .close {\n padding: $modal-header-padding;\n // auto on the left force icon to the right even when there is no .#{$prefix}modal-title\n margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;\n }\n}\n\n// Title text within header\n.#{$prefix}modal-title {\n margin-bottom: 0;\n line-height: $modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .#{$prefix}modal-header and .#{$prefix}modal-footer)\n.#{$prefix}modal-body {\n position: relative;\n // Enable `flex-grow: 1` so that the body take up as much space as possible\n // when should there be a fixed height on `.#{$prefix}modal-dialog`.\n flex: 1 1 auto;\n padding: $modal-inner-padding;\n}\n\n// Footer (for actions)\n.#{$prefix}modal-footer {\n display: flex;\n align-items: center; // vertically center\n justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n padding: $modal-inner-padding;\n border-top: $modal-footer-border-width solid $modal-footer-border-color;\n @include border-bottom-radius($modal-content-border-radius);\n\n // Easily place margin between footer elements\n > :not(:first-child) { margin-left: .25rem; }\n > :not(:last-child) { margin-right: .25rem; }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.#{$prefix}modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n // Automatically set modal's width for larger viewports\n .#{$prefix}modal-dialog {\n max-width: $modal-md;\n margin: $modal-dialog-margin-y-sm-up auto;\n }\n\n .#{$prefix}modal-dialog-scrollable {\n max-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-dialog-centered {\n min-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n &::before {\n height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-content {\n @include box-shadow($modal-content-box-shadow-sm-up);\n }\n\n .#{$prefix}modal-sm { max-width: $modal-sm; }\n}\n\n@include media-breakpoint-up(lg) {\n .#{$prefix}modal-lg,\n .#{$prefix}modal-xl {\n max-width: $modal-lg;\n }\n}\n\n@include media-breakpoint-up(xl) {\n .#{$prefix}modal-xl { max-width: $modal-xl; }\n}\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n",".modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #e2e2e2;\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.75;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 16px 16px;\n border-bottom: 1px solid #e2e2e2;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 16px 16px;\n margin: -16px -16px -16px auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 20px;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 24px;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 24px;\n border-top: 1px solid #e2e2e2;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-sm {\n max-width: 392px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 808px;\n }\n}\n\n@media (min-width: 1272px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.close {\n float: right;\n font-size: 1.3125rem;\n font-weight: 500;\n line-height: 1;\n color: #777;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (max-width: 1200px) {\n .close {\n font-size: calc(1.25625rem + 0.075vw) ;\n }\n}\n\n.close:hover {\n color: #777;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.modal .modal-header {\n position: relative;\n}\n\n.modal .modal-header .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n}\n\n.modal .modal-header .close span {\n color: #777;\n}\n\n.modal .modal-footer {\n border-top: 0;\n}\n/*# sourceMappingURL=mekari-ui-modal.css.map */","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n",".#{$prefix}fade {\n @include transition($transition-fade);\n\n &:not(.#{$prefix}show) {\n opacity: 0;\n }\n}\n\n.#{$prefix}collapse {\n &:not(.#{$prefix}show) {\n display: none;\n }\n}\n\n.#{$prefix}collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n",".close {\n float: right;\n @include font-size($close-font-size);\n font-weight: $close-font-weight;\n line-height: 1;\n color: $close-color;\n text-shadow: $close-text-shadow;\n opacity: .5;\n\n // Override <a>'s hover style\n @include hover {\n color: $close-color;\n text-decoration: none;\n }\n\n &:not(:disabled):not(.disabled) {\n @include hover-focus {\n opacity: .75;\n }\n }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n",".#{$prefix}modal {\n .#{$prefix}modal-header {\n position: relative;\n\n .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n\n span {\n color: $slate;\n }\n }\n }\n .#{$prefix}modal-footer {\n border-top: 0;\n }\n}\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_modal.scss","mekari-ui-modal.css","../../../scss/vendor-extensions/_tooltip.scss","../../../scss/vendor-extensions/_modal.scss","../../../scss/vendors/mixins/_transition.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendors/_transitions.scss","../../../scss/vendors/_close.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_typography.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/components/config/_modal.scss"],"names":[],"mappings":"AAMA;EAEE,gBAAgB;ACNlB;;ADIA;EAKI,kBAAkB;EAClB,gBAAgB;ACLpB;;ADUA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,aEbsC;EFctC,aAAa;EACb,WAAW;EACX,YAAY;EACZ,gBAAgB;EAGhB,UAAU;ACTZ;;ADgBA;EACE,kBAAkB;EAClB,WAAW;EACX,cGxBuC;EH0BvC,oBAAoB;ACdtB;;ADiBE;EIrCI,mCDYoD;EH2BtD,8BG7BmD;AFevD;;AGpBI;EJgCF;II/BI,gBAAgB;EHwBpB;AACF;;ADUE;EACE,eG/BoC;AFwBxC;;ADWA;EACE,aAAa;EACb,6BAAoD;ACRtD;;ADMA;EAKI,8BAAqD;EACrD,gBAAgB;ACPpB;;ADCA;;EAWI,cAAc;ACPlB;;ADJA;EAeI,gBAAgB;ACPpB;;ADWA;EACE,aAAa;EACb,mBAAmB;EACnB,6BAAoD;ACRtD;;ADKA;EAOI,cAAc;EACd,0BAAiD;EACjD,WAAW;ACRf;;ADDA;EAcI,sBAAsB;EACtB,uBAAuB;EACvB,YAAY;ACThB;;ADPA;EAmBM,gBAAgB;ACRtB;;ADXA;EAuBM,aAAa;ACRnB;;ADcA;EACE,kBAAkB;EAClB,aAAa;EACb,sBAAsB;EACtB,WAAW;EAGX,oBAAoB;EACpB,sBKtGU;ELuGV,4BAA4B;EAC5B,yBK1Ga;ECCX,qBHiB+B;EH4FjC,UAAU;ACfZ;;ADmBA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,aEnHsC;EFoHtC,YAAY;EACZ,aAAa;EACb,sBKrGa;AJqFf;;ADSA;EAUW,UAAU;ACfrB;;ADKA;EAWW,aG7HsB;AFiHjC;;ADiBA;EACE,aAAa;EACb,uBAAuB;EACvB,8BAA8B;EAC9B,kBG3GsC;EH4GtC,gCKvIa;ECUX,8BHQ+B;EGP/B,+BHO+B;AFyGnC;;ADOA;EASI,kBGhHoC;EHkHpC,8BAA6F;ACbjG;;ADkBA;EACE,gBAAgB;EAChB,iBGvJgC;AFwIlC;;ADoBA;EACE,kBAAkB;EAGlB,cAAc;EACd,aG/JgC;AF4IlC;;ADuBA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,aGvKgC;EHwKhC,6BKvKa;ECwBX,kCHN+B;EGO/B,iCHP+B;AFmInC;;ADaA;EASyB,mBAAmB;AClB5C;;ADSA;EAUwB,oBAAoB;ACf5C;;ADmBA;EACE,kBAAkB;EAClB,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,gBAAgB;AChBlB;;AM7GI;EPmIF;IACE,gBGzL+B;IH0L/B,oBAAyC;EClB3C;EDqBA;IACE,+BAA4D;ECnB9D;EDkBA;IAII,gCAA6D;ECnBjE;EDuBA;IACE,+BAA4D;ECrB9D;EDoBA;IAII,4BAAyD;ECrB7D;ED6BA;IAAsB,gBGhNW;EFsLjC;AACF;;AMnII;EPgKF;;IAEE,gBGxN+B;EF+LjC;AACF;;AM1II;EPuKF;IAAsB,iBGhMkB;EFwKxC;AACF;;AO5MA;EJMM,gCDK2C;AFqMjD;;AGrMI;EIXJ;IJYM,gBAAgB;EHyMpB;AACF;;AOtNA;EAII,UAAU;APsNd;;AOlNA;EAEI,aAAa;APoNjB;;AOhNA;EACE,kBAAkB;EAClB,SAAS;EACT,gBAAgB;EJXZ,6BDMwC;AFyN9C;;AG1NI;EIGJ;IJFM,gBAAgB;EH8NpB;AACF;;AQ3OA;EACE,YAAY;ECwJN,oBAhEU;EDtFhB,gBEeuC;EFdvC,cAAc;EACd,WJHU;EIIV,yBJAU;EICV,WAAW;AR8Ob;;AStEQ;ED/KR;ICuLY,sCA9D+C;ETiIzD;AACF;;AW/OE;EHDE,WJTQ;EIUR,qBAAqB;ARoPzB;;AWhPE;EHCI,YAAY;ARmPlB;;AQxOA;EACE,UAAU;EACV,6BAA6B;EAC7B,SAAS;EACT,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;AR2OlB;;AQrOA;EACE,oBAAoB;ARwOtB;;AY/QA;EAEI,kBAAkB;AZiRtB;;AYnRA;EAKM,aAAa;EACb,8BAA8B;EAC9B,eAAe;EACf,gBAAgB;EAChB,UAAU;AZkRhB;;AY3RA;EAYQ,WRVI;AJ6RZ;;AY/RA;EAiBI,aAAa;AZkRjB","file":"mekari-ui-modal.css","sourcesContent":["// .#{$prefix}modal-open - body class for killing the scroll\n// .#{$prefix}modal - container to scroll within\n// .#{$prefix}modal-dialog - positioning shell for the actual modal\n// .#{$prefix}modal-content - actual modal w/ bg and corners and stuff\n\n\n.#{$prefix}modal-open {\n // Kill the scroll on the body\n overflow: hidden;\n\n .#{$prefix}modal {\n overflow-x: hidden;\n overflow-y: auto;\n }\n}\n\n// Container that the modal scrolls within\n.#{$prefix}modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.#{$prefix}modal-dialog {\n position: relative;\n width: auto;\n margin: $modal-dialog-margin;\n // allow clicks to pass through for custom click handling to close modal\n pointer-events: none;\n\n // When fading in the modal, animate it to slide down\n .#{$prefix}modal.fade & {\n @include transition($modal-transition);\n transform: $modal-fade-transform;\n }\n .#{$prefix}modal.show & {\n transform: $modal-show-transform;\n }\n}\n\n.#{$prefix}modal-dialog-scrollable {\n display: flex; // IE10/11\n max-height: calc(100% - #{$modal-dialog-margin * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin * 2}); // IE10/11\n overflow: hidden;\n }\n\n .#{$prefix}modal-header,\n .#{$prefix}modal-footer {\n flex-shrink: 0;\n }\n\n .#{$prefix}modal-body {\n overflow-y: auto;\n }\n}\n\n.#{$prefix}modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - #{$modal-dialog-margin * 2});\n\n // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n &::before {\n display: block; // IE10\n height: calc(100vh - #{$modal-dialog-margin * 2});\n content: \"\";\n }\n\n // Ensure `.#{$prefix}modal-body` shows scrollbar (IE10/11)\n &.#{$prefix}modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n\n .#{$prefix}modal-content {\n max-height: none;\n }\n\n &::before {\n content: none;\n }\n }\n}\n\n// Actual modal\n.#{$prefix}modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%; // Ensure `.#{$prefix}modal-content` extends the full width of the parent `.#{$prefix}modal-dialog`\n // counteract the pointer-events: none; in the .#{$prefix}modal-dialog\n color: $modal-content-color;\n pointer-events: auto;\n background-color: $modal-content-bg;\n background-clip: padding-box;\n border: $modal-content-border-width solid $modal-content-border-color;\n @include border-radius($modal-content-border-radius);\n @include box-shadow($modal-content-box-shadow-xs);\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.#{$prefix}modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal-backdrop;\n width: 100vw;\n height: 100vh;\n background-color: $modal-backdrop-bg;\n\n // Fade for backdrop\n &.fade { opacity: 0; }\n &.show { opacity: $modal-backdrop-opacity; }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.#{$prefix}modal-header {\n display: flex;\n align-items: flex-start; // so the close btn always stays on the upper right corner\n justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends\n padding: $modal-header-padding;\n border-bottom: $modal-header-border-width solid $modal-header-border-color;\n @include border-top-radius($modal-content-border-radius);\n\n .close {\n padding: $modal-header-padding;\n // auto on the left force icon to the right even when there is no .#{$prefix}modal-title\n margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;\n }\n}\n\n// Title text within header\n.#{$prefix}modal-title {\n margin-bottom: 0;\n line-height: $modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .#{$prefix}modal-header and .#{$prefix}modal-footer)\n.#{$prefix}modal-body {\n position: relative;\n // Enable `flex-grow: 1` so that the body take up as much space as possible\n // when should there be a fixed height on `.#{$prefix}modal-dialog`.\n flex: 1 1 auto;\n padding: $modal-inner-padding;\n}\n\n// Footer (for actions)\n.#{$prefix}modal-footer {\n display: flex;\n align-items: center; // vertically center\n justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n padding: $modal-inner-padding;\n border-top: $modal-footer-border-width solid $modal-footer-border-color;\n @include border-bottom-radius($modal-content-border-radius);\n\n // Easily place margin between footer elements\n > :not(:first-child) { margin-left: .25rem; }\n > :not(:last-child) { margin-right: .25rem; }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.#{$prefix}modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n // Automatically set modal's width for larger viewports\n .#{$prefix}modal-dialog {\n max-width: $modal-md;\n margin: $modal-dialog-margin-y-sm-up auto;\n }\n\n .#{$prefix}modal-dialog-scrollable {\n max-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-dialog-centered {\n min-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n &::before {\n height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-content {\n @include box-shadow($modal-content-box-shadow-sm-up);\n }\n\n .#{$prefix}modal-sm { max-width: $modal-sm; }\n}\n\n@include media-breakpoint-up(lg) {\n .#{$prefix}modal-lg,\n .#{$prefix}modal-xl {\n max-width: $modal-lg;\n }\n}\n\n@include media-breakpoint-up(xl) {\n .#{$prefix}modal-xl { max-width: $modal-xl; }\n}\n",".modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #e2e2e2;\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.75;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 16px 16px;\n border-bottom: 1px solid #e2e2e2;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 16px 16px;\n margin: -16px -16px -16px auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 20px;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 24px;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 24px;\n border-top: 1px solid #e2e2e2;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-sm {\n max-width: 392px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 808px;\n }\n}\n\n@media (min-width: 1272px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.close {\n float: right;\n font-size: 1.3125rem;\n font-weight: 500;\n line-height: 1;\n color: #777;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (max-width: 1200px) {\n .close {\n font-size: calc(1.25625rem + 0.075vw) ;\n }\n}\n\n.close:hover {\n color: #777;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.modal .modal-header {\n position: relative;\n}\n\n.modal .modal-header .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n}\n\n.modal .modal-header .close span {\n color: #777;\n}\n\n.modal .modal-footer {\n border-top: 0;\n}\n\n/*# sourceMappingURL=mekari-ui-modal.css.map */","$tooltip-bg: $dark;\n$tooltip-color: $white;\n$tooltip-arrow-width: 0;\n$tooltip-arrow-height: 0;\n$zindex-dropdown: 1000;\n$zindex-sticky: 1020;\n$zindex-fixed: 1030;\n$zindex-modal-backdrop: 1040;\n$zindex-modal: 1050;\n$zindex-popover: 1060;\n$zindex-tooltip: 1070;\n$tooltip-font-size: $font-size-sm;\n$tooltip-opacity: .9;\n$tooltip-arrow-color: $tooltip-bg;\n$tooltip-max-width: 200px;\n$tooltip-padding-y: .25rem;\n$tooltip-padding-x: .5rem;\n$tooltip-margin: .5rem;\n$tooltip-border-radius: 4px;\n","$modal-content-border-color: $smoke;\n$modal-title-line-height: 20px;\n$modal-header-padding: 17px 24px 15px;\n$modal-inner-padding: 24px;\n$modal-backdrop-opacity: .75;\n\n$modal-lg: 808px;\n$modal-md: 600px;\n$modal-sm: 392px;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$modal-dialog-margin: .5rem;\n$modal-dialog-margin-y-sm-up: 1.75rem;\n$modal-fade-transform: translate(0, -50px);\n$modal-show-transform: none;\n$modal-transition: transform .3s ease-out;\n$modal-content-color: null;\n$modal-content-bg: $white;\n$modal-content-border-width: 1px;\n$modal-content-border-radius: .3rem;\n\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5);\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5);\n\n$modal-backdrop-bg: $black;\n$modal-header-border-width: $modal-content-border-width;\n$modal-header-border-color: $smoke;\n$modal-header-padding-y: 16px;\n$modal-header-padding-x: 16px;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility\n$modal-footer-border-width: 1px;\n$modal-footer-border-color: $smoke;\n$modal-xl: 1140px;\n\n$close-font-size: $font-size-base * 1.5;\n$close-font-weight: $font-weight-bold;\n$close-color: $slate;\n$close-text-shadow: 0 1px 0 $white;\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n",".fade {\n @include transition($transition-fade);\n\n &:not(.show) {\n opacity: 0;\n }\n}\n\n.collapse {\n &:not(.show) {\n display: none;\n }\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n",".close {\n float: right;\n @include font-size($close-font-size);\n font-weight: $close-font-weight;\n line-height: 1;\n color: $close-color;\n text-shadow: $close-text-shadow;\n opacity: .5;\n\n // Override <a>'s hover style\n @include hover {\n color: $close-color;\n text-decoration: none;\n }\n\n &:not(:disabled):not(.disabled) {\n @include hover-focus {\n opacity: .75;\n }\n }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n",".#{$prefix}modal {\n .#{$prefix}modal-header {\n position: relative;\n\n .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n\n span {\n color: $slate;\n }\n }\n }\n .#{$prefix}modal-footer {\n border-top: 0;\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_modal.scss","mekari-ui-modal.css","../../../scss/vendor-extensions/_tooltip.scss","../../../scss/vendor-extensions/_modal.scss","../../../scss/vendors/mixins/_transition.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendors/_transitions.scss","../../../scss/vendors/_close.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_typography.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/components/config/_modal.scss"],"names":[],"mappings":"AAMA;EAEE,gBAAgB;ACNlB;;ADIA;EAKI,kBAAkB;EAClB,gBAAgB;ACLpB;;ADUA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,aEbsC;EFctC,aAAa;EACb,WAAW;EACX,YAAY;EACZ,gBAAgB;EAGhB,UAAU;ACTZ;;ADgBA;EACE,kBAAkB;EAClB,WAAW;EACX,cGxBuC;EH0BvC,oBAAoB;ACdtB;;ADiBE;EIrCI,mCDYoD;EH2BtD,8BG7BmD;AFevD;;AGpBI;EJgCF;II/BI,gBAAgB;EHwBpB;AACF;;ADUE;EACE,eG/BoC;AFwBxC;;ADWA;EACE,aAAa;EACb,6BAAoD;ACRtD;;ADMA;EAKI,8BAAqD;EACrD,gBAAgB;ACPpB;;ADCA;;EAWI,cAAc;ACPlB;;ADJA;EAeI,gBAAgB;ACPpB;;ADWA;EACE,aAAa;EACb,mBAAmB;EACnB,6BAAoD;ACRtD;;ADKA;EAOI,cAAc;EACd,0BAAiD;EACjD,WAAW;ACRf;;ADDA;EAcI,sBAAsB;EACtB,uBAAuB;EACvB,YAAY;ACThB;;ADPA;EAmBM,gBAAgB;ACRtB;;ADXA;EAuBM,aAAa;ACRnB;;ADcA;EACE,kBAAkB;EAClB,aAAa;EACb,sBAAsB;EACtB,WAAW;EAGX,oBAAoB;EACpB,sBKtGU;ELuGV,4BAA4B;EAC5B,yBK1Ga;ECCX,qBHiB+B;EH4FjC,UAAU;ACfZ;;ADmBA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,aEnHsC;EFoHtC,YAAY;EACZ,aAAa;EACb,sBKrGa;AJqFf;;ADSA;EAUqB,UAAU;ACf/B;;ADKA;EAWqB,aG7HY;AFiHjC;;ADiBA;EACE,aAAa;EACb,uBAAuB;EACvB,8BAA8B;EAC9B,kBG3GsC;EH4GtC,gCKvIa;ECUX,8BHQ+B;EGP/B,+BHO+B;AFyGnC;;ADOA;EASI,kBGhHoC;EHkHpC,8BAA6F;ACbjG;;ADkBA;EACE,gBAAgB;EAChB,iBGvJgC;AFwIlC;;ADoBA;EACE,kBAAkB;EAGlB,cAAc;EACd,aG/JgC;AF4IlC;;ADuBA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,aGvKgC;EHwKhC,6BKvKa;ECwBX,kCHN+B;EGO/B,iCHP+B;AFmInC;;ADaA;EASyB,mBAAmB;AClB5C;;ADSA;EAUwB,oBAAoB;ACf5C;;ADmBA;EACE,kBAAkB;EAClB,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,gBAAgB;AChBlB;;AM7GI;EPmIF;IACE,gBGzL+B;IH0L/B,oBAAyC;EClB3C;EDqBA;IACE,+BAA4D;ECnB9D;EDkBA;IAII,gCAA6D;ECnBjE;EDuBA;IACE,+BAA4D;ECrB9D;EDoBA;IAII,4BAAyD;ECrB7D;ED6BA;IAAsB,gBGhNW;EFsLjC;AACF;;AMnII;EPgKF;;IAEE,gBGxN+B;EF+LjC;AACF;;AM1II;EPuKF;IAAsB,iBGhMkB;EFwKxC;AACF;;AO5MA;EJMM,gCDK2C;AFqMjD;;AGrMI;EIXJ;IJYM,gBAAgB;EHyMpB;AACF;;AOtNA;EAII,UAAU;APsNd;;AOlNA;EAEI,aAAa;APoNjB;;AOhNA;EACE,kBAAkB;EAClB,SAAS;EACT,gBAAgB;EJXZ,6BDMwC;AFyN9C;;AG1NI;EIGJ;IJFM,gBAAgB;EH8NpB;AACF;;AQ3OA;EACE,YAAY;ECwJN,oBAhEU;EDtFhB,gBEeuC;EFdvC,cAAc;EACd,WJHU;EIIV,yBJAU;EICV,WAAW;AR8Ob;;AStEQ;ED/KR;ICuLY,sCA9D+C;ETiIzD;AACF;;AW/OE;EHDE,WJTQ;EIUR,qBAAqB;ARoPzB;;AWhPE;EHCI,YAAY;ARmPlB;;AQxOA;EACE,UAAU;EACV,6BAA6B;EAC7B,SAAS;EACT,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;AR2OlB;;AQrOA;EACE,oBAAoB;ARwOtB;;AY/QA;EAEI,kBAAkB;AZiRtB;;AYnRA;EAKM,aAAa;EACb,8BAA8B;EAC9B,eAAe;EACf,gBAAgB;EAChB,UAAU;AZkRhB;;AY3RA;EAYQ,WRVI;AJ6RZ;;AY/RA;EAiBI,aAAa;AZkRjB","file":"mekari-ui-modal.css","sourcesContent":["// .#{$prefix}modal-open - body class for killing the scroll\n// .#{$prefix}modal - container to scroll within\n// .#{$prefix}modal-dialog - positioning shell for the actual modal\n// .#{$prefix}modal-content - actual modal w/ bg and corners and stuff\n\n\n.#{$prefix}modal-open {\n // Kill the scroll on the body\n overflow: hidden;\n\n .#{$prefix}modal {\n overflow-x: hidden;\n overflow-y: auto;\n }\n}\n\n// Container that the modal scrolls within\n.#{$prefix}modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.#{$prefix}modal-dialog {\n position: relative;\n width: auto;\n margin: $modal-dialog-margin;\n // allow clicks to pass through for custom click handling to close modal\n pointer-events: none;\n\n // When fading in the modal, animate it to slide down\n .#{$prefix}modal.#{$prefix}fade & {\n @include transition($modal-transition);\n transform: $modal-fade-transform;\n }\n .#{$prefix}modal.#{$prefix}show & {\n transform: $modal-show-transform;\n }\n}\n\n.#{$prefix}modal-dialog-scrollable {\n display: flex; // IE10/11\n max-height: calc(100% - #{$modal-dialog-margin * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin * 2}); // IE10/11\n overflow: hidden;\n }\n\n .#{$prefix}modal-header,\n .#{$prefix}modal-footer {\n flex-shrink: 0;\n }\n\n .#{$prefix}modal-body {\n overflow-y: auto;\n }\n}\n\n.#{$prefix}modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - #{$modal-dialog-margin * 2});\n\n // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n &::before {\n display: block; // IE10\n height: calc(100vh - #{$modal-dialog-margin * 2});\n content: \"\";\n }\n\n // Ensure `.#{$prefix}modal-body` shows scrollbar (IE10/11)\n &.#{$prefix}modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n\n .#{$prefix}modal-content {\n max-height: none;\n }\n\n &::before {\n content: none;\n }\n }\n}\n\n// Actual modal\n.#{$prefix}modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%; // Ensure `.#{$prefix}modal-content` extends the full width of the parent `.#{$prefix}modal-dialog`\n // counteract the pointer-events: none; in the .#{$prefix}modal-dialog\n color: $modal-content-color;\n pointer-events: auto;\n background-color: $modal-content-bg;\n background-clip: padding-box;\n border: $modal-content-border-width solid $modal-content-border-color;\n @include border-radius($modal-content-border-radius);\n @include box-shadow($modal-content-box-shadow-xs);\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.#{$prefix}modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal-backdrop;\n width: 100vw;\n height: 100vh;\n background-color: $modal-backdrop-bg;\n\n // Fade for backdrop\n &.#{$prefix}fade { opacity: 0; }\n &.#{$prefix}show { opacity: $modal-backdrop-opacity; }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.#{$prefix}modal-header {\n display: flex;\n align-items: flex-start; // so the close btn always stays on the upper right corner\n justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends\n padding: $modal-header-padding;\n border-bottom: $modal-header-border-width solid $modal-header-border-color;\n @include border-top-radius($modal-content-border-radius);\n\n .close {\n padding: $modal-header-padding;\n // auto on the left force icon to the right even when there is no .#{$prefix}modal-title\n margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;\n }\n}\n\n// Title text within header\n.#{$prefix}modal-title {\n margin-bottom: 0;\n line-height: $modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .#{$prefix}modal-header and .#{$prefix}modal-footer)\n.#{$prefix}modal-body {\n position: relative;\n // Enable `flex-grow: 1` so that the body take up as much space as possible\n // when should there be a fixed height on `.#{$prefix}modal-dialog`.\n flex: 1 1 auto;\n padding: $modal-inner-padding;\n}\n\n// Footer (for actions)\n.#{$prefix}modal-footer {\n display: flex;\n align-items: center; // vertically center\n justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n padding: $modal-inner-padding;\n border-top: $modal-footer-border-width solid $modal-footer-border-color;\n @include border-bottom-radius($modal-content-border-radius);\n\n // Easily place margin between footer elements\n > :not(:first-child) { margin-left: .25rem; }\n > :not(:last-child) { margin-right: .25rem; }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.#{$prefix}modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n // Automatically set modal's width for larger viewports\n .#{$prefix}modal-dialog {\n max-width: $modal-md;\n margin: $modal-dialog-margin-y-sm-up auto;\n }\n\n .#{$prefix}modal-dialog-scrollable {\n max-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n .#{$prefix}modal-content {\n max-height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-dialog-centered {\n min-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});\n\n &::before {\n height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});\n }\n }\n\n .#{$prefix}modal-content {\n @include box-shadow($modal-content-box-shadow-sm-up);\n }\n\n .#{$prefix}modal-sm { max-width: $modal-sm; }\n}\n\n@include media-breakpoint-up(lg) {\n .#{$prefix}modal-lg,\n .#{$prefix}modal-xl {\n max-width: $modal-lg;\n }\n}\n\n@include media-breakpoint-up(xl) {\n .#{$prefix}modal-xl { max-width: $modal-xl; }\n}\n",".modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #e2e2e2;\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.75;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 16px 16px;\n border-bottom: 1px solid #e2e2e2;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 16px 16px;\n margin: -16px -16px -16px auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 20px;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 24px;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 24px;\n border-top: 1px solid #e2e2e2;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-sm {\n max-width: 392px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 808px;\n }\n}\n\n@media (min-width: 1272px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.close {\n float: right;\n font-size: 1.3125rem;\n font-weight: 500;\n line-height: 1;\n color: #777;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (max-width: 1200px) {\n .close {\n font-size: calc(1.25625rem + 0.075vw) ;\n }\n}\n\n.close:hover {\n color: #777;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.modal .modal-header {\n position: relative;\n}\n\n.modal .modal-header .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n}\n\n.modal .modal-header .close span {\n color: #777;\n}\n\n.modal .modal-footer {\n border-top: 0;\n}\n\n/*# sourceMappingURL=mekari-ui-modal.css.map */","$tooltip-bg: $dark;\n$tooltip-color: $white;\n$tooltip-arrow-width: 0;\n$tooltip-arrow-height: 0;\n$zindex-dropdown: 1000;\n$zindex-sticky: 1020;\n$zindex-fixed: 1030;\n$zindex-modal-backdrop: 1040;\n$zindex-modal: 1050;\n$zindex-popover: 1060;\n$zindex-tooltip: 1070;\n$tooltip-font-size: $font-size-sm;\n$tooltip-opacity: .9;\n$tooltip-arrow-color: $tooltip-bg;\n$tooltip-max-width: 200px;\n$tooltip-padding-y: .25rem;\n$tooltip-padding-x: .5rem;\n$tooltip-margin: .5rem;\n$tooltip-border-radius: 4px;\n","$modal-content-border-color: $smoke;\n$modal-title-line-height: 20px;\n$modal-header-padding: 17px 24px 15px;\n$modal-inner-padding: 24px;\n$modal-backdrop-opacity: .75;\n\n$modal-lg: 808px;\n$modal-md: 600px;\n$modal-sm: 392px;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$modal-dialog-margin: .5rem;\n$modal-dialog-margin-y-sm-up: 1.75rem;\n$modal-fade-transform: translate(0, -50px);\n$modal-show-transform: none;\n$modal-transition: transform .3s ease-out;\n$modal-content-color: null;\n$modal-content-bg: $white;\n$modal-content-border-width: 1px;\n$modal-content-border-radius: .3rem;\n\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5);\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5);\n\n$modal-backdrop-bg: $black;\n$modal-header-border-width: $modal-content-border-width;\n$modal-header-border-color: $smoke;\n$modal-header-padding-y: 16px;\n$modal-header-padding-x: 16px;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility\n$modal-footer-border-width: 1px;\n$modal-footer-border-color: $smoke;\n$modal-xl: 1140px;\n\n$close-font-size: $font-size-base * 1.5;\n$close-font-weight: $font-weight-bold;\n$close-color: $slate;\n$close-text-shadow: 0 1px 0 $white;\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n",".#{$prefix}fade {\n @include transition($transition-fade);\n\n &:not(.#{$prefix}show) {\n opacity: 0;\n }\n}\n\n.#{$prefix}collapse {\n &:not(.#{$prefix}show) {\n display: none;\n }\n}\n\n.#{$prefix}collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n",".close {\n float: right;\n @include font-size($close-font-size);\n font-weight: $close-font-weight;\n line-height: 1;\n color: $close-color;\n text-shadow: $close-text-shadow;\n opacity: .5;\n\n // Override <a>'s hover style\n @include hover {\n color: $close-color;\n text-decoration: none;\n }\n\n &:not(:disabled):not(.disabled) {\n @include hover-focus {\n opacity: .75;\n }\n }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n",".#{$prefix}modal {\n .#{$prefix}modal-header {\n position: relative;\n\n .close {\n padding: 16px;\n margin: -16px -16px -16px auto;\n font-size: 20px;\n font-weight: 600;\n opacity: 1;\n\n span {\n color: $slate;\n }\n }\n }\n .#{$prefix}modal-footer {\n border-top: 0;\n }\n}\n"]}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:8px 16px}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:calc(calc(.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;padding-bottom:calc(calc(.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;margin-right:16px;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:8px;padding-bottom:8px}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1271.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1272px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}
|
1
|
+
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:8px 16px}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:calc(calc(calc(.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;padding-bottom:calc(calc(calc(.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;margin-right:16px;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:8px;padding-bottom:8px}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1271.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1272px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}
|
2
2
|
/*# sourceMappingURL=mekari-ui-navbar-min.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_navbar.scss","dist/css/components/mekari-ui-navbar.css","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss"],"names":[],"mappings":"AAiBA,QACE,SAAA,SACA,QAAA,KACA,UAAA,KACA,YAAA,OACA,gBAAA,cACA,QAAA,IAAA,KANF,mBCPA,yBDmBI,QAAA,KACA,UAAA,KACA,YAAA,OACA,gBAAA,cASJ,cACE,QAAA,aACA,YAAA,yDAAA,CAAA,EACA,eAAA,yDAAA,CAAA,EACA,aAAA,KEkFI,UAAA,QFhFJ,YAAA,QACA,YAAA,OGhCA,oBAAA,oBHmCE,gBAAA,KASJ,YACE,QAAA,KACA,eAAA,OACA,aAAA,EACA,cAAA,EACA,WAAA,KALF,sBAQI,cAAA,EACA,aAAA,EATJ,2BAaI,SAAA,OACA,MAAA,KASJ,aACE,QAAA,aACA,YAAA,IACA,eAAA,IAYF,iBACE,WAAA,KACA,UAAA,EAGA,YAAA,OAIF,gBACE,QAAA,OAAA,OEmBI,UAAA,QFjBJ,YAAA,EACA,iBAAA,YACA,OAAA,IAAA,MAAA,YI3GE,cAAA,IDWF,sBAAA,sBHoGE,gBAAA,KAMJ,qBACE,QAAA,aACA,MAAA,MACA,OAAA,MACA,eAAA,OACA,QAAA,GACA,WAAA,UAAA,OAAA,OACA,gBAAA,KAAA,KKxDE,4BLkEC,6BCrDH,mCDyDQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BC/BH,mCD4DQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,4BLkEC,6BCjBH,mCDqBQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BCKH,mCDwBQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,4BLkEC,6BCmBH,mCDfQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BCyCH,mCDZQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,6BLkEC,6BCuDH,mCDnDQ,cAAA,EACA,aAAA,GKpFN,0BL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BC6EH,mCDhDQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MA7CV,eAeQ,UAAA,IAAA,OACA,gBAAA,WAhBR,0BCoGA,gCD3FU,cAAA,EACA,aAAA,EAVV,2BAmBU,eAAA,IAnBV,0CAsBY,SAAA,SAtBZ,qCA0BY,cAAA,IACA,aAAA,IA3BZ,0BCuHA,gCDrFU,UAAA,OAlCV,gCAsCU,QAAA,eAGA,WAAA,KAzCV,+BA6CU,QAAA,KAaV,4BAEI,MAAA,eGlLF,kCAAA,kCHqLI,MAAA,eALN,oCAWM,MAAA,eG3LJ,0CAAA,0CH8LM,MAAA,eAdR,6CAkBQ,MAAA,eC6ER,4CAEA,2CADA,yCDhGA,0CA0BM,MAAA,eA1BN,8BA+BI,MAAA,eACA,aAAA,eAhCJ,mCAoCI,iBAAA,uOApCJ,2BAwCI,MAAA,eAxCJ,6BA0CM,MAAA,eG1NJ,mCAAA,mCH6NM,MAAA,eAOR,2BAEI,MAAA,KGtOF,iCAAA,iCHyOI,MAAA,KALN,mCAWM,MAAA,qBG/OJ,yCAAA,yCHkPM,MAAA,sBAdR,4CAkBQ,MAAA,sBCyER,2CAEA,0CADA,wCD5FA,yCA0BM,MAAA,KA1BN,6BA+BI,MAAA,qBACA,aAAA,qBAhCJ,kCAoCI,iBAAA,6OApCJ,0BAwCI,MAAA,qBAxCJ,4BA0CM,MAAA,KG9QJ,kCAAA,kCHiRM,MAAA","sourcesContent":["// Contents\n//\n// Navbar\n// Navbar brand\n// Navbar nav\n// Navbar text\n// Navbar divider\n// Responsive navbar\n// Navbar position\n// Navbar themes\n\n\n// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.#{$prefix}navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap; // allow us to do the line break for collapsing content\n align-items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar-padding-y $navbar-padding-x;\n\n // Because flex properties aren't inherited, we need to redeclare these first\n // few properties so that content nested within behave properly.\n > .container,\n > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.#{$prefix}navbar-brand {\n display: inline-block;\n padding-top: $navbar-brand-padding-y;\n padding-bottom: $navbar-brand-padding-y;\n margin-right: $navbar-padding-x;\n @include font-size($navbar-brand-font-size);\n line-height: inherit;\n white-space: nowrap;\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.#{$prefix}nav`, but does make use of `.#{$prefix}nav-link`).\n\n.#{$prefix}navbar-nav {\n display: flex;\n flex-direction: column; // cannot use `inherit` to get the `.#{$prefix}navbar`s value\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n\n .#{$prefix}nav-link {\n padding-right: 0;\n padding-left: 0;\n }\n\n .#{$prefix}dropdown-menu {\n position: static;\n float: none;\n }\n}\n\n\n// Navbar text\n//\n//\n\n.#{$prefix}navbar-text {\n display: inline-block;\n padding-top: $nav-link-padding-y;\n padding-bottom: $nav-link-padding-y;\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.#{$prefix}navbar` parent.\n.#{$prefix}navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n // For always expanded or extra full navbars, ensure content aligns itself\n // properly vertically. Can be easily overridden with flex utilities.\n align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.#{$prefix}navbar-toggler {\n padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;\n @include font-size($navbar-toggler-font-size);\n line-height: 1;\n background-color: transparent; // remove default button style\n border: $border-width solid transparent; // remove default button style\n @include border-radius($navbar-toggler-border-radius);\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.#{$prefix}navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n// Generate series of `.#{$prefix}navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.#{$prefix}navbar-expand {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n > .container,\n > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n }\n\n @include media-breakpoint-up($next) {\n flex-flow: row nowrap;\n justify-content: flex-start;\n\n .#{$prefix}navbar-nav {\n flex-direction: row;\n\n .#{$prefix}dropdown-menu {\n position: absolute;\n }\n\n .#{$prefix}nav-link {\n padding-right: $navbar-nav-link-padding-x;\n padding-left: $navbar-nav-link-padding-x;\n }\n }\n\n // For nesting containers, have to redeclare for alignment purposes\n > .container,\n > .container-fluid {\n flex-wrap: nowrap;\n }\n\n .#{$prefix}navbar-collapse {\n display: flex !important; // stylelint-disable-line declaration-no-important\n\n // Changes flex-bases to auto because of an IE10 bug\n flex-basis: auto;\n }\n\n .#{$prefix}navbar-toggler {\n display: none;\n }\n }\n }\n }\n}\n\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n// Dark links against a light background\n.#{$prefix}navbar-light {\n .#{$prefix}navbar-brand {\n color: $navbar-light-brand-color;\n\n @include hover-focus {\n color: $navbar-light-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-light-color;\n\n @include hover-focus {\n color: $navbar-light-hover-color;\n }\n\n &.disabled {\n color: $navbar-light-disabled-color;\n }\n }\n\n .show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.show,\n .#{$prefix}nav-link.active {\n color: $navbar-light-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-light-color;\n border-color: $navbar-light-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-light-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-light-color;\n a {\n color: $navbar-light-active-color;\n\n @include hover-focus {\n color: $navbar-light-active-color;\n }\n }\n }\n}\n\n// White links against a dark background\n.#{$prefix}navbar-dark {\n .#{$prefix}navbar-brand {\n color: $navbar-dark-brand-color;\n\n @include hover-focus {\n color: $navbar-dark-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-dark-color;\n\n @include hover-focus {\n color: $navbar-dark-hover-color;\n }\n\n &.disabled {\n color: $navbar-dark-disabled-color;\n }\n }\n\n .show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.show,\n .#{$prefix}nav-link.active {\n color: $navbar-dark-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-dark-color;\n border-color: $navbar-dark-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-dark-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-dark-color;\n a {\n color: $navbar-dark-active-color;\n\n @include hover-focus {\n color: $navbar-dark-active-color;\n }\n }\n }\n}\n",".navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 8px 16px;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;\n padding-bottom: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;\n margin-right: 16px;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 8px;\n padding-bottom: 8px;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1271.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1272px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n/*# sourceMappingURL=mekari-ui-navbar.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_navbar.scss","dist/css/components/mekari-ui-navbar.css","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendors/mixins/_breakpoints.scss"],"names":[],"mappings":"AAiBA,QACE,SAAA,SACA,QAAA,KACA,UAAA,KACA,YAAA,OACA,gBAAA,cACA,QAAA,IAAA,KANF,mBCPA,yBDmBI,QAAA,KACA,UAAA,KACA,YAAA,OACA,gBAAA,cASJ,cACE,QAAA,aACA,YAAA,qEAAA,CAAA,EACA,eAAA,qEAAA,CAAA,EACA,aAAA,KEkFI,UAAA,QFhFJ,YAAA,QACA,YAAA,OGhCA,oBAAA,oBHmCE,gBAAA,KASJ,YACE,QAAA,KACA,eAAA,OACA,aAAA,EACA,cAAA,EACA,WAAA,KALF,sBAQI,cAAA,EACA,aAAA,EATJ,2BAaI,SAAA,OACA,MAAA,KASJ,aACE,QAAA,aACA,YAAA,IACA,eAAA,IAYF,iBACE,WAAA,KACA,UAAA,EAGA,YAAA,OAIF,gBACE,QAAA,OAAA,OEmBI,UAAA,QFjBJ,YAAA,EACA,iBAAA,YACA,OAAA,IAAA,MAAA,YI3GE,cAAA,IDWF,sBAAA,sBHoGE,gBAAA,KAMJ,qBACE,QAAA,aACA,MAAA,MACA,OAAA,MACA,eAAA,OACA,QAAA,GACA,WAAA,UAAA,OAAA,OACA,gBAAA,KAAA,KKxDE,4BLkEC,6BCrDH,mCDyDQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BC/BH,mCD4DQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,4BLkEC,6BCjBH,mCDqBQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BCKH,mCDwBQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,4BLkEC,6BCmBH,mCDfQ,cAAA,EACA,aAAA,GKpFN,yBL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BCyCH,mCDZQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MK1GN,6BLkEC,6BCuDH,mCDnDQ,cAAA,EACA,aAAA,GKpFN,0BL+EA,kBAUI,UAAA,IAAA,OACA,gBAAA,WAXH,8BAcK,eAAA,IAdL,6CAiBO,SAAA,SAjBP,wCAqBO,cAAA,IACA,aAAA,IAtBP,6BC6EH,mCDhDQ,UAAA,OA7BL,mCAiCK,QAAA,eAGA,WAAA,KApCL,kCAwCK,QAAA,MA7CV,eAeQ,UAAA,IAAA,OACA,gBAAA,WAhBR,0BCoGA,gCD3FU,cAAA,EACA,aAAA,EAVV,2BAmBU,eAAA,IAnBV,0CAsBY,SAAA,SAtBZ,qCA0BY,cAAA,IACA,aAAA,IA3BZ,0BCuHA,gCDrFU,UAAA,OAlCV,gCAsCU,QAAA,eAGA,WAAA,KAzCV,+BA6CU,QAAA,KAaV,4BAEI,MAAA,eGlLF,kCAAA,kCHqLI,MAAA,eALN,oCAWM,MAAA,eG3LJ,0CAAA,0CH8LM,MAAA,eAdR,6CAkBQ,MAAA,eC6ER,4CAEA,2CADA,yCDhGA,0CA0BM,MAAA,eA1BN,8BA+BI,MAAA,eACA,aAAA,eAhCJ,mCAoCI,iBAAA,uOApCJ,2BAwCI,MAAA,eAxCJ,6BA0CM,MAAA,eG1NJ,mCAAA,mCH6NM,MAAA,eAOR,2BAEI,MAAA,KGtOF,iCAAA,iCHyOI,MAAA,KALN,mCAWM,MAAA,qBG/OJ,yCAAA,yCHkPM,MAAA,sBAdR,4CAkBQ,MAAA,sBCyER,2CAEA,0CADA,wCD5FA,yCA0BM,MAAA,KA1BN,6BA+BI,MAAA,qBACA,aAAA,qBAhCJ,kCAoCI,iBAAA,6OApCJ,0BAwCI,MAAA,qBAxCJ,4BA0CM,MAAA,KG9QJ,kCAAA,kCHiRM,MAAA","sourcesContent":["// Contents\n//\n// Navbar\n// Navbar brand\n// Navbar nav\n// Navbar text\n// Navbar divider\n// Responsive navbar\n// Navbar position\n// Navbar themes\n\n\n// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.#{$prefix}navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap; // allow us to do the line break for collapsing content\n align-items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar-padding-y $navbar-padding-x;\n\n // Because flex properties aren't inherited, we need to redeclare these first\n // few properties so that content nested within behave properly.\n > .container,\n > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.#{$prefix}navbar-brand {\n display: inline-block;\n padding-top: $navbar-brand-padding-y;\n padding-bottom: $navbar-brand-padding-y;\n margin-right: $navbar-padding-x;\n @include font-size($navbar-brand-font-size);\n line-height: inherit;\n white-space: nowrap;\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.#{$prefix}nav`, but does make use of `.#{$prefix}nav-link`).\n\n.#{$prefix}navbar-nav {\n display: flex;\n flex-direction: column; // cannot use `inherit` to get the `.#{$prefix}navbar`s value\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n\n .#{$prefix}nav-link {\n padding-right: 0;\n padding-left: 0;\n }\n\n .#{$prefix}dropdown-menu {\n position: static;\n float: none;\n }\n}\n\n\n// Navbar text\n//\n//\n\n.#{$prefix}navbar-text {\n display: inline-block;\n padding-top: $nav-link-padding-y;\n padding-bottom: $nav-link-padding-y;\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.#{$prefix}navbar` parent.\n.#{$prefix}navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n // For always expanded or extra full navbars, ensure content aligns itself\n // properly vertically. Can be easily overridden with flex utilities.\n align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.#{$prefix}navbar-toggler {\n padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;\n @include font-size($navbar-toggler-font-size);\n line-height: 1;\n background-color: transparent; // remove default button style\n border: $border-width solid transparent; // remove default button style\n @include border-radius($navbar-toggler-border-radius);\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.#{$prefix}navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n// Generate series of `.#{$prefix}navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.#{$prefix}navbar-expand {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n > .container,\n > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n }\n\n @include media-breakpoint-up($next) {\n flex-flow: row nowrap;\n justify-content: flex-start;\n\n .#{$prefix}navbar-nav {\n flex-direction: row;\n\n .#{$prefix}dropdown-menu {\n position: absolute;\n }\n\n .#{$prefix}nav-link {\n padding-right: $navbar-nav-link-padding-x;\n padding-left: $navbar-nav-link-padding-x;\n }\n }\n\n // For nesting containers, have to redeclare for alignment purposes\n > .container,\n > .container-fluid {\n flex-wrap: nowrap;\n }\n\n .#{$prefix}navbar-collapse {\n display: flex !important; // stylelint-disable-line declaration-no-important\n\n // Changes flex-bases to auto because of an IE10 bug\n flex-basis: auto;\n }\n\n .#{$prefix}navbar-toggler {\n display: none;\n }\n }\n }\n }\n}\n\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n// Dark links against a light background\n.#{$prefix}navbar-light {\n .#{$prefix}navbar-brand {\n color: $navbar-light-brand-color;\n\n @include hover-focus {\n color: $navbar-light-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-light-color;\n\n @include hover-focus {\n color: $navbar-light-hover-color;\n }\n\n &.disabled {\n color: $navbar-light-disabled-color;\n }\n }\n\n .#{$prefix}show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.#{$prefix}show,\n .#{$prefix}nav-link.active {\n color: $navbar-light-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-light-color;\n border-color: $navbar-light-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-light-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-light-color;\n a {\n color: $navbar-light-active-color;\n\n @include hover-focus {\n color: $navbar-light-active-color;\n }\n }\n }\n}\n\n// White links against a dark background\n.#{$prefix}navbar-dark {\n .#{$prefix}navbar-brand {\n color: $navbar-dark-brand-color;\n\n @include hover-focus {\n color: $navbar-dark-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-dark-color;\n\n @include hover-focus {\n color: $navbar-dark-hover-color;\n }\n\n &.disabled {\n color: $navbar-dark-disabled-color;\n }\n }\n\n .#{$prefix}show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.#{$prefix}show,\n .#{$prefix}nav-link.active {\n color: $navbar-dark-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-dark-color;\n border-color: $navbar-dark-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-dark-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-dark-color;\n a {\n color: $navbar-dark-active-color;\n\n @include hover-focus {\n color: $navbar-dark-active-color;\n }\n }\n }\n}\n",".navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 8px 16px;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;\n padding-bottom: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;\n margin-right: 16px;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 8px;\n padding-bottom: 8px;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1271.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1272px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n/*# sourceMappingURL=mekari-ui-navbar.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n"]}
|
@@ -17,8 +17,8 @@
|
|
17
17
|
|
18
18
|
.navbar-brand {
|
19
19
|
display: inline-block;
|
20
|
-
padding-top: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;
|
21
|
-
padding-bottom: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;
|
20
|
+
padding-top: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;
|
21
|
+
padding-bottom: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;
|
22
22
|
margin-right: 16px;
|
23
23
|
font-size: 1.25rem;
|
24
24
|
line-height: inherit;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_navbar.scss","../../../scss/vendor-extensions/_navbar.scss","mekari-ui-navbar.css","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_navs.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendor-extensions/_button.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendor-extensions/_color.scss"],"names":[],"mappings":"AAiBA;EACE,kBAAkB;EAClB,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,8BAA8B;EAC9B,iBCtBsC;ACMxC;;AFUA;;EAYI,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,8BAA8B;AEjBlC;;AF0BA;EACE,qBAAqB;EACrB,yEClC2F;EDmC3F,4ECnC2F;EDoC3F,kBC5CsC;EE8HlC,kBAtCY;EH1ChB,oBAAoB;EACpB,mBAAmB;AEvBrB;;AETE;EJmCE,qBAAqB;AEtBzB;;AF+BA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AE5BlB;;AFuBA;EAQI,gBAAgB;EAChB,eAAe;AE3BnB;;AFkBA;EAaI,gBAAgB;EAChB,WAAW;AE3Bf;;AFoCA;EACE,qBAAqB;EACrB,gBK5EsB;EL6EtB,mBK7EsB;AH4CxB;;AF6CA;EACE,gBAAgB;EAChB,YAAY;EAGZ,mBAAmB;AE5CrB;;AFgDA;EACE,wBChGwC;EEmHpC,kBAtCY;EHqBhB,cAAc;EACd,6BAA6B;EAC7B,6BAAuC;EM3GrC,kBCiBmB;AL8CvB;;AEpDE;EJoGE,qBAAqB;AE5CzB;;AFkDA;EACE,qBAAqB;EACrB,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,WAAW;EACX,mCAAmC;EACnC,0BAA0B;AE/C5B;;AMTI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEvDvB;AACF;;AM9BI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEtDjC;EF2CG;IAcK,mBAAmB;EEtD3B;EFwCG;IAiBO,kBAAkB;EEtD5B;EFqCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;ECuGrC;EFiCG;;IA6BK,iBAAiB;EE1DzB;EF6BG;IAiCK,wBAAwB;IAGxB,gBAAgB;EE7DxB;EFyBG;IAwCK,aAAa;EE9DrB;AACF;;AM7CI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEnBvB;AACF;;AMlEI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EElBjC;EFOG;IAcK,mBAAmB;EElB3B;EFIG;IAiBO,kBAAkB;EElB5B;EFCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;EC2IrC;EFHG;;IA6BK,iBAAiB;EEtBzB;EFPG;IAiCK,wBAAwB;IAGxB,gBAAgB;EEzBxB;EFXG;IAwCK,aAAa;EE1BrB;AACF;;AMjFI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEiBvB;AACF;;AMtGI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEkBjC;EF7BG;IAcK,mBAAmB;EEkB3B;EFhCG;IAiBO,kBAAkB;EEkB5B;EFnCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;EC+KrC;EFvCG;;IA6BK,iBAAiB;EEczB;EF3CG;IAiCK,wBAAwB;IAGxB,gBAAgB;EEWxB;EF/CG;IAwCK,aAAa;EEUrB;AACF;;AMrHI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEqDvB;AACF;;AM1II;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEsDjC;EFjEG;IAcK,mBAAmB;EEsD3B;EFpEG;IAiBO,kBAAkB;EEsD5B;EFvEG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;ECmNrC;EF3EG;;IA6BK,iBAAiB;EEkDzB;EF/EG;IAiCK,wBAAwB;IAGxB,gBAAgB;EE+CxB;EFnFG;IAwCK,aAAa;EE8CrB;AACF;;AF5FA;EAeQ,qBAAqB;EACrB,2BAA2B;AEiFnC;;AFjGA;;EASU,gBAAgB;EAChB,eAAe;AE6FzB;;AFvGA;EAmBU,mBAAmB;AEwF7B;;AF3GA;EAsBY,kBAAkB;AEyF9B;;AF/GA;EA0BY,kBC7J2B;ED8J3B,iBC9J2B;ACuPvC;;AFpHA;;EAkCU,iBAAiB;AEuF3B;;AFzHA;EAsCU,wBAAwB;EAGxB,gBAAgB;AEqF1B;;AF9HA;EA6CU,aAAa;AEqFvB;;AFxEA;EAEI,yBS1KW;APoPf;;AE5PE;EJqLI,yBS7KS;APwPf;;AFhFA;EAWM,yBSnLS;AP4Pf;;AEpQE;EJ8LM,yBStLO;APgQf;;AFxFA;EAkBQ,yBS1LO;APoQf;;AF5FA;;;;EA0BM,yBSlMS;AP2Qf;;AFnGA;EA+BI,yBSvMW;ETwMX,gCSxMW;APgRf;;AFxGA;EAoCI,wPCzMsR;ACiR1R;;AF5GA;EAwCI,yBShNW;APwRf;;AFhHA;EA0CM,yBSlNS;AP4Rf;;AEpSE;EJ6NM,yBSrNO;APgSf;;AFpEA;EAEI,WShPQ;APsTZ;;AE5SE;EJyOI,WSnPM;AP0TZ;;AF5EA;EAWM,+BSzPM;AP8TZ;;AEpTE;EJkPM,gCS5PI;APkUZ;;AFpFA;EAkBQ,gCShQI;APsUZ;;AFxFA;;;;EA0BM,WSxQM;AP6UZ;;AF/FA;EA+BI,+BS7QQ;ET8QR,sCS9QQ;APkVZ;;AFpGA;EAoCI,8PCpQqR;ACwUzR;;AFxGA;EAwCI,+BStRQ;AP0VZ;;AF5GA;EA0CM,WSxRM;AP8VZ;;AEpVE;EJiRM,WS3RI;APkWZ","file":"mekari-ui-navbar.css","sourcesContent":["// Contents\n//\n// Navbar\n// Navbar brand\n// Navbar nav\n// Navbar text\n// Navbar divider\n// Responsive navbar\n// Navbar position\n// Navbar themes\n\n\n// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.#{$prefix}navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap; // allow us to do the line break for collapsing content\n align-items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar-padding-y $navbar-padding-x;\n\n // Because flex properties aren't inherited, we need to redeclare these first\n // few properties so that content nested within behave properly.\n > .container,\n > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.#{$prefix}navbar-brand {\n display: inline-block;\n padding-top: $navbar-brand-padding-y;\n padding-bottom: $navbar-brand-padding-y;\n margin-right: $navbar-padding-x;\n @include font-size($navbar-brand-font-size);\n line-height: inherit;\n white-space: nowrap;\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.#{$prefix}nav`, but does make use of `.#{$prefix}nav-link`).\n\n.#{$prefix}navbar-nav {\n display: flex;\n flex-direction: column; // cannot use `inherit` to get the `.#{$prefix}navbar`s value\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n\n .#{$prefix}nav-link {\n padding-right: 0;\n padding-left: 0;\n }\n\n .#{$prefix}dropdown-menu {\n position: static;\n float: none;\n }\n}\n\n\n// Navbar text\n//\n//\n\n.#{$prefix}navbar-text {\n display: inline-block;\n padding-top: $nav-link-padding-y;\n padding-bottom: $nav-link-padding-y;\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.#{$prefix}navbar` parent.\n.#{$prefix}navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n // For always expanded or extra full navbars, ensure content aligns itself\n // properly vertically. Can be easily overridden with flex utilities.\n align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.#{$prefix}navbar-toggler {\n padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;\n @include font-size($navbar-toggler-font-size);\n line-height: 1;\n background-color: transparent; // remove default button style\n border: $border-width solid transparent; // remove default button style\n @include border-radius($navbar-toggler-border-radius);\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.#{$prefix}navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n// Generate series of `.#{$prefix}navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.#{$prefix}navbar-expand {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n > .container,\n > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n }\n\n @include media-breakpoint-up($next) {\n flex-flow: row nowrap;\n justify-content: flex-start;\n\n .#{$prefix}navbar-nav {\n flex-direction: row;\n\n .#{$prefix}dropdown-menu {\n position: absolute;\n }\n\n .#{$prefix}nav-link {\n padding-right: $navbar-nav-link-padding-x;\n padding-left: $navbar-nav-link-padding-x;\n }\n }\n\n // For nesting containers, have to redeclare for alignment purposes\n > .container,\n > .container-fluid {\n flex-wrap: nowrap;\n }\n\n .#{$prefix}navbar-collapse {\n display: flex !important; // stylelint-disable-line declaration-no-important\n\n // Changes flex-bases to auto because of an IE10 bug\n flex-basis: auto;\n }\n\n .#{$prefix}navbar-toggler {\n display: none;\n }\n }\n }\n }\n}\n\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n// Dark links against a light background\n.#{$prefix}navbar-light {\n .#{$prefix}navbar-brand {\n color: $navbar-light-brand-color;\n\n @include hover-focus {\n color: $navbar-light-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-light-color;\n\n @include hover-focus {\n color: $navbar-light-hover-color;\n }\n\n &.disabled {\n color: $navbar-light-disabled-color;\n }\n }\n\n .show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.show,\n .#{$prefix}nav-link.active {\n color: $navbar-light-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-light-color;\n border-color: $navbar-light-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-light-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-light-color;\n a {\n color: $navbar-light-active-color;\n\n @include hover-focus {\n color: $navbar-light-active-color;\n }\n }\n }\n}\n\n// White links against a dark background\n.#{$prefix}navbar-dark {\n .#{$prefix}navbar-brand {\n color: $navbar-dark-brand-color;\n\n @include hover-focus {\n color: $navbar-dark-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-dark-color;\n\n @include hover-focus {\n color: $navbar-dark-hover-color;\n }\n\n &.disabled {\n color: $navbar-dark-disabled-color;\n }\n }\n\n .show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.show,\n .#{$prefix}nav-link.active {\n color: $navbar-dark-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-dark-color;\n border-color: $navbar-dark-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-dark-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-dark-color;\n a {\n color: $navbar-dark-active-color;\n\n @include hover-focus {\n color: $navbar-dark-active-color;\n }\n }\n }\n}\n","$navbar-padding-y: 8px;\n$navbar-padding-x: 16px;\n\n$navbar-nav-link-padding-x: 8px;\n\n$navbar-brand-font-size: $font-size-lg;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: calc(#{$font-size-base} * #{$line-height-base}) + #{$nav-link-padding-y} * 2;\n$navbar-brand-height: #{$navbar-brand-font-size} * #{$line-height-base};\n$navbar-brand-padding-y: (calc(#{$nav-link-height} - #{$navbar-brand-height})) / 2;\n\n$navbar-toggler-padding-y: .25rem;\n$navbar-toggler-padding-x: .75rem;\n$navbar-toggler-font-size: $font-size-lg;\n$navbar-toggler-border-radius: $btn-border-radius;\n\n$navbar-dark-color: rgba($white, .5);\n$navbar-dark-hover-color: rgba($white, .75);\n$navbar-dark-active-color: $white;\n$navbar-dark-disabled-color: rgba($white, .25);\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\");\n$navbar-dark-toggler-border-color: rgba($white, .1);\n\n$navbar-light-color: rgba($black, .5);\n$navbar-light-hover-color: rgba($black, .7);\n$navbar-light-active-color: rgba($black, .9);\n$navbar-light-disabled-color: rgba($black, .3);\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\");\n$navbar-light-toggler-border-color: rgba($black, .1);\n\n$navbar-light-brand-color: $navbar-light-active-color;\n$navbar-light-brand-hover-color: $navbar-light-active-color;\n$navbar-dark-brand-color: $navbar-dark-active-color;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color;\n",".navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 8px 16px;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;\n padding-bottom: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;\n margin-right: 16px;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 8px;\n padding-bottom: 8px;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1271.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1272px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n/*# sourceMappingURL=mekari-ui-navbar.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// Tabs\n$nav-tabs-border-color: $smoke;\n$nav-tabs-border-width: 1px;\n$nav-tabs-border-radius: 0;\n$nav-tabs-link-hover-border-color: transparent;\n$nav-tabs-link-active-color: $dark;\n$nav-tabs-link-active-bg: transparent;\n$nav-tabs-link-active-border-color: transparent;\n\n$nav-link-padding-y: 8px;\n$nav-link-padding-x: 16px;\n$nav-link-height: calc($font-size-base * $line-height-base) + $nav-link-padding-y * 2;\n$navbar-brand-height: $font-size-lg * $line-height-base;\n$navbar-brand-padding-y: calc($nav-link-height - $navbar-brand-height) / 2;\n$nav-link-disabled-color: $text-muted;\n$nav-pills-border-radius: 4px;\n\n$nav-pills-link-active-color: $white;\n$nav-pills-link-active-bg: $primary;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: 8px;\n$btn-padding-x: 16px;\n$btn-font-size: 14px;\n$btn-line-height: 20px;\n\n$btn-padding-y-sm: 2px;\n$btn-padding-x-sm: 8px;\n$btn-font-size-sm: 14px;\n$btn-line-height-sm: 20px;\n\n// $btn-padding-y-lg: 8px;\n// $btn-padding-x-lg: 16px;\n$btn-font-size-lg: 16px;\n$btn-line-height-lg: 24px;\n\n$btn-font-family: $font-family-base;\n$btn-font-weight: $font-weight-normal;\n$btn-border-width: 1px;\n$btn-border-radius: 4px;\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out, box-shadow .15s ease-in-out;\n\n$btn-focus-box-shadow: 0 0 4px 1px $link;\n$btn-disabled-opacity: .65;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: .2rem;\n\n$btn-link-disabled-color: $cloud;\n$btn-padding-y-lg: 8px;\n$btn-padding-x-lg: 16px;\n$btn-border-radius-lg: 4px;\n$btn-border-radius-sm: 4px;\n$btn-block-spacing-y: .5rem;\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_navbar.scss","../../../scss/vendor-extensions/_navbar.scss","mekari-ui-navbar.css","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_navs.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/vendor-extensions/_button.scss","../../../scss/vendors/mixins/_breakpoints.scss","../../../scss/vendor-extensions/_color.scss"],"names":[],"mappings":"AAiBA;EACE,kBAAkB;EAClB,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,8BAA8B;EAC9B,iBCtBsC;ACMxC;;AFUA;;EAYI,aAAa;EACb,eAAe;EACf,mBAAmB;EACnB,8BAA8B;AEjBlC;;AF0BA;EACE,qBAAqB;EACrB,qFClC2F;EDmC3F,wFCnC2F;EDoC3F,kBC5CsC;EE8HlC,kBAtCY;EH1ChB,oBAAoB;EACpB,mBAAmB;AEvBrB;;AETE;EJmCE,qBAAqB;AEtBzB;;AF+BA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AE5BlB;;AFuBA;EAQI,gBAAgB;EAChB,eAAe;AE3BnB;;AFkBA;EAaI,gBAAgB;EAChB,WAAW;AE3Bf;;AFoCA;EACE,qBAAqB;EACrB,gBK5EsB;EL6EtB,mBK7EsB;AH4CxB;;AF6CA;EACE,gBAAgB;EAChB,YAAY;EAGZ,mBAAmB;AE5CrB;;AFgDA;EACE,wBChGwC;EEmHpC,kBAtCY;EHqBhB,cAAc;EACd,6BAA6B;EAC7B,6BAAuC;EM3GrC,kBCiBmB;AL8CvB;;AEpDE;EJoGE,qBAAqB;AE5CzB;;AFkDA;EACE,qBAAqB;EACrB,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,WAAW;EACX,mCAAmC;EACnC,0BAA0B;AE/C5B;;AMTI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEvDvB;AACF;;AM9BI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEtDjC;EF2CG;IAcK,mBAAmB;EEtD3B;EFwCG;IAiBO,kBAAkB;EEtD5B;EFqCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;ECuGrC;EFiCG;;IA6BK,iBAAiB;EE1DzB;EF6BG;IAiCK,wBAAwB;IAGxB,gBAAgB;EE7DxB;EFyBG;IAwCK,aAAa;EE9DrB;AACF;;AM7CI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEnBvB;AACF;;AMlEI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EElBjC;EFOG;IAcK,mBAAmB;EElB3B;EFIG;IAiBO,kBAAkB;EElB5B;EFCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;EC2IrC;EFHG;;IA6BK,iBAAiB;EEtBzB;EFPG;IAiCK,wBAAwB;IAGxB,gBAAgB;EEzBxB;EFXG;IAwCK,aAAa;EE1BrB;AACF;;AMjFI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEiBvB;AACF;;AMtGI;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEkBjC;EF7BG;IAcK,mBAAmB;EEkB3B;EFhCG;IAiBO,kBAAkB;EEkB5B;EFnCG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;EC+KrC;EFvCG;;IA6BK,iBAAiB;EEczB;EF3CG;IAiCK,wBAAwB;IAGxB,gBAAgB;EEWxB;EF/CG;IAwCK,aAAa;EEUrB;AACF;;AMrHI;ERkEC;;IAIK,gBAAgB;IAChB,eAAe;EEqDvB;AACF;;AM1II;ER+EA;IAUI,qBAAqB;IACrB,2BAA2B;EEsDjC;EFjEG;IAcK,mBAAmB;EEsD3B;EFpEG;IAiBO,kBAAkB;EEsD5B;EFvEG;IAqBO,kBC7J2B;ID8J3B,iBC9J2B;ECmNrC;EF3EG;;IA6BK,iBAAiB;EEkDzB;EF/EG;IAiCK,wBAAwB;IAGxB,gBAAgB;EE+CxB;EFnFG;IAwCK,aAAa;EE8CrB;AACF;;AF5FA;EAeQ,qBAAqB;EACrB,2BAA2B;AEiFnC;;AFjGA;;EASU,gBAAgB;EAChB,eAAe;AE6FzB;;AFvGA;EAmBU,mBAAmB;AEwF7B;;AF3GA;EAsBY,kBAAkB;AEyF9B;;AF/GA;EA0BY,kBC7J2B;ED8J3B,iBC9J2B;ACuPvC;;AFpHA;;EAkCU,iBAAiB;AEuF3B;;AFzHA;EAsCU,wBAAwB;EAGxB,gBAAgB;AEqF1B;;AF9HA;EA6CU,aAAa;AEqFvB;;AFxEA;EAEI,yBS1KW;APoPf;;AE5PE;EJqLI,yBS7KS;APwPf;;AFhFA;EAWM,yBSnLS;AP4Pf;;AEpQE;EJ8LM,yBStLO;APgQf;;AFxFA;EAkBQ,yBS1LO;APoQf;;AF5FA;;;;EA0BM,yBSlMS;AP2Qf;;AFnGA;EA+BI,yBSvMW;ETwMX,gCSxMW;APgRf;;AFxGA;EAoCI,wPCzMsR;ACiR1R;;AF5GA;EAwCI,yBShNW;APwRf;;AFhHA;EA0CM,yBSlNS;AP4Rf;;AEpSE;EJ6NM,yBSrNO;APgSf;;AFpEA;EAEI,WShPQ;APsTZ;;AE5SE;EJyOI,WSnPM;AP0TZ;;AF5EA;EAWM,+BSzPM;AP8TZ;;AEpTE;EJkPM,gCS5PI;APkUZ;;AFpFA;EAkBQ,gCShQI;APsUZ;;AFxFA;;;;EA0BM,WSxQM;AP6UZ;;AF/FA;EA+BI,+BS7QQ;ET8QR,sCS9QQ;APkVZ;;AFpGA;EAoCI,8PCpQqR;ACwUzR;;AFxGA;EAwCI,+BStRQ;AP0VZ;;AF5GA;EA0CM,WSxRM;AP8VZ;;AEpVE;EJiRM,WS3RI;APkWZ","file":"mekari-ui-navbar.css","sourcesContent":["// Contents\n//\n// Navbar\n// Navbar brand\n// Navbar nav\n// Navbar text\n// Navbar divider\n// Responsive navbar\n// Navbar position\n// Navbar themes\n\n\n// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.#{$prefix}navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap; // allow us to do the line break for collapsing content\n align-items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar-padding-y $navbar-padding-x;\n\n // Because flex properties aren't inherited, we need to redeclare these first\n // few properties so that content nested within behave properly.\n > .container,\n > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.#{$prefix}navbar-brand {\n display: inline-block;\n padding-top: $navbar-brand-padding-y;\n padding-bottom: $navbar-brand-padding-y;\n margin-right: $navbar-padding-x;\n @include font-size($navbar-brand-font-size);\n line-height: inherit;\n white-space: nowrap;\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.#{$prefix}nav`, but does make use of `.#{$prefix}nav-link`).\n\n.#{$prefix}navbar-nav {\n display: flex;\n flex-direction: column; // cannot use `inherit` to get the `.#{$prefix}navbar`s value\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n\n .#{$prefix}nav-link {\n padding-right: 0;\n padding-left: 0;\n }\n\n .#{$prefix}dropdown-menu {\n position: static;\n float: none;\n }\n}\n\n\n// Navbar text\n//\n//\n\n.#{$prefix}navbar-text {\n display: inline-block;\n padding-top: $nav-link-padding-y;\n padding-bottom: $nav-link-padding-y;\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.#{$prefix}navbar` parent.\n.#{$prefix}navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n // For always expanded or extra full navbars, ensure content aligns itself\n // properly vertically. Can be easily overridden with flex utilities.\n align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.#{$prefix}navbar-toggler {\n padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;\n @include font-size($navbar-toggler-font-size);\n line-height: 1;\n background-color: transparent; // remove default button style\n border: $border-width solid transparent; // remove default button style\n @include border-radius($navbar-toggler-border-radius);\n\n @include hover-focus {\n text-decoration: none;\n }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.#{$prefix}navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n// Generate series of `.#{$prefix}navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.#{$prefix}navbar-expand {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n > .container,\n > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n }\n\n @include media-breakpoint-up($next) {\n flex-flow: row nowrap;\n justify-content: flex-start;\n\n .#{$prefix}navbar-nav {\n flex-direction: row;\n\n .#{$prefix}dropdown-menu {\n position: absolute;\n }\n\n .#{$prefix}nav-link {\n padding-right: $navbar-nav-link-padding-x;\n padding-left: $navbar-nav-link-padding-x;\n }\n }\n\n // For nesting containers, have to redeclare for alignment purposes\n > .container,\n > .container-fluid {\n flex-wrap: nowrap;\n }\n\n .#{$prefix}navbar-collapse {\n display: flex !important; // stylelint-disable-line declaration-no-important\n\n // Changes flex-bases to auto because of an IE10 bug\n flex-basis: auto;\n }\n\n .#{$prefix}navbar-toggler {\n display: none;\n }\n }\n }\n }\n}\n\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n// Dark links against a light background\n.#{$prefix}navbar-light {\n .#{$prefix}navbar-brand {\n color: $navbar-light-brand-color;\n\n @include hover-focus {\n color: $navbar-light-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-light-color;\n\n @include hover-focus {\n color: $navbar-light-hover-color;\n }\n\n &.disabled {\n color: $navbar-light-disabled-color;\n }\n }\n\n .#{$prefix}show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.#{$prefix}show,\n .#{$prefix}nav-link.active {\n color: $navbar-light-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-light-color;\n border-color: $navbar-light-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-light-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-light-color;\n a {\n color: $navbar-light-active-color;\n\n @include hover-focus {\n color: $navbar-light-active-color;\n }\n }\n }\n}\n\n// White links against a dark background\n.#{$prefix}navbar-dark {\n .#{$prefix}navbar-brand {\n color: $navbar-dark-brand-color;\n\n @include hover-focus {\n color: $navbar-dark-brand-hover-color;\n }\n }\n\n .#{$prefix}navbar-nav {\n .#{$prefix}nav-link {\n color: $navbar-dark-color;\n\n @include hover-focus {\n color: $navbar-dark-hover-color;\n }\n\n &.disabled {\n color: $navbar-dark-disabled-color;\n }\n }\n\n .#{$prefix}show > .#{$prefix}nav-link,\n .active > .#{$prefix}nav-link,\n .#{$prefix}nav-link.#{$prefix}show,\n .#{$prefix}nav-link.active {\n color: $navbar-dark-active-color;\n }\n }\n\n .#{$prefix}navbar-toggler {\n color: $navbar-dark-color;\n border-color: $navbar-dark-toggler-border-color;\n }\n\n .#{$prefix}navbar-toggler-icon {\n background-image: $navbar-dark-toggler-icon-bg;\n }\n\n .#{$prefix}navbar-text {\n color: $navbar-dark-color;\n a {\n color: $navbar-dark-active-color;\n\n @include hover-focus {\n color: $navbar-dark-active-color;\n }\n }\n }\n}\n","$navbar-padding-y: 8px;\n$navbar-padding-x: 16px;\n\n$navbar-nav-link-padding-x: 8px;\n\n$navbar-brand-font-size: $font-size-lg;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: calc(calc(#{$font-size-base} * #{$line-height-base}) + #{$nav-link-padding-y} * 2);\n$navbar-brand-height: calc(#{$navbar-brand-font-size} * #{$line-height-base});\n$navbar-brand-padding-y: (calc(#{$nav-link-height} - #{$navbar-brand-height})) / 2;\n\n$navbar-toggler-padding-y: .25rem;\n$navbar-toggler-padding-x: .75rem;\n$navbar-toggler-font-size: $font-size-lg;\n$navbar-toggler-border-radius: $btn-border-radius;\n\n$navbar-dark-color: rgba($white, .5);\n$navbar-dark-hover-color: rgba($white, .75);\n$navbar-dark-active-color: $white;\n$navbar-dark-disabled-color: rgba($white, .25);\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\");\n$navbar-dark-toggler-border-color: rgba($white, .1);\n\n$navbar-light-color: rgba($black, .5);\n$navbar-light-hover-color: rgba($black, .7);\n$navbar-light-active-color: rgba($black, .9);\n$navbar-light-disabled-color: rgba($black, .3);\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\");\n$navbar-light-toggler-border-color: rgba($black, .1);\n\n$navbar-light-brand-color: $navbar-light-active-color;\n$navbar-light-brand-hover-color: $navbar-light-active-color;\n$navbar-dark-brand-color: $navbar-dark-active-color;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color;\n",".navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 8px 16px;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;\n padding-bottom: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;\n margin-right: 16px;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 8px;\n padding-bottom: 8px;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1271.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1272px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 8px;\n padding-left: 8px;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n/*# sourceMappingURL=mekari-ui-navbar.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// Tabs\n$nav-tabs-border-color: $smoke;\n$nav-tabs-border-width: 1px;\n$nav-tabs-border-radius: 0;\n$nav-tabs-link-hover-border-color: transparent;\n$nav-tabs-link-active-color: $dark;\n$nav-tabs-link-active-bg: transparent;\n$nav-tabs-link-active-border-color: transparent;\n\n$nav-link-padding-y: 8px;\n$nav-link-padding-x: 16px;\n$nav-link-height: calc($font-size-base * $line-height-base) + $nav-link-padding-y * 2;\n$navbar-brand-height: $font-size-lg * $line-height-base;\n$navbar-brand-padding-y: calc($nav-link-height - $navbar-brand-height) / 2;\n$nav-link-disabled-color: $text-muted;\n$nav-pills-border-radius: 4px;\n\n$nav-pills-link-active-color: $white;\n$nav-pills-link-active-bg: $primary;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: 8px;\n$btn-padding-x: 16px;\n$btn-font-size: 14px;\n$btn-line-height: 20px;\n\n$btn-padding-y-sm: 2px;\n$btn-padding-x-sm: 8px;\n$btn-font-size-sm: 14px;\n$btn-line-height-sm: 20px;\n\n// $btn-padding-y-lg: 8px;\n// $btn-padding-x-lg: 16px;\n$btn-font-size-lg: 16px;\n$btn-line-height-lg: 24px;\n\n$btn-font-family: $font-family-base;\n$btn-font-weight: $font-weight-normal;\n$btn-border-width: 1px;\n$btn-border-radius: 4px;\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out, box-shadow .15s ease-in-out;\n\n$btn-focus-box-shadow: 0 0 4px 1px $link;\n$btn-disabled-opacity: .65;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: .2rem;\n\n$btn-link-disabled-color: $cloud;\n$btn-padding-y-lg: 8px;\n$btn-padding-x-lg: 16px;\n$btn-border-radius-lg: 4px;\n$btn-border-radius-sm: 4px;\n$btn-block-spacing-y: .5rem;\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["dist/css/components/mekari-ui-reboot-bootstrap.css","../../../scss/mixins/_text.scss","../../../scss/base/_fonts.scss","../../../scss/vendors/_bootstrap-reboot.scss","../../../scss/vendors/_reboot.scss","../../../scss/vendors/_rfs.scss","mekari-ui-reboot-bootstrap.css","../../../scss/vendors/mixins/_hover.scss","../../../scss/base/_text.scss"],"names":[],"mappings":"AAEA,mBCFA,KDCA,ECAE,UAAA,QACA,YAAA,KACA,eAAA,KDMF,OCHA,MACE,UAAA,OACA,YAAA,KACA,eAAA,KCQA,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,2CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,2CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBCtBJ;;;;;;ACkBA,EJ8CA,QADA,SI1CE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,WAAA,CAAA,YAAA,CAAA,gBAAA,CAAA,WCgFI,UAAA,QD9EJ,YAAA,IACA,YAAA,OACA,MAAA,QACA,WAAA,KACA,iBAAA,KEqCF,sBF5BE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAaF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KJaF,0BIFA,YAEE,gBAAA,UACA,wBAAA,UAAA,OAAA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EACA,iCAAA,KAAA,yBAAA,KAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QJQF,GILA,GJIA,GIDE,WAAA,EACA,cAAA,KAGF,MJKA,MACA,MAFA,MIAE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,EJIA,OIFE,YAAA,IAGF,MCpFI,UAAA,ID6FJ,IJDA,IIGE,SAAA,SC/FE,UAAA,IDiGF,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YG5KA,QH+KE,MAAA,QACA,gBAAA,UAUJ,8BACE,MAAA,QACA,gBAAA,KGxLA,oCAAA,oCH2LE,MAAA,QACA,gBAAA,KANJ,oCAUI,QAAA,EJHJ,KACA,IIWA,IJVA,KIcE,YAAA,UCrJE,UAAA,IDyJJ,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,IAGE,SAAA,OACA,eAAA,OAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAGE,WAAA,QAQF,MAEE,QAAA,aACA,cAAA,IAMF,OAEE,cAAA,EAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBJ9CF,OIiDA,MJ/CA,SADA,OAEA,SImDE,OAAA,EACA,YAAA,QCtPE,UAAA,QDwPF,YAAA,QAGF,OJjDA,MImDE,SAAA,QAGF,OJjDA,OImDE,eAAA,KAMF,OACE,UAAA,OJjDF,cACA,aACA,cIsDA,OAIE,mBAAA,OJrDF,6BACA,4BACA,6BIwDE,sBAKI,OAAA,QJxDN,gCACA,+BACA,gCI4DA,yBAIE,QAAA,EACA,aAAA,KJ3DF,qBI8DA,kBAEE,WAAA,WACA,QAAA,EAIF,iBJ9DA,2BACA,kBAFA,iBIwEE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MCxQM,UAAA,OD0QN,YAAA,QACA,MAAA,QACA,YAAA,OCtPM,0BD6OR,OCrOY,UAAA,uBDiPZ,SACE,eAAA,SEvEF,yCNGA,yCI0EE,OAAA,KExEF,cFgFE,eAAA,KACA,mBAAA,KE5EF,yCFoFE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UACA,OAAA,QAGF,SACE,QAAA,KEzFF,SF+FE,QAAA,eJvFF,mBC1YA,KDyYA,ECxYE,UAAA,QACA,YAAA,KACA,eAAA,KD8YF,OC3YA,MACE,UAAA,OACA,YAAA,KACA,eAAA,KD+YF,IQpZE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KRuZJ,IQ7ZE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KRgaJ,IQtaE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KR0aJ,mBQtaA,KRqaA,EQlaE,cAAA,ERwaF,OQpaA,MAGE,MAAA,KAGF,URmaA,WQjaE,MAAA,QAGF,WACE,UAAA,QAGF,SACE,UAAA,QAGF,SACE,UAAA,OAGF,aACE,UAAA,KACA,YAAA,IACA,YAAA,KACA,eAAA","sourcesContent":["body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","// Roboto as default Mekari fontfamily\n$font-family: \"Roboto\";\n$fonts: (\n 300: \"Regular\",\n 400: \"Regular\",\n 500: \"Medium\",\n 700: \"Medium\",\n 900: \"Medium\"\n);\n\n$font-path: #{\"../../fonts/Roboto/Roboto-\"};\n@if $is-using-rubygems {\n $font-path: #{\"fonts/Roboto/Roboto-\"};\n}\n\n@each $font-weight, $font-type in $fonts {\n $src: #{$font-path}#{$font-type};\n @font-face {\n font-family: $font-family;\n font-style: normal;\n font-weight: #{$font-weight};\n src: local($font-family);\n src: url(\"#{$src}.ttf\") format(\"truetype\");\n }\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","@import \"../mixins/text\";\n\n$heading-size: 24px, 20px, 16px;\n@for $i from 1 through length($heading-size) {\n h#{$i},\n .h#{$i} {\n margin-bottom: 0;\n font-size: nth($heading-size, $i);\n line-height: nth($heading-size, $i) + 8;\n color: $dark;\n letter-spacing: $letter-spacing;\n }\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n @extend %font-size-base;\n}\n\nsmall,\n.small {\n @extend %font-size-sm;\n color: $slate;\n}\n\n:disabled,\n[readonly] {\n color: $text-muted;\n}\n\n.text-base {\n font-size: $font-size-base;\n}\n\n.text-lg {\n font-size: $font-size-lg;\n}\n\n.text-sm {\n font-size: $font-size-sm;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: $font-weight-bold;\n line-height: 48px;\n letter-spacing: $letter-spacing;\n}\n"]}
|
1
|
+
{"version":3,"sources":["dist/css/components/mekari-ui-reboot-bootstrap.css","../../../scss/mixins/_text.scss","../../../scss/base/_fonts.scss","../../../scss/vendors/_bootstrap-reboot.scss","../../../scss/vendors/_reboot.scss","../../../scss/vendors/_rfs.scss","mekari-ui-reboot-bootstrap.css","../../../scss/vendors/mixins/_hover.scss","../../../scss/base/_text.scss"],"names":[],"mappings":"AAEA,mBCFA,KDCA,ECAE,UAAA,QACA,YAAA,KACA,eAAA,KDMF,OCHA,MACE,UAAA,OACA,YAAA,KACA,eAAA,KCQA,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,2CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,2CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBALF,WACE,YAAA,OACA,WAAA,OACA,YAAA,IACA,IAAA,gBACA,IAAA,0CAAA,mBCtBJ;;;;;;ACkBA,EJ8CA,QADA,SI1CE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,WAAA,CAAA,YAAA,CAAA,gBAAA,CAAA,WCgFI,UAAA,QD9EJ,YAAA,IACA,YAAA,OACA,MAAA,QACA,WAAA,KACA,iBAAA,KEqCF,sBF5BE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAaF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KJaF,0BIFA,YAEE,gBAAA,UACA,wBAAA,UAAA,OAAA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EACA,iCAAA,KAAA,yBAAA,KAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QJQF,GILA,GJIA,GIDE,WAAA,EACA,cAAA,KAGF,MJKA,MACA,MAFA,MIAE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,EJIA,OIFE,YAAA,IAGF,MCpFI,UAAA,ID6FJ,IJDA,IIGE,SAAA,SC/FE,UAAA,IDiGF,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YG5KA,QH+KE,MAAA,QACA,gBAAA,UAUJ,8BACE,MAAA,QACA,gBAAA,KGxLA,oCAAA,oCH2LE,MAAA,QACA,gBAAA,KANJ,oCAUI,QAAA,EJHJ,KACA,IIWA,IJVA,KIcE,YAAA,UCrJE,UAAA,IDyJJ,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,IAGE,SAAA,OACA,eAAA,OAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAGE,WAAA,QAQF,MAEE,QAAA,aACA,cAAA,IAMF,OAEE,cAAA,EAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBJ9CF,OIiDA,MJ/CA,SADA,OAEA,SImDE,OAAA,EACA,YAAA,QCtPE,UAAA,QDwPF,YAAA,QAGF,OJjDA,MImDE,SAAA,QAGF,OJjDA,OImDE,eAAA,KAMF,OACE,UAAA,OJjDF,cACA,aACA,cIsDA,OAIE,mBAAA,OJrDF,6BACA,4BACA,6BIwDE,sBAKI,OAAA,QJxDN,gCACA,+BACA,gCI4DA,yBAIE,QAAA,EACA,aAAA,KJ3DF,qBI8DA,kBAEE,WAAA,WACA,QAAA,EAIF,iBJ9DA,2BACA,kBAFA,iBIwEE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MCxQM,UAAA,OD0QN,YAAA,QACA,MAAA,QACA,YAAA,OCtPM,0BD6OR,OCrOY,UAAA,uBDiPZ,SACE,eAAA,SEvEF,yCNGA,yCI0EE,OAAA,KExEF,cFgFE,eAAA,KACA,mBAAA,KE5EF,yCFoFE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UACA,OAAA,QAGF,SACE,QAAA,KEzFF,SF+FE,QAAA,eJvFF,mBC1YA,KDyYA,ECxYE,UAAA,QACA,YAAA,KACA,eAAA,KD8YF,OC3YA,MACE,UAAA,OACA,YAAA,KACA,eAAA,KD+YF,IQpZE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KRuZJ,IQ7ZE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KRgaJ,IQtaE,GAEE,cAAA,EACA,UAAA,KACA,YAAA,KACA,MAAA,QACA,eAAA,KR0aJ,mBQtaA,KRqaA,EQlaE,cAAA,ERwaF,OQpaA,MAGE,MAAA,KAGF,URmaA,WQjaE,MAAA,QAGF,WACE,UAAA,QAGF,SACE,UAAA,QAGF,SACE,UAAA,OAGF,aACE,UAAA,KACA,YAAA,IACA,YAAA,KACA,eAAA","sourcesContent":["body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","// Roboto as default Mekari fontfamily\n$font-family: \"Roboto\";\n$fonts: (\n 300: \"Regular\",\n 400: \"Regular\",\n 500: \"Medium\",\n 700: \"Medium\",\n 900: \"Medium\"\n);\n\n$font-path: #{\"../../fonts/Roboto/Roboto-\"} !default;\n@if $is-using-rubygems {\n $font-path: #{\"fonts/Roboto/Roboto-\"} !default;\n}\n\n@each $font-weight, $font-type in $fonts {\n $src: #{$font-path}#{$font-type};\n @font-face {\n font-family: $font-family;\n font-style: normal;\n font-weight: #{$font-weight};\n src: local($font-family);\n src: url(\"#{$src}.ttf\") format(\"truetype\");\n }\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","@import \"../mixins/text\";\n\n$heading-size: 24px, 20px, 16px;\n@for $i from 1 through length($heading-size) {\n h#{$i},\n .h#{$i} {\n margin-bottom: 0;\n font-size: nth($heading-size, $i);\n line-height: nth($heading-size, $i) + 8;\n color: $dark;\n letter-spacing: $letter-spacing;\n }\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n @extend %font-size-base;\n}\n\nsmall,\n.small {\n @extend %font-size-sm;\n color: $slate;\n}\n\n:disabled,\n[readonly] {\n color: $text-muted;\n}\n\n.text-base {\n font-size: $font-size-base;\n}\n\n.text-lg {\n font-size: $font-size-lg;\n}\n\n.text-sm {\n font-size: $font-size-sm;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: $font-weight-bold;\n line-height: 48px;\n letter-spacing: $letter-spacing;\n}\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendor-extensions/_typography.scss","mekari-ui-reboot-bootstrap.css","../../../scss/base/_fonts.scss","../../../scss/vendors/_bootstrap-reboot.scss","../../../scss/vendors/_reboot.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_spacing.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_tables.scss","../../../scss/base/_text.scss"],"names":[],"mappings":"AAAA;;;EACE,mBCI2C;EDH3C,iBAAiB;EACjB,qBCSwC;ACN1C;;AFAA;;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACC1C;;ACIE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,oEAA0C;ADD9C;;ACJE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,oEAA0C;ADO9C;;ACZE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;ADe9C;;ACpBE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;ADuB9C;;AC5BE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;AD+B9C;;AErDA;;;;;;EF6DE;AG3CF;;;EAGE,sBAAsB;AH6CxB;;AG1CA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,8BAA8B;EAC9B,6CCJa;AJiDf;;AGvCA;EACE,cAAc;AH0ChB;;AGhCA;EACE,SAAS;EACT,kGJ/CyH;EM+HrH,mBAtCY;EFxChB,gBJhCuC;EIiCvC,mBJzC0C;EI0C1C,cClDa;EDmDb,gBAAgB;EAChB,sBC/CU;AJkFZ;;AAEA;EG5BE,qBAAqB;AH8BvB;;AGrBA;EACE,uBAAuB;EACvB,SAAS;EACT,iBAAiB;AHwBnB;;AGXA;EACE,aAAa;EACb,qBG5EkC;AN0FpC;;AGPA;EACE,aAAa;EACb,mBGjGW;AN2Gb;;AGCA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,gBAAgB;EAChB,sCAA8B;EAA9B,8BAA8B;AHEhC;;AGCA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;AHEtB;;AGCA;;;EAGE,aAAa;EACb,mBAAmB;AHErB;;AGCA;;;;EAIE,gBAAgB;AHElB;;AGCA;EACE,gBJzHuC;AC2HzC;;AGCA;EACE,oBAAoB;EACpB,cAAc;AHEhB;;AGCA;EACE,gBAAgB;AHElB;;AGCA;;EAEE,gBJtIuC;ACwIzC;;AGCA;EEpFI,cAAW;ALuFf;;AGMA;;EAEE,kBAAkB;EE/FhB,cAAW;EFiGb,cAAc;EACd,wBAAwB;AHH1B;;AGMA;EAAM,cAAc;AHFpB;;AGGA;EAAM,UAAU;AHChB;;AGMA;EACE,cCzKqB;ED0KrB,qBJ5JwC;EI6JxC,6BAA6B;AHH/B;;AOzKE;EJ+KE,cJjK0D;EIkK1D,0BJhK2C;AC8J/C;;AGYA;EACE,cAAc;EACd,qBAAqB;AHTvB;;AO/KE;EJ2LE,cAAc;EACd,qBAAqB;AHRzB;;AGEA;EAUI,UAAU;AHRd;;AGiBA;;;;EAIE,sBJ3N+B;EMsE7B,cAAW;ALwIf;;AGiBA;EAEE,aAAa;EAEb,mBAAmB;EAEnB,cAAc;AHjBhB;;AGyBA;EAEE,gBAAgB;AHvBlB;;AG+BA;EACE,sBAAsB;EACtB,kBAAkB;AH5BpB;;AG+BA;EAGE,gBAAgB;EAChB,sBAAsB;AH9BxB;;AGsCA;EACE,yBAAyB;AHnC3B;;AGsCA;EACE,oBK1PkC;EL2PlC,uBK3PkC;EL4PlC,cC9Qa;ED+Qb,gBAAgB;EAChB,oBAAoB;AHnCtB;;AGsCA;EAGE,mBAAmB;AHrCrB;;AG6CA;EAEE,qBAAqB;EACrB,kBGrRuB;AN0OzB;;AGiDA;EAEE,gBAAgB;AH/ClB;;AGsDA;EACE,mBAAmB;EACnB,0CAA0C;AHnD5C;;AGsDA;;;;;EAKE,SAAS;EACT,oBAAoB;EEtPlB,kBAAW;EFwPb,oBAAoB;AHnDtB;;AGsDA;;EAEE,iBAAiB;AHnDnB;;AGsDA;;EAEE,oBAAoB;AHnDtB;;AGyDA;EACE,iBAAiB;AHtDnB;;AG6DA;;;;EAIE,0BAA0B;AH1D5B;;AG+DE;;;;EAKI,eAAe;AH7DrB;;AGmEA;;;;EAIE,UAAU;EACV,kBAAkB;AHhEpB;;AGmEA;;EAEE,sBAAsB;EACtB,UAAU;AHhEZ;;AGoEA;;;;EASE,2BAA2B;AHtE7B;;AGyEA;EACE,cAAc;EAEd,gBAAgB;AHvElB;;AG0EA;EAME,YAAY;EAEZ,UAAU;EACV,SAAS;EACT,SAAS;AH7EX;;AGkFA;EACE,cAAc;EACd,WAAW;EACX,eAAe;EACf,UAAU;EACV,oBAAoB;EExQd,iBAhEU;EF0UhB,oBAAoB;EACpB,cAAc;EACd,mBAAmB;AH/ErB;;AKvKQ;EF6OR;IErOY,kCA9D+C;ELkOzD;AACF;;AG4EA;EACE,wBAAwB;AHzE1B;;AAEA;;EG6EE,YAAY;AH1Ed;;AAEA;EGgFE,oBAAoB;EACpB,wBAAwB;AH9E1B;;AAEA;EGoFE,wBAAwB;AHlF1B;;AG0FA;EACE,aAAa;EACb,0BAA0B;AHvF5B;;AG8FA;EACE,qBAAqB;AH3FvB;;AG8FA;EACE,kBAAkB;EAClB,eAAe;AH3FjB;;AG8FA;EACE,aAAa;AH3Ff;;AAEA;EG+FE,wBAAwB;AH7F1B;;AFpYA;;;EACE,mBCI2C;EDH3C,iBAAiB;EACjB,qBCSwC;ACgY1C;;AFtYA;;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACuY1C;;AS/YE;;EAEE,gBAAgB;EAChB,eALe;EAMf,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACgZ1C;;ASxZE;;EAEE,gBAAgB;EAChB,eALqB;EAMrB,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACyZ1C;;ASjaE;;EAEE,gBAAgB;EAChB,eAL2B;EAM3B,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACka1C;;AShaA;;;EAGE,gBAAgB;ATmalB;;AS/ZA;;EAGE,WLtBU;AJubZ;;AS9ZA;;EAEE,cL1Ba;AJ2bf;;AS9ZA;EACE,mBV5B2C;AC6b7C;;AS9ZA;EACE,kBV/B2C;ACgc7C;;AS9ZA;EACE,kBVlC0C;ACmc5C;;AS9ZA;EACE,eAAe;EACf,gBV5BuC;EU6BvC,iBAAiB;EACjB,qBVpCwC;ACqc1C","file":"mekari-ui-reboot-bootstrap.css","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n","body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","// Roboto as default Mekari fontfamily\n$font-family: \"Roboto\";\n$fonts: (\n 300: \"Regular\",\n 400: \"Regular\",\n 500: \"Medium\",\n 700: \"Medium\",\n 900: \"Medium\"\n);\n\n$font-path: #{\"../../fonts/Roboto/Roboto-\"};\n@if $is-using-rubygems {\n $font-path: #{\"fonts/Roboto/Roboto-\"};\n}\n\n@each $font-weight, $font-type in $fonts {\n $src: #{$font-path}#{$font-type};\n @font-face {\n font-family: $font-family;\n font-style: normal;\n font-weight: #{$font-weight};\n src: local($font-family);\n src: url(\"#{$src}.ttf\") format(\"truetype\");\n }\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Spacing for Mekari UI\n$spacer: 1rem;\n$spacers: (\n 0: 0,\n 1: ($spacer * .25), // tiny\n 2: ($spacer * .5), // xmall\n 3: $spacer, // small\n 4: ($spacer * 1.5), // normal\n 5: ($spacer * 2), // medium\n 6: ($spacer * 2.5), // large\n 7: ($spacer * 5) // xlarge\n);\n\n$headings-margin-bottom: $spacer / 2;\n$paragraph-margin-bottom: $spacer;\n$label-margin-bottom: 8px;\n\n//pagination\n\n$pagination-padding-y: 8px;\n$pagination-padding-x: 12px;\n$pagination-padding-y-sm: 4px;\n$pagination-padding-x-sm: 8px;\n$pagination-padding-y-lg: 12px;\n$pagination-padding-x-lg: 24px;\n$pagination-line-height: 20px;\n\n$pagination-border-width: 1px;\n$pagination-border-color: $smoke;\n\n$pagination-hover-color: $link-hover-color;\n$pagination-hover-bg: $smoke;\n$pagination-hover-border-color: $muted;\n\n$pagination-color: $link-color;\n$pagination-bg: $white;\n$pagination-focus-outline: 0;\n$pagination-focus-box-shadow: 0 0 0 .2rem $primary;\n\n$pagination-active-color: $white;\n$pagination-active-bg: $primary;\n$pagination-active-border-color: $pagination-active-bg;\n\n$pagination-disabled-color: $slate !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $smoke !default;\n\n$line-height-lg: 32px;\n\n//images\n\n$thumbnail-padding: 4px;\n$thumbnail-bg: $body-bg;\n\n$thumbnail-border-width: 1px;\n$thumbnail-border-color: $smoke;\n$thumbnail-border-radius: 4px;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075);\n$figure-caption-font-size: 90%;\n$figure-caption-color: $slate;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","\n$table-head-bg: $white;\n$table-head-color: $dark;\n\n$table-accent-bg: rgba($black, .05);\n$table-bg: null;\n$table-bg-level: -9;\n$table-caption-color: $text-muted;\n$table-color: $dark;\n$theme-color-interval: 8%;\n$table-striped-order: odd;\n\n$table-hover-color: $table-color;\n$table-hover-bg: $cloud;\n\n$table-active-bg: $table-hover-bg;\n\n$table-border-color: $smoke;\n$table-border-level: -6;\n$table-border-width: 1px;\n\n$table-cell-padding: .75rem;\n$table-cell-padding-sm: .3rem;\n\n$table-dark-color: $white;\n$table-dark-bg: $slate;\n$table-dark-accent-bg: rgba($white, .05);\n$table-dark-hover-color: $table-dark-color;\n$table-dark-hover-bg: rgba($white, .075);\n$table-dark-border-color: lighten($table-dark-bg, 7.5%);\n","@import \"../mixins/text\";\n\n$heading-size: 24px, 20px, 16px;\n@for $i from 1 through length($heading-size) {\n h#{$i},\n .h#{$i} {\n margin-bottom: 0;\n font-size: nth($heading-size, $i);\n line-height: nth($heading-size, $i) + 8;\n color: $dark;\n letter-spacing: $letter-spacing;\n }\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n @extend %font-size-base;\n}\n\nsmall,\n.small {\n @extend %font-size-sm;\n color: $slate;\n}\n\n:disabled,\n[readonly] {\n color: $text-muted;\n}\n\n.text-base {\n font-size: $font-size-base;\n}\n\n.text-lg {\n font-size: $font-size-lg;\n}\n\n.text-sm {\n font-size: $font-size-sm;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: $font-weight-bold;\n line-height: 48px;\n letter-spacing: $letter-spacing;\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendor-extensions/_typography.scss","mekari-ui-reboot-bootstrap.css","../../../scss/base/_fonts.scss","../../../scss/vendors/_bootstrap-reboot.scss","../../../scss/vendors/_reboot.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_spacing.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_tables.scss","../../../scss/base/_text.scss"],"names":[],"mappings":"AAAA;;;EACE,mBCI2C;EDH3C,iBAAiB;EACjB,qBCSwC;ACN1C;;AFAA;;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACC1C;;ACIE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,oEAA0C;ADD9C;;ACJE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,oEAA0C;ADO9C;;ACZE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;ADe9C;;ACpBE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;ADuB9C;;AC5BE;EACE,qBAjBkB;EAkBlB,kBAAkB;EAClB,gBAAa;EACb,oBAAwB;EACxB,mEAA0C;AD+B9C;;AErDA;;;;;;EF6DE;AG3CF;;;EAGE,sBAAsB;AH6CxB;;AG1CA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,8BAA8B;EAC9B,6CCJa;AJiDf;;AGvCA;EACE,cAAc;AH0ChB;;AGhCA;EACE,SAAS;EACT,kGJ/CyH;EM+HrH,mBAtCY;EFxChB,gBJhCuC;EIiCvC,mBJzC0C;EI0C1C,cClDa;EDmDb,gBAAgB;EAChB,sBC/CU;AJkFZ;;AAEA;EG5BE,qBAAqB;AH8BvB;;AGrBA;EACE,uBAAuB;EACvB,SAAS;EACT,iBAAiB;AHwBnB;;AGXA;EACE,aAAa;EACb,qBG5EkC;AN0FpC;;AGPA;EACE,aAAa;EACb,mBGjGW;AN2Gb;;AGCA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,gBAAgB;EAChB,sCAA8B;EAA9B,8BAA8B;AHEhC;;AGCA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;AHEtB;;AGCA;;;EAGE,aAAa;EACb,mBAAmB;AHErB;;AGCA;;;;EAIE,gBAAgB;AHElB;;AGCA;EACE,gBJzHuC;AC2HzC;;AGCA;EACE,oBAAoB;EACpB,cAAc;AHEhB;;AGCA;EACE,gBAAgB;AHElB;;AGCA;;EAEE,gBJtIuC;ACwIzC;;AGCA;EEpFI,cAAW;ALuFf;;AGMA;;EAEE,kBAAkB;EE/FhB,cAAW;EFiGb,cAAc;EACd,wBAAwB;AHH1B;;AGMA;EAAM,cAAc;AHFpB;;AGGA;EAAM,UAAU;AHChB;;AGMA;EACE,cCzKqB;ED0KrB,qBJ5JwC;EI6JxC,6BAA6B;AHH/B;;AOzKE;EJ+KE,cJjK0D;EIkK1D,0BJhK2C;AC8J/C;;AGYA;EACE,cAAc;EACd,qBAAqB;AHTvB;;AO/KE;EJ2LE,cAAc;EACd,qBAAqB;AHRzB;;AGEA;EAUI,UAAU;AHRd;;AGiBA;;;;EAIE,sBJ3N+B;EMsE7B,cAAW;ALwIf;;AGiBA;EAEE,aAAa;EAEb,mBAAmB;EAEnB,cAAc;AHjBhB;;AGyBA;EAEE,gBAAgB;AHvBlB;;AG+BA;EACE,sBAAsB;EACtB,kBAAkB;AH5BpB;;AG+BA;EAGE,gBAAgB;EAChB,sBAAsB;AH9BxB;;AGsCA;EACE,yBAAyB;AHnC3B;;AGsCA;EACE,oBK1PkC;EL2PlC,uBK3PkC;EL4PlC,cC9Qa;ED+Qb,gBAAgB;EAChB,oBAAoB;AHnCtB;;AGsCA;EAGE,mBAAmB;AHrCrB;;AG6CA;EAEE,qBAAqB;EACrB,kBGrRuB;AN0OzB;;AGiDA;EAEE,gBAAgB;AH/ClB;;AGsDA;EACE,mBAAmB;EACnB,0CAA0C;AHnD5C;;AGsDA;;;;;EAKE,SAAS;EACT,oBAAoB;EEtPlB,kBAAW;EFwPb,oBAAoB;AHnDtB;;AGsDA;;EAEE,iBAAiB;AHnDnB;;AGsDA;;EAEE,oBAAoB;AHnDtB;;AGyDA;EACE,iBAAiB;AHtDnB;;AG6DA;;;;EAIE,0BAA0B;AH1D5B;;AG+DE;;;;EAKI,eAAe;AH7DrB;;AGmEA;;;;EAIE,UAAU;EACV,kBAAkB;AHhEpB;;AGmEA;;EAEE,sBAAsB;EACtB,UAAU;AHhEZ;;AGoEA;;;;EASE,2BAA2B;AHtE7B;;AGyEA;EACE,cAAc;EAEd,gBAAgB;AHvElB;;AG0EA;EAME,YAAY;EAEZ,UAAU;EACV,SAAS;EACT,SAAS;AH7EX;;AGkFA;EACE,cAAc;EACd,WAAW;EACX,eAAe;EACf,UAAU;EACV,oBAAoB;EExQd,iBAhEU;EF0UhB,oBAAoB;EACpB,cAAc;EACd,mBAAmB;AH/ErB;;AKvKQ;EF6OR;IErOY,kCA9D+C;ELkOzD;AACF;;AG4EA;EACE,wBAAwB;AHzE1B;;AAEA;;EG6EE,YAAY;AH1Ed;;AAEA;EGgFE,oBAAoB;EACpB,wBAAwB;AH9E1B;;AAEA;EGoFE,wBAAwB;AHlF1B;;AG0FA;EACE,aAAa;EACb,0BAA0B;AHvF5B;;AG8FA;EACE,qBAAqB;AH3FvB;;AG8FA;EACE,kBAAkB;EAClB,eAAe;AH3FjB;;AG8FA;EACE,aAAa;AH3Ff;;AAEA;EG+FE,wBAAwB;AH7F1B;;AFpYA;;;EACE,mBCI2C;EDH3C,iBAAiB;EACjB,qBCSwC;ACgY1C;;AFtYA;;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACuY1C;;AS/YE;;EAEE,gBAAgB;EAChB,eALe;EAMf,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACgZ1C;;ASxZE;;EAEE,gBAAgB;EAChB,eALqB;EAMrB,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACyZ1C;;ASjaE;;EAEE,gBAAgB;EAChB,eAL2B;EAM3B,iBAAuC;EACvC,cLRW;EKSX,qBVEsC;ACka1C;;AShaA;;;EAGE,gBAAgB;ATmalB;;AS/ZA;;EAGE,WLtBU;AJubZ;;AS9ZA;;EAEE,cL1Ba;AJ2bf;;AS9ZA;EACE,mBV5B2C;AC6b7C;;AS9ZA;EACE,kBV/B2C;ACgc7C;;AS9ZA;EACE,kBVlC0C;ACmc5C;;AS9ZA;EACE,eAAe;EACf,gBV5BuC;EU6BvC,iBAAiB;EACjB,qBVpCwC;ACqc1C","file":"mekari-ui-reboot-bootstrap.css","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n","body,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 300;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Regular.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 900;\n src: local(\"Roboto\");\n src: url(\"../../fonts/Roboto/Roboto-Medium.ttf\") format(\"truetype\");\n}\n\n/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.4285;\n color: #212121;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #1357ff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0039c6;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #b4b4b4;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 8px;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nbody,\np,\n.font-size-default {\n font-size: 0.875rem;\n line-height: 20px;\n letter-spacing: 0.2px;\n}\n\nsmall,\n.small {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\nh1,\n.h1 {\n margin-bottom: 0;\n font-size: 24px;\n line-height: 32px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh2,\n.h2 {\n margin-bottom: 0;\n font-size: 20px;\n line-height: 28px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nh3,\n.h3 {\n margin-bottom: 0;\n font-size: 16px;\n line-height: 24px;\n color: #212121;\n letter-spacing: 0.2px;\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n}\n\nsmall,\n.small {\n color: #777;\n}\n\n:disabled,\n[readonly] {\n color: #b4b4b4;\n}\n\n.text-base {\n font-size: 0.875rem;\n}\n\n.text-lg {\n font-size: 1.25rem;\n}\n\n.text-sm {\n font-size: 0.75rem;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: 500;\n line-height: 48px;\n letter-spacing: 0.2px;\n}\n\n/*# sourceMappingURL=mekari-ui-reboot-bootstrap.css.map */","// Roboto as default Mekari fontfamily\n$font-family: \"Roboto\";\n$fonts: (\n 300: \"Regular\",\n 400: \"Regular\",\n 500: \"Medium\",\n 700: \"Medium\",\n 900: \"Medium\"\n);\n\n$font-path: #{\"../../fonts/Roboto/Roboto-\"} !default;\n@if $is-using-rubygems {\n $font-path: #{\"fonts/Roboto/Roboto-\"} !default;\n}\n\n@each $font-weight, $font-type in $fonts {\n $src: #{$font-path}#{$font-type};\n @font-face {\n font-family: $font-family;\n font-style: normal;\n font-weight: #{$font-weight};\n src: local($font-family);\n src: url(\"#{$src}.ttf\") format(\"truetype\");\n }\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Spacing for Mekari UI\n$spacer: 1rem;\n$spacers: (\n 0: 0,\n 1: ($spacer * .25), // tiny\n 2: ($spacer * .5), // xmall\n 3: $spacer, // small\n 4: ($spacer * 1.5), // normal\n 5: ($spacer * 2), // medium\n 6: ($spacer * 2.5), // large\n 7: ($spacer * 5) // xlarge\n);\n\n$headings-margin-bottom: $spacer / 2;\n$paragraph-margin-bottom: $spacer;\n$label-margin-bottom: 8px;\n\n//pagination\n\n$pagination-padding-y: 8px;\n$pagination-padding-x: 12px;\n$pagination-padding-y-sm: 4px;\n$pagination-padding-x-sm: 8px;\n$pagination-padding-y-lg: 12px;\n$pagination-padding-x-lg: 24px;\n$pagination-line-height: 20px;\n\n$pagination-border-width: 1px;\n$pagination-border-color: $smoke;\n\n$pagination-hover-color: $link-hover-color;\n$pagination-hover-bg: $smoke;\n$pagination-hover-border-color: $muted;\n\n$pagination-color: $link-color;\n$pagination-bg: $white;\n$pagination-focus-outline: 0;\n$pagination-focus-box-shadow: 0 0 0 .2rem $primary;\n\n$pagination-active-color: $white;\n$pagination-active-bg: $primary;\n$pagination-active-border-color: $pagination-active-bg;\n\n$pagination-disabled-color: $slate !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $smoke !default;\n\n$line-height-lg: 32px;\n\n//images\n\n$thumbnail-padding: 4px;\n$thumbnail-bg: $body-bg;\n\n$thumbnail-border-width: 1px;\n$thumbnail-border-color: $smoke;\n$thumbnail-border-radius: 4px;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075);\n$figure-caption-font-size: 90%;\n$figure-caption-color: $slate;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","\n$table-head-bg: $white;\n$table-head-color: $dark;\n\n$table-accent-bg: rgba($black, .05);\n$table-bg: null;\n$table-bg-level: -9;\n$table-caption-color: $text-muted;\n$table-color: $dark;\n$theme-color-interval: 8%;\n$table-striped-order: odd;\n\n$table-hover-color: $table-color;\n$table-hover-bg: $cloud;\n\n$table-active-bg: $table-hover-bg;\n\n$table-border-color: $smoke;\n$table-border-level: -6;\n$table-border-width: 1px;\n\n$table-cell-padding: .75rem;\n$table-cell-padding-sm: .3rem;\n\n$table-dark-color: $white;\n$table-dark-bg: $slate;\n$table-dark-accent-bg: rgba($white, .05);\n$table-dark-hover-color: $table-dark-color;\n$table-dark-hover-bg: rgba($white, .075);\n$table-dark-border-color: lighten($table-dark-bg, 7.5%);\n","@import \"../mixins/text\";\n\n$heading-size: 24px, 20px, 16px;\n@for $i from 1 through length($heading-size) {\n h#{$i},\n .h#{$i} {\n margin-bottom: 0;\n font-size: nth($heading-size, $i);\n line-height: nth($heading-size, $i) + 8;\n color: $dark;\n letter-spacing: $letter-spacing;\n }\n}\n\nbody,\np,\n.font-size-default {\n margin-bottom: 0;\n @extend %font-size-base;\n}\n\nsmall,\n.small {\n @extend %font-size-sm;\n color: $slate;\n}\n\n:disabled,\n[readonly] {\n color: $text-muted;\n}\n\n.text-base {\n font-size: $font-size-base;\n}\n\n.text-lg {\n font-size: $font-size-lg;\n}\n\n.text-sm {\n font-size: $font-size-sm;\n}\n\n.large-title {\n font-size: 32px;\n font-weight: $font-weight-bold;\n line-height: 48px;\n letter-spacing: $letter-spacing;\n}\n"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
@-webkit-keyframes shimmer{0%{background-position:-100vw 0}100%{background-position:100vw 0}}@keyframes shimmer{0%{background-position:-100vw 0}100%{background-position:100vw 0}}.shimmer{position:relative;background:linear-gradient(to right,#e2e2e2 2%,#b4b4b4 35%,#e2e2e2 40%);background-size:2800px 104px;-webkit-animation:shimmer 1s linear infinite;animation:shimmer 1s linear infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
|
2
|
+
/*# sourceMappingURL=mekari-ui-shimmer-min.css.map */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../scss/components/config/_shimmer.scss"],"names":[],"mappings":"AAAA,2BACE,GACE,oBAAA,OAAA,EAEF,KACE,oBAAA,MAAA,GALJ,mBACE,GACE,oBAAA,OAAA,EAEF,KACE,oBAAA,MAAA,GAGJ,SACE,SAAA,SAEA,WAAA,6DACA,gBAAA,OAAA,MACA,kBAAA,QAAA,GAAA,OAAA,SAAA,UAAA,QAAA,GAAA,OAAA,SACA,4BAAA,SAAA,oBAAA","sourcesContent":["@keyframes shimmer {\n 0% {\n background-position: -100vw 0;\n }\n 100% {\n background-position: 100vw 0;\n }\n}\n.shimmer {\n position: relative;\n background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e2e2e2), color-stop(18%, #b4b4b4), color-stop(33%, #e2e2e2));\n background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%);\n background-size: 2800px 104px;\n animation: shimmer 1s linear infinite;\n animation-fill-mode: forwards;\n}\n"]}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
@-webkit-keyframes shimmer {
|
2
|
+
0% {
|
3
|
+
background-position: -100vw 0;
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
background-position: 100vw 0;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
@keyframes shimmer {
|
11
|
+
0% {
|
12
|
+
background-position: -100vw 0;
|
13
|
+
}
|
14
|
+
100% {
|
15
|
+
background-position: 100vw 0;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
.shimmer {
|
20
|
+
position: relative;
|
21
|
+
background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%);
|
22
|
+
background-size: 2800px 104px;
|
23
|
+
-webkit-animation: shimmer 1s linear infinite;
|
24
|
+
animation: shimmer 1s linear infinite;
|
25
|
+
-webkit-animation-fill-mode: forwards;
|
26
|
+
animation-fill-mode: forwards;
|
27
|
+
}
|
28
|
+
/*# sourceMappingURL=mekari-ui-shimmer.css.map */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../scss/components/config/_shimmer.scss","mekari-ui-shimmer.css"],"names":[],"mappings":"AAAA;EACE;IACE,6BAA6B;ECC/B;EDCA;IACE,4BAA4B;ECC9B;AACF;;ADPA;EACE;IACE,6BAA6B;ECC/B;EDCA;IACE,4BAA4B;ECC9B;AACF;;ADCA;EACE,kBAAkB;EAElB,2EAA2E;EAC3E,6BAA6B;EAC7B,6CAAqC;EAArC,qCAAqC;EACrC,qCAA6B;EAA7B,6BAA6B;ACE/B","file":"mekari-ui-shimmer.css","sourcesContent":["@keyframes shimmer {\n 0% {\n background-position: -100vw 0;\n }\n 100% {\n background-position: 100vw 0;\n }\n}\n.shimmer {\n position: relative;\n background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e2e2e2), color-stop(18%, #b4b4b4), color-stop(33%, #e2e2e2));\n background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%);\n background-size: 2800px 104px;\n animation: shimmer 1s linear infinite;\n animation-fill-mode: forwards;\n}\n","@keyframes shimmer {\n 0% {\n background-position: -100vw 0;\n }\n 100% {\n background-position: 100vw 0;\n }\n}\n\n.shimmer {\n position: relative;\n background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e2e2e2), color-stop(18%, #b4b4b4), color-stop(33%, #e2e2e2));\n background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%);\n background-size: 2800px 104px;\n animation: shimmer 1s linear infinite;\n animation-fill-mode: forwards;\n}\n\n/*# sourceMappingURL=mekari-ui-shimmer.css.map */"]}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:8px 16px}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#b4b4b4;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #e2e2e2}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:transparent}.nav-tabs .nav-link.disabled{color:#b4b4b4;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#212121;background-color:transparent;border-color:transparent}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#005fbf}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs{margin-bottom:24px}.nav-tabs .nav-item{margin:8px 0 11px}.nav-tabs .nav-link{position:relative;padding:8px 16px;color:#777;border:none;border-radius:4px}.nav-tabs .nav-link:hover{color:#212121}.nav-tabs .nav-link.active{font-weight:500}.nav-tabs .nav-link.active::after{position:absolute;bottom:-12px;left:0;width:100%;height:4px;content:"";background-color:#212121}.nav-tabs .nav-link.disabled{color:#b4b4b4;pointer-events:auto;cursor:not-allowed}.nav-tabs .dropdown-menu{margin-top:11px;border-radius:4px}.nav-tabs .dropdown-menu .dropdown-item.active{color:inherit;background-color:inherit}
|
1
|
+
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:8px 16px}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#b4b4b4;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #e2e2e2}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:transparent}.nav-tabs .nav-link.disabled{color:#b4b4b4;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#212121;background-color:transparent;border-color:transparent}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#005fbf}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs{margin-bottom:24px}.nav-tabs .nav-item{margin:8px 0 11px}.nav-tabs .nav-link{position:relative;padding:8px 16px;color:#777;border:none;border-radius:4px}.nav-tabs .nav-link:hover{color:#212121}.nav-tabs .nav-link.active{font-weight:500}.nav-tabs .nav-link.active::after{position:absolute;bottom:-12px;left:0;width:100%;height:4px;content:"";background-color:#212121}.nav-tabs .nav-link.active.theme-danger::after{background-color:#d74022}.nav-tabs .nav-link.active.theme-success::after{background-color:#009f61}.nav-tabs .nav-link.active.theme-info::after{background-color:#ffeb99}.nav-tabs .nav-link.active.theme-warning::after{background-color:#ffb700}.nav-tabs .nav-link.active.theme-primary::after{background-color:#005fbf}.nav-tabs .nav-link.active.theme-jurnal::after{background-color:#009bde}.nav-tabs .nav-link.active.theme-talenta::after{background-color:#c02a34}.nav-tabs .nav-link.active.theme-klikpajak::after{background-color:#f96d01}.nav-tabs .nav-link.active.theme-mekari::after{background-color:#6d48e5}.nav-tabs .nav-link.active.theme-dark::after{background-color:#212121}.nav-tabs .nav-link.active.theme-slate::after{background-color:#777}.nav-tabs .nav-link.active.theme-muted::after{background-color:#b4b4b4}.nav-tabs .nav-link.active.theme-smoke::after{background-color:#e2e2e2}.nav-tabs .nav-link.active.theme-light::after{background-color:#fbfbfb}.nav-tabs .nav-link.active.theme-cloud::after{background-color:#f2f4f7}.nav-tabs .nav-link.active.theme-link::after{background-color:#1357ff}.nav-tabs .nav-link.active.theme-white::after{background-color:#fff}.nav-tabs .nav-link.disabled{color:#b4b4b4;pointer-events:auto;cursor:not-allowed}.nav-tabs .dropdown-menu{margin-top:11px;border-radius:4px}.nav-tabs .dropdown-menu .dropdown-item.active{color:inherit;background-color:inherit}
|
2
2
|
/*# sourceMappingURL=mekari-ui-tabs-min.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_nav.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendors/mixins/_border-radius.scss","dist/css/components/mekari-ui-tabs.css","../../../scss/components/config/_tabs.scss"],"names":[],"mappings":"AAKA,KACE,QAAA,KACA,UAAA,KACA,aAAA,EACA,cAAA,EACA,WAAA,KAGF,UACE,QAAA,MACA,QAAA,IAAA,KCCA,gBAAA,gBDEE,gBAAA,KALJ,mBAUI,MAAA,QACA,eAAA,KACA,OAAA,QAQJ,UACE,cAAA,IAAA,MAAA,QADF,oBAII,cAAA,KAJJ,oBAQI,OAAA,IAAA,MAAA,YE3BA,uBAAA,EACA,wBAAA,EDCF,0BAAA,0BD6BI,aAAA,YAZN,6BAgBM,MAAA,QACA,iBAAA,YACA,aAAA,YGHN,mCHfA,2BAwBI,MAAA,QACA,iBAAA,YACA,aAAA,YA1BJ,yBA+BI,WAAA,KElDA,uBAAA,EACA,wBAAA,EF4DJ,qBEtEI,cAAA,IFsEJ,4BGVA,2BHiBI,MAAA,KACA,iBAAA,QASJ,oBAEI,KAAA,EAAA,EAAA,KACA,WAAA,OAIJ,yBAEI,WAAA,EACA,UAAA,EACA,WAAA,OASJ,uBAEI,QAAA,KAFJ,qBAKI,QAAA,MIrHJ,UACE,cAAA,KADF,oBAKM,OAAA,IAAA,EAAA,KALN,oBASM,SAAA,SACA,QAAA,IAAA,KACA,MAAA,KACA,OAAA,KFPF,cAAA,IELJ,0BAgBQ,MAAA,QAhBR,2BAoBQ,YAAA,IApBR,kCAsBU,SAAA,SACA,OAAA,MACA,KAAA,EACA,MAAA,KACA,OAAA,IACA,QAAA,GACA,iBAAA,QA5BV,6BAiCQ,MAAA,QACA,eAAA,KACA,OAAA,YAnCR,yBAyCI,WAAA,KFpCA,cAAA,IELJ,+CA8CQ,MAAA,QACA,iBAAA","sourcesContent":["// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s or `<ul>`s.\n\n.#{$prefix}nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.#{$prefix}nav-link {\n display: block;\n padding: $nav-link-padding-y $nav-link-padding-x;\n\n @include hover-focus {\n text-decoration: none;\n }\n\n // Disabled state lightens text\n &.disabled {\n color: $nav-link-disabled-color;\n pointer-events: none;\n cursor: default;\n }\n}\n\n//\n// Tabs\n//\n\n.#{$prefix}nav-tabs {\n border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;\n\n .#{$prefix}nav-item {\n margin-bottom: -$nav-tabs-border-width;\n }\n\n .#{$prefix}nav-link {\n border: $nav-tabs-border-width solid transparent;\n @include border-top-radius($nav-tabs-border-radius);\n\n @include hover-focus {\n border-color: $nav-tabs-link-hover-border-color;\n }\n\n &.disabled {\n color: $nav-link-disabled-color;\n background-color: transparent;\n border-color: transparent;\n }\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}nav-item.show .#{$prefix}nav-link {\n color: $nav-tabs-link-active-color;\n background-color: $nav-tabs-link-active-bg;\n border-color: $nav-tabs-link-active-border-color;\n }\n\n .#{$prefix}dropdown-menu {\n // Make dropdown border overlap tab border\n margin-top: -$nav-tabs-border-width;\n // Remove the top rounded corners here since there is a hard edge above the menu\n @include border-top-radius(0);\n }\n}\n\n\n//\n// Pills\n//\n\n.#{$prefix}nav-pills {\n .#{$prefix}nav-link {\n @include border-radius($nav-pills-border-radius);\n }\n\n .#{$prefix}nav-link.active,\n .show > .#{$prefix}nav-link {\n color: $nav-pills-link-active-color;\n background-color: $nav-pills-link-active-bg;\n }\n}\n\n\n//\n// Justified variants\n//\n\n.#{$prefix}nav-fill {\n .#{$prefix}nav-item {\n flex: 1 1 auto;\n text-align: center;\n }\n}\n\n.#{$prefix}nav-justified {\n .#{$prefix}nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.#{$prefix}tab-content {\n > .#{$prefix}tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 8px 16px;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #b4b4b4;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #e2e2e2;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #212121;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 4px;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #005fbf;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.nav-tabs {\n margin-bottom: 24px;\n}\n\n.nav-tabs .nav-item {\n margin: 8px 0 11px;\n}\n\n.nav-tabs .nav-link {\n position: relative;\n padding: 8px 16px;\n color: #777;\n border: none;\n border-radius: 4px;\n}\n\n.nav-tabs .nav-link:hover {\n color: #212121;\n}\n\n.nav-tabs .nav-link.active {\n font-weight: 500;\n}\n\n.nav-tabs .nav-link.active::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n pointer-events: auto;\n cursor: not-allowed;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: 11px;\n border-radius: 4px;\n}\n\n.nav-tabs .dropdown-menu .dropdown-item.active {\n color: inherit;\n background-color: inherit;\n}\n/*# sourceMappingURL=mekari-ui-tabs.css.map */",".#{$prefix}nav-tabs {\n margin-bottom: 24px;\n\n .#{$prefix}nav {\n &-item {\n margin: 8px 0 11px;\n }\n\n &-link {\n position: relative;\n padding: 8px 16px;\n color: $slate;\n border: none;\n @include border-radius(4px);\n\n &:hover {\n color: $dark;\n }\n\n &.active {\n font-weight: 500;\n &::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: $dark;\n }\n }\n\n &.disabled {\n color: $muted;\n pointer-events: auto;\n cursor: not-allowed;\n }\n }\n }\n\n .#{$prefix}dropdown-menu {\n margin-top: 11px;\n @include border-radius(4px);\n\n .#{$prefix}dropdown-item {\n &.active {\n color: inherit;\n background-color: inherit;\n }\n }\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_nav.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendors/mixins/_border-radius.scss","dist/css/components/mekari-ui-tabs.css","../../../scss/components/config/_tabs.scss"],"names":[],"mappings":"AAKA,KACE,QAAA,KACA,UAAA,KACA,aAAA,EACA,cAAA,EACA,WAAA,KAGF,UACE,QAAA,MACA,QAAA,IAAA,KCCA,gBAAA,gBDEE,gBAAA,KALJ,mBAUI,MAAA,QACA,eAAA,KACA,OAAA,QAQJ,UACE,cAAA,IAAA,MAAA,QADF,oBAII,cAAA,KAJJ,oBAQI,OAAA,IAAA,MAAA,YE3BA,uBAAA,EACA,wBAAA,EDCF,0BAAA,0BD6BI,aAAA,YAZN,6BAgBM,MAAA,QACA,iBAAA,YACA,aAAA,YGHN,mCHfA,2BAwBI,MAAA,QACA,iBAAA,YACA,aAAA,YA1BJ,yBA+BI,WAAA,KElDA,uBAAA,EACA,wBAAA,EF4DJ,qBEtEI,cAAA,IFsEJ,4BGVA,2BHiBI,MAAA,KACA,iBAAA,QASJ,oBAEI,KAAA,EAAA,EAAA,KACA,WAAA,OAIJ,yBAEI,WAAA,EACA,UAAA,EACA,WAAA,OASJ,uBAEI,QAAA,KAFJ,qBAKI,QAAA,MIrHJ,UACE,cAAA,KADF,oBAKM,OAAA,IAAA,EAAA,KALN,oBASM,SAAA,SACA,QAAA,IAAA,KACA,MAAA,KACA,OAAA,KFPF,cAAA,IELJ,0BAgBQ,MAAA,QAhBR,2BAoBQ,YAAA,IApBR,kCAsBU,SAAA,SACA,OAAA,MACA,KAAA,EACA,MAAA,KACA,OAAA,IACA,QAAA,GACA,iBAAA,QA5BV,+CAoCc,iBAAA,QApCd,gDAoCc,iBAAA,QApCd,6CAoCc,iBAAA,QApCd,gDAoCc,iBAAA,QApCd,gDAoCc,iBAAA,QApCd,+CAoCc,iBAAA,QApCd,gDAoCc,iBAAA,QApCd,kDAoCc,iBAAA,QApCd,+CAoCc,iBAAA,QApCd,6CAoCc,iBAAA,QApCd,8CAoCc,iBAAA,KApCd,8CAoCc,iBAAA,QApCd,8CAoCc,iBAAA,QApCd,8CAoCc,iBAAA,QApCd,8CAoCc,iBAAA,QApCd,6CAoCc,iBAAA,QApCd,8CAoCc,iBAAA,KApCd,6BA2CQ,MAAA,QACA,eAAA,KACA,OAAA,YA7CR,yBAmDI,WAAA,KF9CA,cAAA,IELJ,+CAwDQ,MAAA,QACA,iBAAA","sourcesContent":["// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s or `<ul>`s.\n\n.#{$prefix}nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.#{$prefix}nav-link {\n display: block;\n padding: $nav-link-padding-y $nav-link-padding-x;\n\n @include hover-focus {\n text-decoration: none;\n }\n\n // Disabled state lightens text\n &.disabled {\n color: $nav-link-disabled-color;\n pointer-events: none;\n cursor: default;\n }\n}\n\n//\n// Tabs\n//\n\n.#{$prefix}nav-tabs {\n border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;\n\n .#{$prefix}nav-item {\n margin-bottom: -$nav-tabs-border-width;\n }\n\n .#{$prefix}nav-link {\n border: $nav-tabs-border-width solid transparent;\n @include border-top-radius($nav-tabs-border-radius);\n\n @include hover-focus {\n border-color: $nav-tabs-link-hover-border-color;\n }\n\n &.disabled {\n color: $nav-link-disabled-color;\n background-color: transparent;\n border-color: transparent;\n }\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}nav-item.#{$prefix}show .#{$prefix}nav-link {\n color: $nav-tabs-link-active-color;\n background-color: $nav-tabs-link-active-bg;\n border-color: $nav-tabs-link-active-border-color;\n }\n\n .#{$prefix}dropdown-menu {\n // Make dropdown border overlap tab border\n margin-top: -$nav-tabs-border-width;\n // Remove the top rounded corners here since there is a hard edge above the menu\n @include border-top-radius(0);\n }\n}\n\n\n//\n// Pills\n//\n\n.#{$prefix}nav-pills {\n .#{$prefix}nav-link {\n @include border-radius($nav-pills-border-radius);\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}show > .#{$prefix}nav-link {\n color: $nav-pills-link-active-color;\n background-color: $nav-pills-link-active-bg;\n }\n}\n\n\n//\n// Justified variants\n//\n\n.#{$prefix}nav-fill {\n .#{$prefix}nav-item {\n flex: 1 1 auto;\n text-align: center;\n }\n}\n\n.#{$prefix}nav-justified {\n .#{$prefix}nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.#{$prefix}tab-content {\n > .#{$prefix}tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 8px 16px;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #b4b4b4;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #e2e2e2;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #212121;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 4px;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #005fbf;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.nav-tabs {\n margin-bottom: 24px;\n}\n\n.nav-tabs .nav-item {\n margin: 8px 0 11px;\n}\n\n.nav-tabs .nav-link {\n position: relative;\n padding: 8px 16px;\n color: #777;\n border: none;\n border-radius: 4px;\n}\n\n.nav-tabs .nav-link:hover {\n color: #212121;\n}\n\n.nav-tabs .nav-link.active {\n font-weight: 500;\n}\n\n.nav-tabs .nav-link.active::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.active.theme-danger::after {\n background-color: #d74022;\n}\n\n.nav-tabs .nav-link.active.theme-success::after {\n background-color: #009f61;\n}\n\n.nav-tabs .nav-link.active.theme-info::after {\n background-color: #ffeb99;\n}\n\n.nav-tabs .nav-link.active.theme-warning::after {\n background-color: #ffb700;\n}\n\n.nav-tabs .nav-link.active.theme-primary::after {\n background-color: #005fbf;\n}\n\n.nav-tabs .nav-link.active.theme-jurnal::after {\n background-color: #009bde;\n}\n\n.nav-tabs .nav-link.active.theme-talenta::after {\n background-color: #c02a34;\n}\n\n.nav-tabs .nav-link.active.theme-klikpajak::after {\n background-color: #f96d01;\n}\n\n.nav-tabs .nav-link.active.theme-mekari::after {\n background-color: #6d48e5;\n}\n\n.nav-tabs .nav-link.active.theme-dark::after {\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.active.theme-slate::after {\n background-color: #777;\n}\n\n.nav-tabs .nav-link.active.theme-muted::after {\n background-color: #b4b4b4;\n}\n\n.nav-tabs .nav-link.active.theme-smoke::after {\n background-color: #e2e2e2;\n}\n\n.nav-tabs .nav-link.active.theme-light::after {\n background-color: #fbfbfb;\n}\n\n.nav-tabs .nav-link.active.theme-cloud::after {\n background-color: #f2f4f7;\n}\n\n.nav-tabs .nav-link.active.theme-link::after {\n background-color: #1357ff;\n}\n\n.nav-tabs .nav-link.active.theme-white::after {\n background-color: #fff;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n pointer-events: auto;\n cursor: not-allowed;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: 11px;\n border-radius: 4px;\n}\n\n.nav-tabs .dropdown-menu .dropdown-item.active {\n color: inherit;\n background-color: inherit;\n}\n/*# sourceMappingURL=mekari-ui-tabs.css.map */",".#{$prefix}nav-tabs {\n margin-bottom: 24px;\n\n .#{$prefix}nav {\n &-item {\n margin: 8px 0 11px;\n }\n\n &-link {\n position: relative;\n padding: 8px 16px;\n color: $slate;\n border: none;\n @include border-radius(4px);\n\n &:hover {\n color: $dark;\n }\n\n &.active {\n font-weight: 500;\n &::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: $dark;\n }\n }\n\n @each $color, $hex in $theme-colors {\n &.active {\n &.theme-#{$color} {\n &::after {\n background-color: #{$hex};\n }\n }\n }\n }\n\n &.disabled {\n color: $muted;\n pointer-events: auto;\n cursor: not-allowed;\n }\n }\n }\n\n .#{$prefix}dropdown-menu {\n margin-top: 11px;\n @include border-radius(4px);\n\n .#{$prefix}dropdown-item {\n &.active {\n color: inherit;\n background-color: inherit;\n }\n }\n }\n}\n"]}
|
@@ -121,6 +121,74 @@
|
|
121
121
|
background-color: #212121;
|
122
122
|
}
|
123
123
|
|
124
|
+
.nav-tabs .nav-link.active.theme-danger::after {
|
125
|
+
background-color: #d74022;
|
126
|
+
}
|
127
|
+
|
128
|
+
.nav-tabs .nav-link.active.theme-success::after {
|
129
|
+
background-color: #009f61;
|
130
|
+
}
|
131
|
+
|
132
|
+
.nav-tabs .nav-link.active.theme-info::after {
|
133
|
+
background-color: #ffeb99;
|
134
|
+
}
|
135
|
+
|
136
|
+
.nav-tabs .nav-link.active.theme-warning::after {
|
137
|
+
background-color: #ffb700;
|
138
|
+
}
|
139
|
+
|
140
|
+
.nav-tabs .nav-link.active.theme-primary::after {
|
141
|
+
background-color: #005fbf;
|
142
|
+
}
|
143
|
+
|
144
|
+
.nav-tabs .nav-link.active.theme-jurnal::after {
|
145
|
+
background-color: #009bde;
|
146
|
+
}
|
147
|
+
|
148
|
+
.nav-tabs .nav-link.active.theme-talenta::after {
|
149
|
+
background-color: #c02a34;
|
150
|
+
}
|
151
|
+
|
152
|
+
.nav-tabs .nav-link.active.theme-klikpajak::after {
|
153
|
+
background-color: #f96d01;
|
154
|
+
}
|
155
|
+
|
156
|
+
.nav-tabs .nav-link.active.theme-mekari::after {
|
157
|
+
background-color: #6d48e5;
|
158
|
+
}
|
159
|
+
|
160
|
+
.nav-tabs .nav-link.active.theme-dark::after {
|
161
|
+
background-color: #212121;
|
162
|
+
}
|
163
|
+
|
164
|
+
.nav-tabs .nav-link.active.theme-slate::after {
|
165
|
+
background-color: #777;
|
166
|
+
}
|
167
|
+
|
168
|
+
.nav-tabs .nav-link.active.theme-muted::after {
|
169
|
+
background-color: #b4b4b4;
|
170
|
+
}
|
171
|
+
|
172
|
+
.nav-tabs .nav-link.active.theme-smoke::after {
|
173
|
+
background-color: #e2e2e2;
|
174
|
+
}
|
175
|
+
|
176
|
+
.nav-tabs .nav-link.active.theme-light::after {
|
177
|
+
background-color: #fbfbfb;
|
178
|
+
}
|
179
|
+
|
180
|
+
.nav-tabs .nav-link.active.theme-cloud::after {
|
181
|
+
background-color: #f2f4f7;
|
182
|
+
}
|
183
|
+
|
184
|
+
.nav-tabs .nav-link.active.theme-link::after {
|
185
|
+
background-color: #1357ff;
|
186
|
+
}
|
187
|
+
|
188
|
+
.nav-tabs .nav-link.active.theme-white::after {
|
189
|
+
background-color: #fff;
|
190
|
+
}
|
191
|
+
|
124
192
|
.nav-tabs .nav-link.disabled {
|
125
193
|
color: #b4b4b4;
|
126
194
|
pointer-events: auto;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/vendors/_nav.scss","mekari-ui-tabs.css","../../../scss/vendor-extensions/_navs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tabs.scss"],"names":[],"mappings":"AAKA;EACE,aAAa;EACb,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;ACJlB;;ADOA;EACE,cAAc;EACd,iBELuB;ADCzB;;AEKE;EHEE,qBAAqB;ACHzB;;ADFA;EAUI,cIpBW;EJqBX,oBAAoB;EACpB,eAAe;ACJnB;;ADYA;EACE,gCI9Ba;AHqBf;;ADQA;EAII,mBEnCmC;AD2BvC;;ADIA;EAQI,6BAAgD;EK3BhD,yBHXiC;EGYjC,0BHZiC;ADgCrC;;AEnBE;EH6BI,yBEzCyC;ADmC/C;;ADNA;EAgBM,cI9CS;EJ+CT,6BAA6B;EAC7B,yBAAyB;ACN/B;;ADZA;;EAwBI,cIxDW;EJyDX,6BEpD2C;EFqD3C,yBEpD2C;AD6C/C;;ADnBA;EA+BI,gBE9DmC;EGYnC,yBLoD4B;EKnD5B,0BLmD4B;ACRhC;;ADiBA;EKtEI,kBHUyB;AD+C7B;;ADaA;;EAOI,WI5EQ;EJ6ER,yBIpEmB;AHqDvB;;ADwBA;EAEI,cAAc;EACd,kBAAkB;ACtBtB;;AD0BA;EAEI,aAAa;EACb,YAAY;EACZ,kBAAkB;ACxBtB;;ADiCA;EAEI,aAAa;AC/BjB;;AD6BA;EAKI,cAAc;AC9BlB;;AKvFA;EACE,mBAAmB;AL0FrB;;AK3FA;EAKM,kBAAkB;AL0FxB;;AK/FA;EASM,kBAAkB;EAClB,iBAAiB;EACjB,WFTM;EEUN,YAAY;EDPd,kBCQ4B;AL0FhC;;AKvGA;EAgBQ,cFfO;AH0Gf;;AK3GA;EAoBQ,gBAAgB;AL2FxB;;AK/GA;EAsBU,kBAAkB;EAClB,aAAa;EACb,OAAO;EACP,WAAW;EACX,WAAW;EACX,WAAW;EACX,yBF3BK;AHwHf;;AKzHA;EAiCQ,cF9BO;EE+BP,oBAAoB;EACpB,mBAAmB;AL4F3B;;AK/HA;EAyCI,gBAAgB;EDpChB,kBCqC0B;AL0F9B;;AKpIA;EA8CQ,cAAc;EACd,yBAAyB;AL0FjC","file":"mekari-ui-tabs.css","sourcesContent":["// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s or `<ul>`s.\n\n.#{$prefix}nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.#{$prefix}nav-link {\n display: block;\n padding: $nav-link-padding-y $nav-link-padding-x;\n\n @include hover-focus {\n text-decoration: none;\n }\n\n // Disabled state lightens text\n &.disabled {\n color: $nav-link-disabled-color;\n pointer-events: none;\n cursor: default;\n }\n}\n\n//\n// Tabs\n//\n\n.#{$prefix}nav-tabs {\n border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;\n\n .#{$prefix}nav-item {\n margin-bottom: -$nav-tabs-border-width;\n }\n\n .#{$prefix}nav-link {\n border: $nav-tabs-border-width solid transparent;\n @include border-top-radius($nav-tabs-border-radius);\n\n @include hover-focus {\n border-color: $nav-tabs-link-hover-border-color;\n }\n\n &.disabled {\n color: $nav-link-disabled-color;\n background-color: transparent;\n border-color: transparent;\n }\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}nav-item.show .#{$prefix}nav-link {\n color: $nav-tabs-link-active-color;\n background-color: $nav-tabs-link-active-bg;\n border-color: $nav-tabs-link-active-border-color;\n }\n\n .#{$prefix}dropdown-menu {\n // Make dropdown border overlap tab border\n margin-top: -$nav-tabs-border-width;\n // Remove the top rounded corners here since there is a hard edge above the menu\n @include border-top-radius(0);\n }\n}\n\n\n//\n// Pills\n//\n\n.#{$prefix}nav-pills {\n .#{$prefix}nav-link {\n @include border-radius($nav-pills-border-radius);\n }\n\n .#{$prefix}nav-link.active,\n .show > .#{$prefix}nav-link {\n color: $nav-pills-link-active-color;\n background-color: $nav-pills-link-active-bg;\n }\n}\n\n\n//\n// Justified variants\n//\n\n.#{$prefix}nav-fill {\n .#{$prefix}nav-item {\n flex: 1 1 auto;\n text-align: center;\n }\n}\n\n.#{$prefix}nav-justified {\n .#{$prefix}nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.#{$prefix}tab-content {\n > .#{$prefix}tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n",".nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 8px 16px;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #b4b4b4;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #e2e2e2;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #212121;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 4px;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #005fbf;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.nav-tabs {\n margin-bottom: 24px;\n}\n\n.nav-tabs .nav-item {\n margin: 8px 0 11px;\n}\n\n.nav-tabs .nav-link {\n position: relative;\n padding: 8px 16px;\n color: #777;\n border: none;\n border-radius: 4px;\n}\n\n.nav-tabs .nav-link:hover {\n color: #212121;\n}\n\n.nav-tabs .nav-link.active {\n font-weight: 500;\n}\n\n.nav-tabs .nav-link.active::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n pointer-events: auto;\n cursor: not-allowed;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: 11px;\n border-radius: 4px;\n}\n\n.nav-tabs .dropdown-menu .dropdown-item.active {\n color: inherit;\n background-color: inherit;\n}\n\n/*# sourceMappingURL=mekari-ui-tabs.css.map */","// Tabs\n$nav-tabs-border-color: $smoke;\n$nav-tabs-border-width: 1px;\n$nav-tabs-border-radius: 0;\n$nav-tabs-link-hover-border-color: transparent;\n$nav-tabs-link-active-color: $dark;\n$nav-tabs-link-active-bg: transparent;\n$nav-tabs-link-active-border-color: transparent;\n\n$nav-link-padding-y: 8px;\n$nav-link-padding-x: 16px;\n$nav-link-height: calc($font-size-base * $line-height-base) + $nav-link-padding-y * 2;\n$navbar-brand-height: $font-size-lg * $line-height-base;\n$navbar-brand-padding-y: calc($nav-link-height - $navbar-brand-height) / 2;\n$nav-link-disabled-color: $text-muted;\n$nav-pills-border-radius: 4px;\n\n$nav-pills-link-active-color: $white;\n$nav-pills-link-active-bg: $primary;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}nav-tabs {\n margin-bottom: 24px;\n\n .#{$prefix}nav {\n &-item {\n margin: 8px 0 11px;\n }\n\n &-link {\n position: relative;\n padding: 8px 16px;\n color: $slate;\n border: none;\n @include border-radius(4px);\n\n &:hover {\n color: $dark;\n }\n\n &.active {\n font-weight: 500;\n &::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: $dark;\n }\n }\n\n &.disabled {\n color: $muted;\n pointer-events: auto;\n cursor: not-allowed;\n }\n }\n }\n\n .#{$prefix}dropdown-menu {\n margin-top: 11px;\n @include border-radius(4px);\n\n .#{$prefix}dropdown-item {\n &.active {\n color: inherit;\n background-color: inherit;\n }\n }\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/vendors/_nav.scss","mekari-ui-tabs.css","../../../scss/vendor-extensions/_navs.scss","../../../scss/vendors/mixins/_hover.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tabs.scss"],"names":[],"mappings":"AAKA;EACE,aAAa;EACb,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;ACJlB;;ADOA;EACE,cAAc;EACd,iBELuB;ADCzB;;AEKE;EHEE,qBAAqB;ACHzB;;ADFA;EAUI,cIpBW;EJqBX,oBAAoB;EACpB,eAAe;ACJnB;;ADYA;EACE,gCI9Ba;AHqBf;;ADQA;EAII,mBEnCmC;AD2BvC;;ADIA;EAQI,6BAAgD;EK3BhD,yBHXiC;EGYjC,0BHZiC;ADgCrC;;AEnBE;EH6BI,yBEzCyC;ADmC/C;;ADNA;EAgBM,cI9CS;EJ+CT,6BAA6B;EAC7B,yBAAyB;ACN/B;;ADZA;;EAwBI,cIxDW;EJyDX,6BEpD2C;EFqD3C,yBEpD2C;AD6C/C;;ADnBA;EA+BI,gBE9DmC;EGYnC,yBLoD4B;EKnD5B,0BLmD4B;ACRhC;;ADiBA;EKtEI,kBHUyB;AD+C7B;;ADaA;;EAOI,WI5EQ;EJ6ER,yBIpEmB;AHqDvB;;ADwBA;EAEI,cAAc;EACd,kBAAkB;ACtBtB;;AD0BA;EAEI,aAAa;EACb,YAAY;EACZ,kBAAkB;ACxBtB;;ADiCA;EAEI,aAAa;AC/BjB;;AD6BA;EAKI,cAAc;AC9BlB;;AKvFA;EACE,mBAAmB;AL0FrB;;AK3FA;EAKM,kBAAkB;AL0FxB;;AK/FA;EASM,kBAAkB;EAClB,iBAAiB;EACjB,WFTM;EEUN,YAAY;EDPd,kBCQ4B;AL0FhC;;AKvGA;EAgBQ,cFfO;AH0Gf;;AK3GA;EAoBQ,gBAAgB;AL2FxB;;AK/GA;EAsBU,kBAAkB;EAClB,aAAa;EACb,OAAO;EACP,WAAW;EACX,WAAW;EACX,WAAW;EACX,yBF3BK;AHwHf;;AKzHA;EAoCc,yBAAkB;ALyFhC;;AK7HA;EAoCc,yBAAkB;AL6FhC;;AKjIA;EAoCc,yBAAkB;ALiGhC;;AKrIA;EAoCc,yBAAkB;ALqGhC;;AKzIA;EAoCc,yBAAkB;ALyGhC;;AK7IA;EAoCc,yBAAkB;AL6GhC;;AKjJA;EAoCc,yBAAkB;ALiHhC;;AKrJA;EAoCc,yBAAkB;ALqHhC;;AKzJA;EAoCc,yBAAkB;ALyHhC;;AK7JA;EAoCc,yBAAkB;AL6HhC;;AKjKA;EAoCc,sBAAkB;ALiIhC;;AKrKA;EAoCc,yBAAkB;ALqIhC;;AKzKA;EAoCc,yBAAkB;ALyIhC;;AK7KA;EAoCc,yBAAkB;AL6IhC;;AKjLA;EAoCc,yBAAkB;ALiJhC;;AKrLA;EAoCc,yBAAkB;ALqJhC;;AKzLA;EAoCc,sBAAkB;ALyJhC;;AK7LA;EA2CQ,cFxCO;EEyCP,oBAAoB;EACpB,mBAAmB;ALsJ3B;;AKnMA;EAmDI,gBAAgB;ED9ChB,kBC+C0B;ALoJ9B;;AKxMA;EAwDQ,cAAc;EACd,yBAAyB;ALoJjC","file":"mekari-ui-tabs.css","sourcesContent":["// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s or `<ul>`s.\n\n.#{$prefix}nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.#{$prefix}nav-link {\n display: block;\n padding: $nav-link-padding-y $nav-link-padding-x;\n\n @include hover-focus {\n text-decoration: none;\n }\n\n // Disabled state lightens text\n &.disabled {\n color: $nav-link-disabled-color;\n pointer-events: none;\n cursor: default;\n }\n}\n\n//\n// Tabs\n//\n\n.#{$prefix}nav-tabs {\n border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;\n\n .#{$prefix}nav-item {\n margin-bottom: -$nav-tabs-border-width;\n }\n\n .#{$prefix}nav-link {\n border: $nav-tabs-border-width solid transparent;\n @include border-top-radius($nav-tabs-border-radius);\n\n @include hover-focus {\n border-color: $nav-tabs-link-hover-border-color;\n }\n\n &.disabled {\n color: $nav-link-disabled-color;\n background-color: transparent;\n border-color: transparent;\n }\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}nav-item.#{$prefix}show .#{$prefix}nav-link {\n color: $nav-tabs-link-active-color;\n background-color: $nav-tabs-link-active-bg;\n border-color: $nav-tabs-link-active-border-color;\n }\n\n .#{$prefix}dropdown-menu {\n // Make dropdown border overlap tab border\n margin-top: -$nav-tabs-border-width;\n // Remove the top rounded corners here since there is a hard edge above the menu\n @include border-top-radius(0);\n }\n}\n\n\n//\n// Pills\n//\n\n.#{$prefix}nav-pills {\n .#{$prefix}nav-link {\n @include border-radius($nav-pills-border-radius);\n }\n\n .#{$prefix}nav-link.active,\n .#{$prefix}show > .#{$prefix}nav-link {\n color: $nav-pills-link-active-color;\n background-color: $nav-pills-link-active-bg;\n }\n}\n\n\n//\n// Justified variants\n//\n\n.#{$prefix}nav-fill {\n .#{$prefix}nav-item {\n flex: 1 1 auto;\n text-align: center;\n }\n}\n\n.#{$prefix}nav-justified {\n .#{$prefix}nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.#{$prefix}tab-content {\n > .#{$prefix}tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n",".nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 8px 16px;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #b4b4b4;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #e2e2e2;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #212121;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 4px;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #005fbf;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.nav-tabs {\n margin-bottom: 24px;\n}\n\n.nav-tabs .nav-item {\n margin: 8px 0 11px;\n}\n\n.nav-tabs .nav-link {\n position: relative;\n padding: 8px 16px;\n color: #777;\n border: none;\n border-radius: 4px;\n}\n\n.nav-tabs .nav-link:hover {\n color: #212121;\n}\n\n.nav-tabs .nav-link.active {\n font-weight: 500;\n}\n\n.nav-tabs .nav-link.active::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.active.theme-danger::after {\n background-color: #d74022;\n}\n\n.nav-tabs .nav-link.active.theme-success::after {\n background-color: #009f61;\n}\n\n.nav-tabs .nav-link.active.theme-info::after {\n background-color: #ffeb99;\n}\n\n.nav-tabs .nav-link.active.theme-warning::after {\n background-color: #ffb700;\n}\n\n.nav-tabs .nav-link.active.theme-primary::after {\n background-color: #005fbf;\n}\n\n.nav-tabs .nav-link.active.theme-jurnal::after {\n background-color: #009bde;\n}\n\n.nav-tabs .nav-link.active.theme-talenta::after {\n background-color: #c02a34;\n}\n\n.nav-tabs .nav-link.active.theme-klikpajak::after {\n background-color: #f96d01;\n}\n\n.nav-tabs .nav-link.active.theme-mekari::after {\n background-color: #6d48e5;\n}\n\n.nav-tabs .nav-link.active.theme-dark::after {\n background-color: #212121;\n}\n\n.nav-tabs .nav-link.active.theme-slate::after {\n background-color: #777;\n}\n\n.nav-tabs .nav-link.active.theme-muted::after {\n background-color: #b4b4b4;\n}\n\n.nav-tabs .nav-link.active.theme-smoke::after {\n background-color: #e2e2e2;\n}\n\n.nav-tabs .nav-link.active.theme-light::after {\n background-color: #fbfbfb;\n}\n\n.nav-tabs .nav-link.active.theme-cloud::after {\n background-color: #f2f4f7;\n}\n\n.nav-tabs .nav-link.active.theme-link::after {\n background-color: #1357ff;\n}\n\n.nav-tabs .nav-link.active.theme-white::after {\n background-color: #fff;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #b4b4b4;\n pointer-events: auto;\n cursor: not-allowed;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: 11px;\n border-radius: 4px;\n}\n\n.nav-tabs .dropdown-menu .dropdown-item.active {\n color: inherit;\n background-color: inherit;\n}\n\n/*# sourceMappingURL=mekari-ui-tabs.css.map */","// Tabs\n$nav-tabs-border-color: $smoke;\n$nav-tabs-border-width: 1px;\n$nav-tabs-border-radius: 0;\n$nav-tabs-link-hover-border-color: transparent;\n$nav-tabs-link-active-color: $dark;\n$nav-tabs-link-active-bg: transparent;\n$nav-tabs-link-active-border-color: transparent;\n\n$nav-link-padding-y: 8px;\n$nav-link-padding-x: 16px;\n$nav-link-height: calc($font-size-base * $line-height-base) + $nav-link-padding-y * 2;\n$navbar-brand-height: $font-size-lg * $line-height-base;\n$navbar-brand-padding-y: calc($nav-link-height - $navbar-brand-height) / 2;\n$nav-link-disabled-color: $text-muted;\n$nav-pills-border-radius: 4px;\n\n$nav-pills-link-active-color: $white;\n$nav-pills-link-active-bg: $primary;\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}nav-tabs {\n margin-bottom: 24px;\n\n .#{$prefix}nav {\n &-item {\n margin: 8px 0 11px;\n }\n\n &-link {\n position: relative;\n padding: 8px 16px;\n color: $slate;\n border: none;\n @include border-radius(4px);\n\n &:hover {\n color: $dark;\n }\n\n &.active {\n font-weight: 500;\n &::after {\n position: absolute;\n bottom: -12px;\n left: 0;\n width: 100%;\n height: 4px;\n content: \"\";\n background-color: $dark;\n }\n }\n\n @each $color, $hex in $theme-colors {\n &.active {\n &.theme-#{$color} {\n &::after {\n background-color: #{$hex};\n }\n }\n }\n }\n\n &.disabled {\n color: $muted;\n pointer-events: auto;\n cursor: not-allowed;\n }\n }\n }\n\n .#{$prefix}dropdown-menu {\n margin-top: 11px;\n @include border-radius(4px);\n\n .#{$prefix}dropdown-item {\n &.active {\n color: inherit;\n background-color: inherit;\n }\n }\n }\n}\n"]}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.tooltip{font-size:.75rem;line-height:16px;letter-spacing:.2px}.tooltip{position:absolute;z-index:1070;display:block;margin:.5rem;font-family:Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.4285;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:0;height:0}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:0 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:0 0 0;border-top-color:#212121}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 0}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:0;height:0}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:0;border-right-color:#212121}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:0 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 0 0;border-bottom-color:#212121}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 0}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:0;height:0}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:0;border-left-color:#212121}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#212121;border-radius:4px}.tooltip-inner{text-align:left;box-shadow:0 2px 4px 0 rgba(65,64,66,.2)}
|
1
|
+
.tooltip{font-size:.75rem;line-height:16px;letter-spacing:.2px}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.tooltip{position:absolute;z-index:1070;display:block;margin:.5rem;font-family:Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.4285;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:0;height:0}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:0 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:0 0 0;border-top-color:#212121}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 0}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:0;height:0}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:0;border-right-color:#212121}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:0 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 0 0;border-bottom-color:#212121}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 0}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:0;height:0}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:0;border-left-color:#212121}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#212121;border-radius:4px}.tooltip{margin:0;opacity:.9}.tooltip-inner{text-align:left;box-shadow:0 2px 4px 0 rgba(65,64,66,.2)}
|
2
2
|
/*# sourceMappingURL=mekari-ui-tooltip-min.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendors/_tooltip.scss","../../../scss/vendors/mixins/_reset-text.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tooltip.scss"],"names":[],"mappings":"AAMA,SACE,UAAA,OACA,YAAA,KACA,eAAA,KCRF,SACE,SAAA,SACA,QAAA,KACA,QAAA,MACA,OAAA,MCJA,YAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,WAAA,CAAA,YAAA,CAAA,gBAAA,CAAA,WAEA,WAAA,OACA,YAAA,IACA,YAAA,OACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KACA,eAAA,OACA,WAAA,OACA,aAAA,OACA,YAAA,OACA,WAAA,KCgHI,UAAA,OFpHJ,UAAA,WACA,QAAA,EAXF,cAaW,QAAA,GAbX,gBAgBI,SAAA,SACA,QAAA,MACA,MAAA,EACA,OAAA,EAnBJ,wBAsBM,SAAA,SACA,QAAA,GACA,aAAA,YACA,aAAA,MAKN,mCAAA,gBACE,QAAA,EAAA,EADF,0CAAA,uBAII,OAAA,EAJJ,kDAAA,+BAOM,IAAA,EACA,aAAA,EAAA,EAAA,EACA,iBAAA,QAKN,qCAAA,kBACE,QAAA,EAAA,EADF,4CAAA,yBAII,KAAA,EACA,MAAA,EACA,OAAA,EANJ,oDAAA,iCASM,MAAA,EACA,aAAA,EACA,mBAAA,QAKN,sCAAA,mBACE,QAAA,EAAA,EADF,6CAAA,0BAII,IAAA,EAJJ,qDAAA,kCAOM,OAAA,EACA,aAAA,EAAA,EAAA,EACA,oBAAA,QAKN,oCAAA,iBACE,QAAA,EAAA,EADF,2CAAA,wBAII,MAAA,EACA,MAAA,EACA,OAAA,EANJ,mDAAA,gCASM,KAAA,EACA,aAAA,EACA,kBAAA,QAqBN,eACE,UAAA,MACA,QAAA,OAAA,MACA,MAAA,KACA,WAAA,OACA,iBAAA,QG3GE,cAAA,IHsGJ,eIvGI,WAAA,KACA,WAAA,EAAA,IAAA,IAAA,EAAA","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","// Base class\n.#{$prefix}tooltip {\n position: absolute;\n z-index: $zindex-tooltip;\n display: block;\n margin: $tooltip-margin;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text;\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-top {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n bottom: 0;\n\n &::before {\n top: 0;\n border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-top-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-right {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n left: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n right: 0;\n border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-right-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-bottom {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n top: 0;\n\n &::before {\n bottom: 0;\n border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-bottom-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-left {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n right: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n left: 0;\n border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-left-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-auto {\n &[x-placement^=\"top\"] {\n @extend .#{$prefix}bs-tooltip-top;\n }\n &[x-placement^=\"right\"] {\n @extend .#{$prefix}bs-tooltip-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .#{$prefix}bs-tooltip-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .#{$prefix}bs-tooltip-left;\n }\n}\n\n// Wrapper for the tooltip content\n.#{$prefix}tooltip-inner {\n max-width: $tooltip-max-width;\n padding: $tooltip-padding-y $tooltip-padding-x;\n color: $tooltip-color;\n text-align: center;\n background-color: $tooltip-bg;\n @include border-radius($tooltip-border-radius);\n}\n","@mixin reset-text {\n font-family: $font-family-base;\n // We deliberately do NOT reset font-size or word-wrap.\n font-style: normal;\n font-weight: $font-weight-normal;\n line-height: $line-height-base;\n text-align: left; // Fallback for where `start` is not supported\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}tooltip {\n @extend %font-size-sm;\n\n &-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, .2);\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendors/_transitions.scss","../../../scss/vendors/mixins/_transition.scss","../../../scss/vendors/_tooltip.scss","../../../scss/vendors/mixins/_reset-text.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tooltip.scss"],"names":[],"mappings":"AAMA,SACE,UAAA,OACA,YAAA,KACA,eAAA,KCTF,MCMM,WAAA,QAAA,KAAA,OAKF,uCDXJ,MCYM,WAAA,MDZN,iBAII,QAAA,EAIJ,qBAEI,QAAA,KAIJ,YACE,SAAA,SACA,OAAA,EACA,SAAA,OCXI,WAAA,OAAA,KAAA,KAKF,uCDGJ,YCFM,WAAA,MCXN,SACE,SAAA,SACA,QAAA,KACA,QAAA,MACA,OAAA,MCJA,YAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,WAAA,CAAA,YAAA,CAAA,gBAAA,CAAA,WAEA,WAAA,OACA,YAAA,IACA,YAAA,OACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KACA,eAAA,OACA,WAAA,OACA,aAAA,OACA,YAAA,OACA,WAAA,KCgHI,UAAA,OFpHJ,UAAA,WACA,QAAA,EAXF,cAaqB,QAAA,GAbrB,gBAgBI,SAAA,SACA,QAAA,MACA,MAAA,EACA,OAAA,EAnBJ,wBAsBM,SAAA,SACA,QAAA,GACA,aAAA,YACA,aAAA,MAKN,mCAAA,gBACE,QAAA,EAAA,EADF,0CAAA,uBAII,OAAA,EAJJ,kDAAA,+BAOM,IAAA,EACA,aAAA,EAAA,EAAA,EACA,iBAAA,QAKN,qCAAA,kBACE,QAAA,EAAA,EADF,4CAAA,yBAII,KAAA,EACA,MAAA,EACA,OAAA,EANJ,oDAAA,iCASM,MAAA,EACA,aAAA,EACA,mBAAA,QAKN,sCAAA,mBACE,QAAA,EAAA,EADF,6CAAA,0BAII,IAAA,EAJJ,qDAAA,kCAOM,OAAA,EACA,aAAA,EAAA,EAAA,EACA,oBAAA,QAKN,oCAAA,iBACE,QAAA,EAAA,EADF,2CAAA,wBAII,MAAA,EACA,MAAA,EACA,OAAA,EANJ,mDAAA,gCASM,KAAA,EACA,aAAA,EACA,kBAAA,QAqBN,eACE,UAAA,MACA,QAAA,OAAA,MACA,MAAA,KACA,WAAA,OACA,iBAAA,QG3GE,cAAA,IHJJ,SIAE,OAAA,EACA,QAAA,GJyGF,eIpGI,WAAA,KACA,WAAA,EAAA,IAAA,IAAA,EAAA","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n",".#{$prefix}fade {\n @include transition($transition-fade);\n\n &:not(.#{$prefix}show) {\n opacity: 0;\n }\n}\n\n.#{$prefix}collapse {\n &:not(.#{$prefix}show) {\n display: none;\n }\n}\n\n.#{$prefix}collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n","// Base class\n.#{$prefix}tooltip {\n position: absolute;\n z-index: $zindex-tooltip;\n display: block;\n margin: $tooltip-margin;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text;\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.#{$prefix}show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-top {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n bottom: 0;\n\n &::before {\n top: 0;\n border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-top-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-right {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n left: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n right: 0;\n border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-right-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-bottom {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n top: 0;\n\n &::before {\n bottom: 0;\n border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-bottom-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-left {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n right: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n left: 0;\n border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-left-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-auto {\n &[x-placement^=\"top\"] {\n @extend .#{$prefix}bs-tooltip-top;\n }\n &[x-placement^=\"right\"] {\n @extend .#{$prefix}bs-tooltip-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .#{$prefix}bs-tooltip-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .#{$prefix}bs-tooltip-left;\n }\n}\n\n// Wrapper for the tooltip content\n.#{$prefix}tooltip-inner {\n max-width: $tooltip-max-width;\n padding: $tooltip-padding-y $tooltip-padding-x;\n color: $tooltip-color;\n text-align: center;\n background-color: $tooltip-bg;\n @include border-radius($tooltip-border-radius);\n}\n","@mixin reset-text {\n font-family: $font-family-base;\n // We deliberately do NOT reset font-size or word-wrap.\n font-style: normal;\n font-weight: $font-weight-normal;\n line-height: $line-height-base;\n text-align: left; // Fallback for where `start` is not supported\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}tooltip {\n margin: 0;\n opacity: .9;\n\n @extend %font-size-sm;\n\n &-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, .2);\n }\n}\n"]}
|
@@ -4,6 +4,37 @@
|
|
4
4
|
letter-spacing: 0.2px;
|
5
5
|
}
|
6
6
|
|
7
|
+
.fade {
|
8
|
+
transition: opacity 0.15s linear;
|
9
|
+
}
|
10
|
+
|
11
|
+
@media (prefers-reduced-motion: reduce) {
|
12
|
+
.fade {
|
13
|
+
transition: none;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.fade:not(.show) {
|
18
|
+
opacity: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
.collapse:not(.show) {
|
22
|
+
display: none;
|
23
|
+
}
|
24
|
+
|
25
|
+
.collapsing {
|
26
|
+
position: relative;
|
27
|
+
height: 0;
|
28
|
+
overflow: hidden;
|
29
|
+
transition: height 0.35s ease;
|
30
|
+
}
|
31
|
+
|
32
|
+
@media (prefers-reduced-motion: reduce) {
|
33
|
+
.collapsing {
|
34
|
+
transition: none;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
7
38
|
.tooltip {
|
8
39
|
position: absolute;
|
9
40
|
z-index: 1070;
|
@@ -115,6 +146,11 @@
|
|
115
146
|
border-radius: 4px;
|
116
147
|
}
|
117
148
|
|
149
|
+
.tooltip {
|
150
|
+
margin: 0;
|
151
|
+
opacity: .9;
|
152
|
+
}
|
153
|
+
|
118
154
|
.tooltip-inner {
|
119
155
|
text-align: left;
|
120
156
|
box-shadow: 0 2px 4px 0 rgba(65, 64, 66, 0.2);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendor-extensions/_typography.scss","mekari-ui-tooltip.css","../../../scss/vendors/_tooltip.scss","../../../scss/vendor-extensions/_tooltip.scss","../../../scss/vendors/mixins/_reset-text.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tooltip.scss"],"names":[],"mappings":"AAMA;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACR1C;;ACHA;EACE,kBAAkB;EAClB,aCOsC;EDNtC,cAAc;EACd,cCY2B;EChB3B,kGJDyH;EIGzH,kBAAkB;EAClB,gBJYuC;EIXvC,mBJI0C;EIH1C,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;EACrB,iBAAiB;EACjB,oBAAoB;EACpB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,gBAAgB;ECgHZ,kBAtCY;EH9EhB,qBAAqB;EACrB,UAAU;ADgBZ;;AC3BA;EAaW,YCFS;AFoBpB;;AC/BA;EAgBI,kBAAkB;EAClB,cAAc;EACd,QCjBqB;EDkBrB,SCjBqB;AFoCzB;;ACtCA;EAsBM,kBAAkB;EAClB,WAAW;EACX,yBAAyB;EACzB,mBAAmB;ADoBzB;;ACfA;EACE,YAAgC;ADkBlC;;ACnBA;EAII,SAAS;ADmBb;;ACvBA;EAOM,MAAM;EACN,mBAAgE;EAChE,yBIvCS;AL2Df;;ACfA;EACE,YC3CuB;AF6DzB;;ACnBA;EAII,OAAO;EACP,QC/CqB;EDgDrB,SCjDqB;AFoEzB;;ACzBA;EASM,QAAQ;EACR,qBAA2F;EAC3F,2BIvDS;AL2Ef;;ACfA;EACE,YAAgC;ADkBlC;;ACnBA;EAII,MAAM;ADmBV;;ACvBA;EAOM,SAAS;EACT,mBClEmB;EDmEnB,4BIrES;ALyFf;;ACfA;EACE,YCzEuB;AF2FzB;;ACnBA;EAII,QAAQ;EACR,QC7EqB;ED8ErB,SC/EqB;AFkGzB;;ACzBA;EASM,OAAO;EACP,qBClFmB;EDmFnB,0BIrFS;ALyGf;;ACCA;EACE,gBC9FuB;ED+FvB,uBC7FuC;ED8FvC,WIxGU;EJyGV,kBAAkB;EAClB,yBI/Ga;ECIX,kBJauB;AFiG3B;;ACRA;EMvGI,gBAAgB;EAChB,6CAA4C;APmHhD","file":"mekari-ui-tooltip.css","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n",".tooltip {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0.5rem;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-style: normal;\n font-weight: 400;\n line-height: 1.4285;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.75rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0 0 0;\n border-top-color: #212121;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0;\n height: 0;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0 0 0 0;\n border-right-color: #212121;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0 0;\n border-bottom-color: #212121;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0;\n height: 0;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0 0 0 0;\n border-left-color: #212121;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #212121;\n border-radius: 4px;\n}\n\n.tooltip-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, 0.2);\n}\n\n/*# sourceMappingURL=mekari-ui-tooltip.css.map */","// Base class\n.#{$prefix}tooltip {\n position: absolute;\n z-index: $zindex-tooltip;\n display: block;\n margin: $tooltip-margin;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text;\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-top {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n bottom: 0;\n\n &::before {\n top: 0;\n border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-top-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-right {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n left: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n right: 0;\n border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-right-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-bottom {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n top: 0;\n\n &::before {\n bottom: 0;\n border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-bottom-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-left {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n right: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n left: 0;\n border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-left-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-auto {\n &[x-placement^=\"top\"] {\n @extend .#{$prefix}bs-tooltip-top;\n }\n &[x-placement^=\"right\"] {\n @extend .#{$prefix}bs-tooltip-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .#{$prefix}bs-tooltip-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .#{$prefix}bs-tooltip-left;\n }\n}\n\n// Wrapper for the tooltip content\n.#{$prefix}tooltip-inner {\n max-width: $tooltip-max-width;\n padding: $tooltip-padding-y $tooltip-padding-x;\n color: $tooltip-color;\n text-align: center;\n background-color: $tooltip-bg;\n @include border-radius($tooltip-border-radius);\n}\n","$tooltip-bg: $dark;\n$tooltip-color: $white;\n$tooltip-arrow-width: 0;\n$tooltip-arrow-height: 0;\n$zindex-dropdown: 1000;\n$zindex-sticky: 1020;\n$zindex-fixed: 1030;\n$zindex-modal-backdrop: 1040;\n$zindex-modal: 1050;\n$zindex-popover: 1060;\n$zindex-tooltip: 1070;\n$tooltip-font-size: $font-size-sm;\n$tooltip-opacity: .9;\n$tooltip-arrow-color: $tooltip-bg;\n$tooltip-max-width: 200px;\n$tooltip-padding-y: .25rem;\n$tooltip-padding-x: .5rem;\n$tooltip-margin: .5rem;\n$tooltip-border-radius: 4px;\n","@mixin reset-text {\n font-family: $font-family-base;\n // We deliberately do NOT reset font-size or word-wrap.\n font-style: normal;\n font-weight: $font-weight-normal;\n line-height: $line-height-base;\n text-align: left; // Fallback for where `start` is not supported\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}tooltip {\n @extend %font-size-sm;\n\n &-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, .2);\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../../../scss/mixins/_text.scss","../../../scss/vendor-extensions/_typography.scss","mekari-ui-tooltip.css","../../../scss/vendors/_transitions.scss","../../../scss/vendors/mixins/_transition.scss","../../../scss/vendor-extensions/_modal.scss","../../../scss/vendors/_tooltip.scss","../../../scss/vendor-extensions/_tooltip.scss","../../../scss/vendors/mixins/_reset-text.scss","../../../scss/vendors/_rfs.scss","../../../scss/vendor-extensions/_color.scss","../../../scss/vendors/mixins/_border-radius.scss","../../../scss/components/config/_tooltip.scss"],"names":[],"mappings":"AAMA;EACE,kBCA0C;EDC1C,iBAAiB;EACjB,qBCGwC;ACR1C;;ACJA;ECMM,gCCK2C;AHHjD;;AEGI;EDXJ;ICYM,gBAAgB;EFCpB;AACF;;ACdA;EAII,UAAU;ADcd;;ACVA;EAEI,aAAa;ADYjB;;ACRA;EACE,kBAAkB;EAClB,SAAS;EACT,gBAAgB;ECXZ,6BCMwC;AHiB9C;;AElBI;EDGJ;ICFM,gBAAgB;EFsBpB;AACF;;AIlCA;EACE,kBAAkB;EAClB,aCOsC;EDNtC,cAAc;EACd,cCY2B;EChB3B,kGPDyH;EOGzH,kBAAkB;EAClB,gBPYuC;EOXvC,mBPI0C;EOH1C,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;EACrB,iBAAiB;EACjB,oBAAoB;EACpB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,gBAAgB;ECgHZ,kBAtCY;EH9EhB,qBAAqB;EACrB,UAAU;AJ+CZ;;AI1DA;EAaqB,YCFD;ALmDpB;;AI9DA;EAgBI,kBAAkB;EAClB,cAAc;EACd,QCjBqB;EDkBrB,SCjBqB;ALmEzB;;AIrEA;EAsBM,kBAAkB;EAClB,WAAW;EACX,yBAAyB;EACzB,mBAAmB;AJmDzB;;AI9CA;EACE,YAAgC;AJiDlC;;AIlDA;EAII,SAAS;AJkDb;;AItDA;EAOM,MAAM;EACN,mBAAgE;EAChE,yBIvCS;AR0Ff;;AI9CA;EACE,YC3CuB;AL4FzB;;AIlDA;EAII,OAAO;EACP,QC/CqB;EDgDrB,SCjDqB;ALmGzB;;AIxDA;EASM,QAAQ;EACR,qBAA2F;EAC3F,2BIvDS;AR0Gf;;AI9CA;EACE,YAAgC;AJiDlC;;AIlDA;EAII,MAAM;AJkDV;;AItDA;EAOM,SAAS;EACT,mBClEmB;EDmEnB,4BIrES;ARwHf;;AI9CA;EACE,YCzEuB;AL0HzB;;AIlDA;EAII,QAAQ;EACR,QC7EqB;ED8ErB,SC/EqB;ALiIzB;;AIxDA;EASM,OAAO;EACP,qBClFmB;EDmFnB,0BIrFS;ARwIf;;AI9BA;EACE,gBC9FuB;ED+FvB,uBC7FuC;ED8FvC,WIxGU;EJyGV,kBAAkB;EAClB,yBI/Ga;ECIX,kBJauB;ALgI3B;;AIjJA;EMAE,SAAS;EACT,WAAW;AVqJb;;AI5CA;EMpGI,gBAAgB;EAChB,6CAA4C;AVoJhD","file":"mekari-ui-tooltip.css","sourcesContent":["%font-size-base {\n font-size: $font-size-base; // 16px\n line-height: 20px;\n letter-spacing: $letter-spacing;\n}\n\n%font-size-sm {\n font-size: $font-size-sm; // 12px\n line-height: 16px;\n letter-spacing: $letter-spacing;\n}\n","$font-family-roboto: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n$font-family-base: $font-family-roboto;\n$font-family-monospace: monospace;\n\n// 1 rem = 16px\n$font-size-base: .875rem; // 14px\n$font-size-lg: 1.25rem; // 20px\n$font-size-sm: .75rem; // 12px\n\n$line-height-base: 1.4285; // The closest value to Mekari design\n$line-height-lg: 1.4285;\n$line-height-sm: 1.4285;\n$letter-spacing: .2px;\n\n$font-weight-lighter: 400;\n$font-weight-light: 400;\n$font-weight-normal: 400;\n$font-weight-base: 400;\n$font-weight-bold: 500;\n$font-weight-bolder: 500;\n\n$dt-font-weight: $font-weight-bold;\n\n// Text color\n$body-color: $dark;\n$link-color: $blue;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-decoration: none;\n$link-hover-decoration: underline;\n\n$input-placeholder-color: $text-muted;\n$custom-select-disabled-color: $text-muted;\n$custom-control-label-disabled-color: $text-muted;\n",".tooltip {\n font-size: 0.75rem;\n line-height: 16px;\n letter-spacing: 0.2px;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0.5rem;\n font-family: \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n font-style: normal;\n font-weight: 400;\n line-height: 1.4285;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.75rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0 0 0;\n border-top-color: #212121;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0;\n height: 0;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0 0 0 0;\n border-right-color: #212121;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0 0;\n border-bottom-color: #212121;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0;\n height: 0;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0 0 0 0;\n border-left-color: #212121;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #212121;\n border-radius: 4px;\n}\n\n.tooltip {\n margin: 0;\n opacity: .9;\n}\n\n.tooltip-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, 0.2);\n}\n\n/*# sourceMappingURL=mekari-ui-tooltip.css.map */",".#{$prefix}fade {\n @include transition($transition-fade);\n\n &:not(.#{$prefix}show) {\n opacity: 0;\n }\n}\n\n.#{$prefix}collapse {\n &:not(.#{$prefix}show) {\n display: none;\n }\n}\n\n.#{$prefix}collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n","$modal-content-border-color: $smoke;\n$modal-title-line-height: 20px;\n$modal-header-padding: 17px 24px 15px;\n$modal-inner-padding: 24px;\n$modal-backdrop-opacity: .75;\n\n$modal-lg: 808px;\n$modal-md: 600px;\n$modal-sm: 392px;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$modal-dialog-margin: .5rem;\n$modal-dialog-margin-y-sm-up: 1.75rem;\n$modal-fade-transform: translate(0, -50px);\n$modal-show-transform: none;\n$modal-transition: transform .3s ease-out;\n$modal-content-color: null;\n$modal-content-bg: $white;\n$modal-content-border-width: 1px;\n$modal-content-border-radius: .3rem;\n\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5);\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5);\n\n$modal-backdrop-bg: $black;\n$modal-header-border-width: $modal-content-border-width;\n$modal-header-border-color: $smoke;\n$modal-header-padding-y: 16px;\n$modal-header-padding-x: 16px;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility\n$modal-footer-border-width: 1px;\n$modal-footer-border-color: $smoke;\n$modal-xl: 1140px;\n\n$close-font-size: $font-size-base * 1.5;\n$close-font-weight: $font-weight-bold;\n$close-color: $slate;\n$close-text-shadow: 0 1px 0 $white;\n","// Base class\n.#{$prefix}tooltip {\n position: absolute;\n z-index: $zindex-tooltip;\n display: block;\n margin: $tooltip-margin;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text;\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.#{$prefix}show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-top {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n bottom: 0;\n\n &::before {\n top: 0;\n border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-top-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-right {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n left: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n right: 0;\n border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-right-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-bottom {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n top: 0;\n\n &::before {\n bottom: 0;\n border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-bottom-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-left {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n right: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n left: 0;\n border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-left-color: $tooltip-arrow-color;\n }\n }\n}\n\n.#{$prefix}bs-tooltip-auto {\n &[x-placement^=\"top\"] {\n @extend .#{$prefix}bs-tooltip-top;\n }\n &[x-placement^=\"right\"] {\n @extend .#{$prefix}bs-tooltip-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .#{$prefix}bs-tooltip-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .#{$prefix}bs-tooltip-left;\n }\n}\n\n// Wrapper for the tooltip content\n.#{$prefix}tooltip-inner {\n max-width: $tooltip-max-width;\n padding: $tooltip-padding-y $tooltip-padding-x;\n color: $tooltip-color;\n text-align: center;\n background-color: $tooltip-bg;\n @include border-radius($tooltip-border-radius);\n}\n","$tooltip-bg: $dark;\n$tooltip-color: $white;\n$tooltip-arrow-width: 0;\n$tooltip-arrow-height: 0;\n$zindex-dropdown: 1000;\n$zindex-sticky: 1020;\n$zindex-fixed: 1030;\n$zindex-modal-backdrop: 1040;\n$zindex-modal: 1050;\n$zindex-popover: 1060;\n$zindex-tooltip: 1070;\n$tooltip-font-size: $font-size-sm;\n$tooltip-opacity: .9;\n$tooltip-arrow-color: $tooltip-bg;\n$tooltip-max-width: 200px;\n$tooltip-padding-y: .25rem;\n$tooltip-padding-x: .5rem;\n$tooltip-margin: .5rem;\n$tooltip-border-radius: 4px;\n","@mixin reset-text {\n font-family: $font-family-base;\n // We deliberately do NOT reset font-size or word-wrap.\n font-style: normal;\n font-weight: $font-weight-normal;\n line-height: $line-height-base;\n text-align: left; // Fallback for where `start` is not supported\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Neutrals color variables\n$dark: #212121;\n$slate: #777;\n$muted: #b4b4b4;\n$smoke: #e2e2e2;\n$snow: #fbfbfb;\n$white: #fff;\n$cloud: #f2f4f7;\n\n// UI color variables\n$red: #d74022;\n$green: #009f61;\n$light-yellow: #ffeb99;\n$blue: #1357ff;\n$orange: #ffb700;\n$sapphire: #005fbf;\n\n// Branding color variables\n$crimson: #c02a34;\n$azure: #009bde;\n$salamander: #f96d01;\n$purple: #6d48e5;\n\n// Bootstrap dependencies color\n$black: #000 !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n// register mekari color variables too bootstrap\n$colors: ();\n$colors: map-merge(\n (\n \"noir\" : $dark, // going to deprecated\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"snow\" : $snow,\n \"cloud\" : $cloud,\n \"crimson\" : $crimson,\n \"azure\" : $azure,\n \"salamander\" : $salamander,\n \"purple\" : $purple,\n \"sapphire\" : $sapphire,\n \"white\" : $white,\n \"red\" : $red,\n \"orange\" : $orange,\n \"green\" : $green,\n \"blue\" : $blue,\n \"light-yellow\" : $light-yellow\n ),\n $colors\n);\n\n//extend bootstrap class\n$danger: $red;\n$success: $green;\n$info: $light-yellow;\n$warning: $orange;\n$primary: $sapphire;\n$jurnal: $azure;\n$talenta: $crimson;\n$klikpajak: $salamander;\n$mekari: $purple;\n\n$link: $blue;\n\n$text-muted: $muted;\n$body-color: $dark;\n$dark: $dark;\n$secondary: $slate;\n$light: $snow;\n\n// Add more theme color variables\n$theme-colors: ();\n$theme-colors: map-merge(\n (\n \"danger\" : $danger,\n \"success\" : $success,\n \"info\" : $info,\n \"warning\" : $warning,\n \"primary\" : $primary,\n \"jurnal\" : $jurnal,\n \"talenta\" : $talenta,\n \"klikpajak\" : $klikpajak,\n \"mekari\" : $mekari,\n \"dark\" : $dark,\n \"slate\" : $slate,\n \"muted\" : $muted,\n \"smoke\" : $smoke,\n \"light\" : $light,\n \"cloud\" : $cloud,\n \"link\" : $blue,\n \"white\" : $white\n ),\n $theme-colors\n);\n\n$card-border-color: $smoke;\n$body-bg: $white;\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n",".#{$prefix}tooltip {\n margin: 0;\n opacity: .9;\n\n @extend %font-size-sm;\n\n &-inner {\n text-align: left;\n box-shadow: 0 2px 4px 0 rgba(65, 64, 66, .2);\n }\n}\n"]}
|
@@ -4843,8 +4843,8 @@ input[type="button"].btn-block {
|
|
4843
4843
|
|
4844
4844
|
.navbar-brand {
|
4845
4845
|
display: inline-block;
|
4846
|
-
padding-top: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;
|
4847
|
-
padding-bottom: calc(calc(0.875rem * 1.4285) + 8px * 2 - 1.25rem * 1.4285)/2;
|
4846
|
+
padding-top: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;
|
4847
|
+
padding-bottom: calc(calc(calc(0.875rem * 1.4285) + 8px * 2) - calc(1.25rem * 1.4285))/2;
|
4848
4848
|
margin-right: 16px;
|
4849
4849
|
font-size: 1.25rem;
|
4850
4850
|
line-height: inherit;
|
@@ -17971,9 +17971,9 @@ a.text-white:hover, a.text-white:focus {
|
|
17971
17971
|
}
|
17972
17972
|
|
17973
17973
|
.ic-input-prefix {
|
17974
|
-
position:
|
17975
|
-
|
17976
|
-
left:
|
17974
|
+
position: absolute;
|
17975
|
+
top: 6px;
|
17976
|
+
left: 6px;
|
17977
17977
|
padding: 0;
|
17978
17978
|
color: inherit;
|
17979
17979
|
pointer-events: all;
|
@@ -17981,15 +17981,19 @@ a.text-white:hover, a.text-white:focus {
|
|
17981
17981
|
}
|
17982
17982
|
|
17983
17983
|
.ic-input-suffix {
|
17984
|
-
position:
|
17985
|
-
|
17986
|
-
|
17984
|
+
position: absolute;
|
17985
|
+
top: 6px;
|
17986
|
+
right: 6px;
|
17987
17987
|
padding: 0;
|
17988
17988
|
color: inherit;
|
17989
17989
|
pointer-events: all;
|
17990
17990
|
cursor: pointer;
|
17991
17991
|
}
|
17992
17992
|
|
17993
|
+
.ic-input-suffix.ic-input-double-suffix {
|
17994
|
+
right: 36px;
|
17995
|
+
}
|
17996
|
+
|
17993
17997
|
.ic-activity {
|
17994
17998
|
color: #777;
|
17995
17999
|
}
|
@@ -18656,6 +18660,15 @@ a.text-white:hover, a.text-white:focus {
|
|
18656
18660
|
content: "\e84b";
|
18657
18661
|
}
|
18658
18662
|
|
18663
|
+
.ic-klikpajak {
|
18664
|
+
color: #777;
|
18665
|
+
}
|
18666
|
+
|
18667
|
+
.ic-klikpajak::before {
|
18668
|
+
color: inherit;
|
18669
|
+
content: "\e950";
|
18670
|
+
}
|
18671
|
+
|
18659
18672
|
.ic-loading {
|
18660
18673
|
color: #777;
|
18661
18674
|
}
|
@@ -19025,6 +19038,15 @@ a.text-white:hover, a.text-white:focus {
|
|
19025
19038
|
content: "\e878";
|
19026
19039
|
}
|
19027
19040
|
|
19041
|
+
.ic-talenta {
|
19042
|
+
color: #777;
|
19043
|
+
}
|
19044
|
+
|
19045
|
+
.ic-talenta::before {
|
19046
|
+
color: inherit;
|
19047
|
+
content: "\e951";
|
19048
|
+
}
|
19049
|
+
|
19028
19050
|
.ic-task {
|
19029
19051
|
color: #777;
|
19030
19052
|
}
|
@@ -19189,15 +19211,13 @@ a.text-white:hover, a.text-white:focus {
|
|
19189
19211
|
}
|
19190
19212
|
|
19191
19213
|
.badge .ic {
|
19214
|
+
width: 14px;
|
19215
|
+
height: 14px;
|
19216
|
+
margin-left: 4px;
|
19192
19217
|
font-size: 12px;
|
19218
|
+
font-weight: 600;
|
19193
19219
|
line-height: 12px;
|
19194
19220
|
vertical-align: middle;
|
19195
|
-
}
|
19196
|
-
|
19197
|
-
.badge .ic-reset {
|
19198
|
-
margin-left: 4px;
|
19199
|
-
font-weight: 600;
|
19200
|
-
color: #777;
|
19201
19221
|
cursor: pointer;
|
19202
19222
|
}
|
19203
19223
|
|
@@ -19276,34 +19296,34 @@ a.text-white:hover, a.text-white:focus {
|
|
19276
19296
|
border-color: transparent;
|
19277
19297
|
}
|
19278
19298
|
|
19279
|
-
.btn.btn-ghost, .btn.btn-icon {
|
19299
|
+
.btn.btn-ghost, .btn.btn-icon-only {
|
19280
19300
|
color: #777;
|
19281
19301
|
background-color: transparent;
|
19282
19302
|
border: 1px solid transparent;
|
19283
19303
|
}
|
19284
19304
|
|
19285
|
-
.btn.btn-ghost:not(:disabled):not(.disabled):hover, .btn.btn-icon:not(:disabled):not(.disabled):hover {
|
19305
|
+
.btn.btn-ghost:not(:disabled):not(.disabled):hover, .btn.btn-icon-only:not(:disabled):not(.disabled):hover {
|
19286
19306
|
background-color: #f2f4f7;
|
19287
19307
|
border-color: #f2f4f7;
|
19288
19308
|
}
|
19289
19309
|
|
19290
|
-
.btn.btn-ghost:not(:disabled):not(.disabled):focus, .btn.btn-icon:not(:disabled):not(.disabled):focus {
|
19310
|
+
.btn.btn-ghost:not(:disabled):not(.disabled):focus, .btn.btn-icon-only:not(:disabled):not(.disabled):focus {
|
19291
19311
|
background-color: transparent;
|
19292
19312
|
border-color: #1357ff;
|
19293
19313
|
box-shadow: 0 0 4px 1px #1357ff;
|
19294
19314
|
}
|
19295
19315
|
|
19296
|
-
.btn.btn-basic {
|
19316
|
+
.btn.btn-basic, .btn.btn-secondary {
|
19297
19317
|
color: #777;
|
19298
19318
|
background-color: #fbfbfb;
|
19299
19319
|
border: 1px solid #e2e2e2;
|
19300
19320
|
}
|
19301
19321
|
|
19302
|
-
.btn.btn-basic:not(:disabled):not(.disabled):hover {
|
19322
|
+
.btn.btn-basic:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):hover {
|
19303
19323
|
border-color: #005fbf;
|
19304
19324
|
}
|
19305
19325
|
|
19306
|
-
.btn.btn-basic:not(:disabled):not(.disabled):focus {
|
19326
|
+
.btn.btn-basic:not(:disabled):not(.disabled):focus, .btn.btn-secondary:not(:disabled):not(.disabled):focus {
|
19307
19327
|
border-color: #005fbf;
|
19308
19328
|
box-shadow: 0 0 4px 1px #005fbf;
|
19309
19329
|
}
|
@@ -19334,21 +19354,13 @@ a.text-white:hover, a.text-white:focus {
|
|
19334
19354
|
color: #fff !important;
|
19335
19355
|
}
|
19336
19356
|
|
19337
|
-
.btn.btn-icon {
|
19338
|
-
|
19339
|
-
height: 36px;
|
19340
|
-
padding: 8px;
|
19341
|
-
}
|
19342
|
-
|
19343
|
-
.btn.btn-icon > .ic {
|
19344
|
-
width: 16px;
|
19345
|
-
height: 16px;
|
19346
|
-
padding: 0;
|
19347
|
-
font-size: 16px;
|
19357
|
+
.btn.btn-primary.btn-icon-only .ic::before {
|
19358
|
+
color: inherit !important;
|
19348
19359
|
}
|
19349
19360
|
|
19350
19361
|
.btn.is-loading {
|
19351
19362
|
position: relative;
|
19363
|
+
min-height: 36px;
|
19352
19364
|
pointer-events: none;
|
19353
19365
|
}
|
19354
19366
|
|
@@ -19372,8 +19384,8 @@ a.text-white:hover, a.text-white:focus {
|
|
19372
19384
|
left: 0;
|
19373
19385
|
z-index: 4;
|
19374
19386
|
display: inline-block;
|
19375
|
-
width:
|
19376
|
-
height:
|
19387
|
+
width: 18px;
|
19388
|
+
height: 18px;
|
19377
19389
|
margin: auto;
|
19378
19390
|
content: "";
|
19379
19391
|
background: center center no-repeat;
|
@@ -19385,7 +19397,7 @@ a.text-white:hover, a.text-white:focus {
|
|
19385
19397
|
animation: spinner-border .75s linear infinite;
|
19386
19398
|
}
|
19387
19399
|
|
19388
|
-
.btn.is-loading.btn-basic::after {
|
19400
|
+
.btn.is-loading.btn-basic::after, .btn.is-loading.btn-secondary::after {
|
19389
19401
|
border-color: #777;
|
19390
19402
|
border-right-color: transparent;
|
19391
19403
|
}
|
@@ -19399,13 +19411,20 @@ a.text-white:hover, a.text-white:focus {
|
|
19399
19411
|
border-right-color: transparent;
|
19400
19412
|
}
|
19401
19413
|
|
19402
|
-
.btn.btn-with-icon .ic
|
19403
|
-
|
19404
|
-
font-size: 20px;
|
19414
|
+
.btn.btn-with-icon .ic,
|
19415
|
+
.btn.btn-with-icon span {
|
19405
19416
|
vertical-align: top;
|
19406
19417
|
border: none;
|
19407
19418
|
}
|
19408
19419
|
|
19420
|
+
.btn.btn-with-icon .ic {
|
19421
|
+
width: 16px;
|
19422
|
+
height: 16px;
|
19423
|
+
padding: 0;
|
19424
|
+
font-size: 16px;
|
19425
|
+
color: inherit;
|
19426
|
+
}
|
19427
|
+
|
19409
19428
|
.btn.btn-with-icon .ic.is-left {
|
19410
19429
|
margin-right: 8px;
|
19411
19430
|
}
|
@@ -19414,38 +19433,45 @@ a.text-white:hover, a.text-white:focus {
|
|
19414
19433
|
margin-left: 8px;
|
19415
19434
|
}
|
19416
19435
|
|
19417
|
-
.btn.btn-with-icon
|
19418
|
-
|
19419
|
-
|
19436
|
+
.btn.btn-with-icon.btn-sm .ic, .btn-group-sm > .btn.btn-with-icon .ic,
|
19437
|
+
.btn.btn-with-icon.btn-sm span,
|
19438
|
+
.btn-group-sm > .btn.btn-with-icon span {
|
19439
|
+
line-height: 16px;
|
19440
|
+
vertical-align: baseline;
|
19420
19441
|
border: none;
|
19421
19442
|
}
|
19422
19443
|
|
19423
19444
|
.btn.btn-with-icon.btn-sm .ic, .btn-group-sm > .btn.btn-with-icon .ic {
|
19424
|
-
|
19425
|
-
|
19426
|
-
vertical-align: text-top;
|
19427
|
-
border: none;
|
19445
|
+
margin-right: 0;
|
19446
|
+
line-height: 18px;
|
19428
19447
|
}
|
19429
19448
|
|
19430
|
-
.btn.btn-with-icon.btn-sm
|
19431
|
-
|
19432
|
-
|
19433
|
-
|
19449
|
+
.btn.btn-with-icon.btn-sm .is-left, .btn-group-sm > .btn.btn-with-icon .is-left {
|
19450
|
+
margin-right: 0;
|
19451
|
+
}
|
19452
|
+
|
19453
|
+
.btn.btn-with-icon.btn-sm .is-right, .btn-group-sm > .btn.btn-with-icon .is-right {
|
19454
|
+
margin-left: 0;
|
19455
|
+
}
|
19456
|
+
|
19457
|
+
.btn.btn-with-icon.btn-lg .ic, .btn-group-lg > .btn.btn-with-icon .ic,
|
19458
|
+
.btn.btn-with-icon.btn-lg span,
|
19459
|
+
.btn-group-lg > .btn.btn-with-icon span {
|
19460
|
+
vertical-align: top;
|
19434
19461
|
border: none;
|
19435
19462
|
}
|
19436
19463
|
|
19437
19464
|
.btn.btn-with-icon.btn-lg .ic, .btn-group-lg > .btn.btn-with-icon .ic {
|
19465
|
+
width: 24px;
|
19466
|
+
height: 24px;
|
19438
19467
|
padding: 0;
|
19439
19468
|
font-size: 24px;
|
19440
|
-
vertical-align: top;
|
19441
|
-
border: none;
|
19442
19469
|
}
|
19443
19470
|
|
19444
|
-
|
19445
|
-
|
19446
|
-
|
19447
|
-
|
19448
|
-
border: none;
|
19471
|
+
|
19472
|
+
.btn.btn-with-icon.btn-lg span,
|
19473
|
+
.btn-group-lg > .btn.btn-with-icon span {
|
19474
|
+
line-height: 24px;
|
19449
19475
|
}
|
19450
19476
|
|
19451
19477
|
.btn.disabled, .btn:disabled {
|
@@ -19491,21 +19517,49 @@ a.text-white:hover, a.text-white:focus {
|
|
19491
19517
|
margin-left: 0;
|
19492
19518
|
}
|
19493
19519
|
|
19494
|
-
.btn-group .dropdown-toggle-split.btn-basic:not(:hover):not(:focus) {
|
19520
|
+
.btn-group .dropdown-toggle-split.btn-basic:not(:hover):not(:focus), .btn-group .dropdown-toggle-split.btn-secondary:not(:hover):not(:focus) {
|
19495
19521
|
padding-left: 9px;
|
19496
19522
|
border-left: none;
|
19497
19523
|
}
|
19498
19524
|
|
19499
|
-
.btn-group.dropleft .dropdown-toggle-split.btn-basic:not(:hover):not(:focus) {
|
19525
|
+
.btn-group.dropleft .dropdown-toggle-split.btn-basic, .btn-group.dropleft .dropdown-toggle-split.btn-secondary:not(:hover):not(:focus) {
|
19500
19526
|
padding-left: 8px;
|
19501
19527
|
border-left: 1px solid #e2e2e2;
|
19502
19528
|
}
|
19503
19529
|
|
19504
|
-
.btn-group.dropleft ~ .btn-basic:not(:hover):not(:focus)
|
19530
|
+
.btn-group.dropleft ~ .btn-basic:not(:hover):not(:focus),
|
19531
|
+
.btn-group.dropleft ~ .btn-secondary:not(:hover):not(:focus) {
|
19505
19532
|
padding-left: 9px;
|
19506
19533
|
border-left: none;
|
19507
19534
|
}
|
19508
19535
|
|
19536
|
+
.btn {
|
19537
|
+
height: 36px;
|
19538
|
+
}
|
19539
|
+
|
19540
|
+
.btn.btn-sm, .btn-group-sm > .btn {
|
19541
|
+
height: 24px;
|
19542
|
+
}
|
19543
|
+
|
19544
|
+
.btn.btn-lg, .btn-group-lg > .btn {
|
19545
|
+
height: 40px;
|
19546
|
+
}
|
19547
|
+
|
19548
|
+
.btn.btn-icon-only {
|
19549
|
+
width: 36px;
|
19550
|
+
height: 36px;
|
19551
|
+
padding: 8px;
|
19552
|
+
font-size: 18px;
|
19553
|
+
line-height: 18px;
|
19554
|
+
}
|
19555
|
+
|
19556
|
+
.btn.btn-icon-only > .ic {
|
19557
|
+
width: 18px;
|
19558
|
+
height: 18px;
|
19559
|
+
padding: 0;
|
19560
|
+
font-size: 18px;
|
19561
|
+
}
|
19562
|
+
|
19509
19563
|
.alert-danger {
|
19510
19564
|
color: #d74022;
|
19511
19565
|
background-color: rgba(215, 64, 34, 0.15);
|
@@ -19716,7 +19770,7 @@ a.text-white:hover, a.text-white:focus {
|
|
19716
19770
|
|
19717
19771
|
.alert .alert-content {
|
19718
19772
|
display: inline-block;
|
19719
|
-
padding-top:
|
19773
|
+
padding-top: 2px;
|
19720
19774
|
font-size: 14px;
|
19721
19775
|
color: #212121;
|
19722
19776
|
vertical-align: top;
|
@@ -19750,17 +19804,19 @@ a.text-white:hover, a.text-white:focus {
|
|
19750
19804
|
.alert.alert-dismissible .close {
|
19751
19805
|
position: relative;
|
19752
19806
|
display: inline-block;
|
19753
|
-
width:
|
19754
|
-
height:
|
19807
|
+
width: 20px;
|
19808
|
+
height: 20px;
|
19755
19809
|
padding: 0;
|
19756
19810
|
color: #777;
|
19757
19811
|
}
|
19758
19812
|
|
19759
19813
|
.alert.alert-dismissible .close .ic {
|
19814
|
+
width: 20px;
|
19815
|
+
height: 20px;
|
19760
19816
|
font-size: 16px;
|
19761
19817
|
font-weight: 700;
|
19762
|
-
line-height:
|
19763
|
-
vertical-align:
|
19818
|
+
line-height: 20px;
|
19819
|
+
vertical-align: middle;
|
19764
19820
|
}
|
19765
19821
|
|
19766
19822
|
.alert.alert-small .alert-content {
|
@@ -19831,9 +19887,17 @@ a.text-white:hover, a.text-white:focus {
|
|
19831
19887
|
background-color: #e2e2e2;
|
19832
19888
|
}
|
19833
19889
|
|
19890
|
+
.avatar.dropdown-toggle::after {
|
19891
|
+
display: initial !important;
|
19892
|
+
}
|
19893
|
+
|
19834
19894
|
.avatar::after {
|
19835
19895
|
content: "\A";
|
19836
|
-
background: rgba(0, 0, 0, 0.5);
|
19896
|
+
background: rgba(0, 0, 0, 0.5) !important;
|
19897
|
+
}
|
19898
|
+
|
19899
|
+
.avatar:hover {
|
19900
|
+
cursor: pointer;
|
19837
19901
|
}
|
19838
19902
|
|
19839
19903
|
.avatar:hover::after {
|
@@ -19861,18 +19925,30 @@ a.text-white:hover, a.text-white:focus {
|
|
19861
19925
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='36px' height='36px' viewBox='0 0 36 36' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 64 (101010) - https://sketch.com --%3E%3Ctitle%3E854A7405-039C-4712-92A0-AB1D01FDD088svg/%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='60' height='60' rx='8'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Design-Principle' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Components/-Avatar' transform='translate(-1044.000000, -1424.000000)'%3E%3Crect id='base' fill='%23FFFFFF' x='0' y='0' width='1920' height='3164'%3E%3C/rect%3E%3Cg id='Default-avatars' transform='translate(660.000000, 1315.000000)'%3E%3Cg id='Avatar-blank-type' transform='translate(192.000000, 97.000000)'%3E%3Cg id='Components/-Avatar/-Square/-60px' transform='translate(180.000000, 0.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Base'%3E%3C/g%3E%3Cg id='Type' mask='url(%23mask-2)' fill-rule='nonzero'%3E%3Crect id='Base' fill='%23E2E2E2' x='0' y='0' width='60' height='60'%3E%3C/rect%3E%3Cg id='Icons/-Regular/-Feature/-IMG' transform='translate(12.000000, 12.000000)' fill='%23777777'%3E%3Cpath d='M24.0307692,3 C24.2326984,3 24.4271578,3.07954407 24.5751301,3.22267209 L29.7443609,8.22267209 C29.9073745,8.38034894 30,8.60160933 30,8.83333333 L30,32.1666667 C30,32.626904 29.6418278,33 29.2,33 L6.8,33 C6.3581722,33 6,32.626904 6,32.1666667 L6,3.83333333 C6,3.37309604 6.3581722,3 6.8,3 L24.0307692,3 Z M12.2596988,25.7875335 L8.92873792,30.3339749 C8.84660416,30.4571755 8.80277564,30.6019313 8.80277564,30.75 C8.80277564,31.1642136 9.13856208,31.5 9.55277564,31.5 L18.6487188,31.5 L13.4599025,25.7234205 C13.4137204,25.6680021 13.3597846,25.6195363 13.2997616,25.579521 C12.9551151,25.3497567 12.4894631,25.442887 12.2596988,25.7875335 Z M21.1758419,19.8540405 L16.7020464,26.6752406 L20.607804,31.5 L27.299016,31.4994534 C28.5,31.4923469 28.5,31.3928571 28.5,30 L28.5,28.5391523 L22.3636022,19.842318 C22.3238169,19.7917673 22.2776933,19.7465447 22.2263672,19.707765 C21.8958797,19.4580634 21.4255435,19.523553 21.1758419,19.8540405 Z M23.7715845,4.5 L7.5,4.5 L7.50072911,29.827172 C7.55141195,29.7144696 7.61151182,29.6056505 7.68066248,29.5019246 L11.0116233,24.9554835 C11.7009164,23.921544 13.0978724,23.642153 14.1318119,24.331446 C14.3118808,24.4514919 14.4736883,24.5968893 14.6122344,24.7631445 L15.455,25.722 L19.9790409,18.949791 C20.7281458,17.9583286 22.1391544,17.7618596 23.1306168,18.5109645 C23.2845952,18.6273037 23.4229661,18.7629699 23.5423219,18.914622 L28.5,25.905 L28.5,9.08668365 L23.7715845,4.5 Z M12.75,12 C14.4068542,12 15.75,13.3431458 15.75,15 C15.75,16.6568542 14.4068542,18 12.75,18 C11.0931458,18 9.75,16.6568542 9.75,15 C9.75,13.3431458 11.0931458,12 12.75,12 Z M12.75,13.5 C11.9215729,13.5 11.25,14.1715729 11.25,15 C11.25,15.8284271 11.9215729,16.5 12.75,16.5 C13.5784271,16.5 14.25,15.8284271 14.25,15 C14.25,14.1715729 13.5784271,13.5 12.75,13.5 Z' id='Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
19862
19926
|
}
|
19863
19927
|
|
19864
|
-
.avatar.avatar-
|
19928
|
+
.avatar.avatar-xsmall {
|
19865
19929
|
width: 24px;
|
19866
19930
|
height: 24px;
|
19867
19931
|
line-height: 24px;
|
19868
19932
|
}
|
19869
19933
|
|
19870
|
-
.avatar.avatar-
|
19934
|
+
.avatar.avatar-xsmall .avatar-initial {
|
19871
19935
|
font-family: "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
19872
19936
|
font-size: 10.8px;
|
19873
19937
|
color: #777;
|
19874
19938
|
}
|
19875
19939
|
|
19940
|
+
.avatar.avatar-small {
|
19941
|
+
width: 32px;
|
19942
|
+
height: 32px;
|
19943
|
+
line-height: 32px;
|
19944
|
+
}
|
19945
|
+
|
19946
|
+
.avatar.avatar-small .avatar-initial {
|
19947
|
+
font-family: "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
19948
|
+
font-size: 14.4px;
|
19949
|
+
color: #777;
|
19950
|
+
}
|
19951
|
+
|
19876
19952
|
.avatar.avatar-medium {
|
19877
19953
|
width: 40px;
|
19878
19954
|
height: 40px;
|
@@ -19933,130 +20009,190 @@ a.text-white:hover, a.text-white:focus {
|
|
19933
20009
|
}
|
19934
20010
|
|
19935
20011
|
.avatar-stacked {
|
19936
|
-
display: flex;
|
20012
|
+
display: inline-flex;
|
19937
20013
|
flex-wrap: wrap;
|
19938
20014
|
align-items: center;
|
19939
20015
|
font-size: 0;
|
19940
20016
|
}
|
19941
20017
|
|
20018
|
+
.avatar-stacked .avatar-xsmall {
|
20019
|
+
box-shadow: 0.6px 0 0 0.6px #fff;
|
20020
|
+
}
|
20021
|
+
|
20022
|
+
.avatar-stacked .avatar-xsmall:nth-child(1) {
|
20023
|
+
right: 0px;
|
20024
|
+
z-index: 6;
|
20025
|
+
}
|
20026
|
+
|
20027
|
+
.avatar-stacked .avatar-xsmall:nth-child(2) {
|
20028
|
+
right: 6px;
|
20029
|
+
z-index: 5;
|
20030
|
+
}
|
20031
|
+
|
20032
|
+
.avatar-stacked .avatar-xsmall:nth-child(3) {
|
20033
|
+
right: 12px;
|
20034
|
+
z-index: 4;
|
20035
|
+
}
|
20036
|
+
|
20037
|
+
.avatar-stacked .avatar-xsmall:nth-child(4) {
|
20038
|
+
right: 18px;
|
20039
|
+
z-index: 3;
|
20040
|
+
}
|
20041
|
+
|
20042
|
+
.avatar-stacked .avatar-xsmall:nth-child(5) {
|
20043
|
+
right: 24px;
|
20044
|
+
z-index: 2;
|
20045
|
+
}
|
20046
|
+
|
20047
|
+
.avatar-stacked .avatar-xsmall:nth-child(6) {
|
20048
|
+
right: 30px;
|
20049
|
+
z-index: 1;
|
20050
|
+
}
|
20051
|
+
|
19942
20052
|
.avatar-stacked .avatar-small {
|
19943
|
-
box-shadow:
|
20053
|
+
box-shadow: 0.8px 0 0 0.8px #fff;
|
19944
20054
|
}
|
19945
20055
|
|
19946
20056
|
.avatar-stacked .avatar-small:nth-child(1) {
|
19947
|
-
|
20057
|
+
right: 0px;
|
20058
|
+
z-index: 6;
|
19948
20059
|
}
|
19949
20060
|
|
19950
20061
|
.avatar-stacked .avatar-small:nth-child(2) {
|
19951
|
-
right:
|
19952
|
-
z-index:
|
20062
|
+
right: 8px;
|
20063
|
+
z-index: 5;
|
19953
20064
|
}
|
19954
20065
|
|
19955
20066
|
.avatar-stacked .avatar-small:nth-child(3) {
|
19956
|
-
right:
|
19957
|
-
z-index:
|
20067
|
+
right: 16px;
|
20068
|
+
z-index: 4;
|
19958
20069
|
}
|
19959
20070
|
|
19960
20071
|
.avatar-stacked .avatar-small:nth-child(4) {
|
19961
|
-
right:
|
19962
|
-
z-index:
|
20072
|
+
right: 24px;
|
20073
|
+
z-index: 3;
|
19963
20074
|
}
|
19964
20075
|
|
19965
20076
|
.avatar-stacked .avatar-small:nth-child(5) {
|
19966
|
-
right:
|
20077
|
+
right: 32px;
|
20078
|
+
z-index: 2;
|
20079
|
+
}
|
20080
|
+
|
20081
|
+
.avatar-stacked .avatar-small:nth-child(6) {
|
20082
|
+
right: 40px;
|
19967
20083
|
z-index: 1;
|
19968
20084
|
}
|
19969
20085
|
|
19970
20086
|
.avatar-stacked .avatar-medium {
|
19971
|
-
box-shadow:
|
20087
|
+
box-shadow: 1px 0 0 1px #fff;
|
19972
20088
|
}
|
19973
20089
|
|
19974
20090
|
.avatar-stacked .avatar-medium:nth-child(1) {
|
19975
|
-
|
20091
|
+
right: 0px;
|
20092
|
+
z-index: 6;
|
19976
20093
|
}
|
19977
20094
|
|
19978
20095
|
.avatar-stacked .avatar-medium:nth-child(2) {
|
19979
|
-
right:
|
19980
|
-
z-index:
|
20096
|
+
right: 10px;
|
20097
|
+
z-index: 5;
|
19981
20098
|
}
|
19982
20099
|
|
19983
20100
|
.avatar-stacked .avatar-medium:nth-child(3) {
|
19984
|
-
right:
|
19985
|
-
z-index:
|
20101
|
+
right: 20px;
|
20102
|
+
z-index: 4;
|
19986
20103
|
}
|
19987
20104
|
|
19988
20105
|
.avatar-stacked .avatar-medium:nth-child(4) {
|
19989
|
-
right:
|
19990
|
-
z-index:
|
20106
|
+
right: 30px;
|
20107
|
+
z-index: 3;
|
19991
20108
|
}
|
19992
20109
|
|
19993
20110
|
.avatar-stacked .avatar-medium:nth-child(5) {
|
19994
|
-
right:
|
20111
|
+
right: 40px;
|
20112
|
+
z-index: 2;
|
20113
|
+
}
|
20114
|
+
|
20115
|
+
.avatar-stacked .avatar-medium:nth-child(6) {
|
20116
|
+
right: 50px;
|
19995
20117
|
z-index: 1;
|
19996
20118
|
}
|
19997
20119
|
|
19998
20120
|
.avatar-stacked .avatar-large {
|
19999
|
-
box-shadow:
|
20121
|
+
box-shadow: 1.5px 0 0 1.5px #fff;
|
20000
20122
|
}
|
20001
20123
|
|
20002
20124
|
.avatar-stacked .avatar-large:nth-child(1) {
|
20003
|
-
|
20125
|
+
right: 0px;
|
20126
|
+
z-index: 6;
|
20004
20127
|
}
|
20005
20128
|
|
20006
20129
|
.avatar-stacked .avatar-large:nth-child(2) {
|
20007
|
-
right:
|
20008
|
-
z-index:
|
20130
|
+
right: 15px;
|
20131
|
+
z-index: 5;
|
20009
20132
|
}
|
20010
20133
|
|
20011
20134
|
.avatar-stacked .avatar-large:nth-child(3) {
|
20012
|
-
right:
|
20013
|
-
z-index:
|
20135
|
+
right: 30px;
|
20136
|
+
z-index: 4;
|
20014
20137
|
}
|
20015
20138
|
|
20016
20139
|
.avatar-stacked .avatar-large:nth-child(4) {
|
20017
|
-
right:
|
20018
|
-
z-index:
|
20140
|
+
right: 45px;
|
20141
|
+
z-index: 3;
|
20019
20142
|
}
|
20020
20143
|
|
20021
20144
|
.avatar-stacked .avatar-large:nth-child(5) {
|
20022
|
-
right:
|
20145
|
+
right: 60px;
|
20146
|
+
z-index: 2;
|
20147
|
+
}
|
20148
|
+
|
20149
|
+
.avatar-stacked .avatar-large:nth-child(6) {
|
20150
|
+
right: 75px;
|
20023
20151
|
z-index: 1;
|
20024
20152
|
}
|
20025
20153
|
|
20026
20154
|
.avatar-stacked .avatar-xlarge {
|
20027
|
-
box-shadow:
|
20155
|
+
box-shadow: 3px 0 0 3px #fff;
|
20028
20156
|
}
|
20029
20157
|
|
20030
20158
|
.avatar-stacked .avatar-xlarge:nth-child(1) {
|
20031
|
-
|
20159
|
+
right: 0px;
|
20160
|
+
z-index: 6;
|
20032
20161
|
}
|
20033
20162
|
|
20034
20163
|
.avatar-stacked .avatar-xlarge:nth-child(2) {
|
20035
|
-
right:
|
20036
|
-
z-index:
|
20164
|
+
right: 30px;
|
20165
|
+
z-index: 5;
|
20037
20166
|
}
|
20038
20167
|
|
20039
20168
|
.avatar-stacked .avatar-xlarge:nth-child(3) {
|
20040
|
-
right:
|
20041
|
-
z-index:
|
20169
|
+
right: 60px;
|
20170
|
+
z-index: 4;
|
20042
20171
|
}
|
20043
20172
|
|
20044
20173
|
.avatar-stacked .avatar-xlarge:nth-child(4) {
|
20045
|
-
right:
|
20046
|
-
z-index:
|
20174
|
+
right: 90px;
|
20175
|
+
z-index: 3;
|
20047
20176
|
}
|
20048
20177
|
|
20049
20178
|
.avatar-stacked .avatar-xlarge:nth-child(5) {
|
20050
|
-
right:
|
20179
|
+
right: 120px;
|
20180
|
+
z-index: 2;
|
20181
|
+
}
|
20182
|
+
|
20183
|
+
.avatar-stacked .avatar-xlarge:nth-child(6) {
|
20184
|
+
right: 150px;
|
20051
20185
|
z-index: 1;
|
20052
20186
|
}
|
20053
20187
|
|
20054
20188
|
.avatar-stacked .avatar-stacked-text {
|
20189
|
+
position: relative;
|
20055
20190
|
color: #1357ff;
|
20056
20191
|
cursor: pointer;
|
20057
20192
|
}
|
20058
20193
|
|
20059
20194
|
.avatar-stacked .avatar-stacked-text p {
|
20195
|
+
padding-left: 8px;
|
20060
20196
|
margin: 0;
|
20061
20197
|
line-height: 14px;
|
20062
20198
|
}
|
@@ -20065,75 +20201,591 @@ a.text-white:hover, a.text-white:focus {
|
|
20065
20201
|
display: none;
|
20066
20202
|
}
|
20067
20203
|
|
20068
|
-
.avatar-
|
20069
|
-
|
20204
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall {
|
20205
|
+
box-shadow: -0.6px 0 0 0.6px #fff;
|
20070
20206
|
}
|
20071
20207
|
|
20072
|
-
.avatar-
|
20073
|
-
|
20208
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(1) {
|
20209
|
+
z-index: 1;
|
20074
20210
|
}
|
20075
20211
|
|
20076
|
-
.avatar-
|
20077
|
-
|
20212
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(2) {
|
20213
|
+
z-index: 2;
|
20078
20214
|
}
|
20079
20215
|
|
20080
|
-
.avatar-
|
20081
|
-
|
20216
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(3) {
|
20217
|
+
z-index: 3;
|
20082
20218
|
}
|
20083
20219
|
|
20084
|
-
.avatar-
|
20085
|
-
|
20220
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(4) {
|
20221
|
+
z-index: 4;
|
20086
20222
|
}
|
20087
20223
|
|
20088
|
-
.avatar-
|
20089
|
-
|
20224
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(5) {
|
20225
|
+
z-index: 5;
|
20090
20226
|
}
|
20091
20227
|
|
20092
|
-
.avatar-
|
20093
|
-
|
20228
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xsmall:nth-child(6) {
|
20229
|
+
z-index: 6;
|
20094
20230
|
}
|
20095
20231
|
|
20096
|
-
.avatar-
|
20097
|
-
|
20232
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small {
|
20233
|
+
box-shadow: -0.8px 0 0 0.8px #fff;
|
20098
20234
|
}
|
20099
20235
|
|
20100
|
-
.avatar-
|
20101
|
-
|
20236
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(1) {
|
20237
|
+
z-index: 1;
|
20102
20238
|
}
|
20103
20239
|
|
20104
|
-
.avatar-
|
20105
|
-
|
20240
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(2) {
|
20241
|
+
z-index: 2;
|
20106
20242
|
}
|
20107
20243
|
|
20108
|
-
.avatar-
|
20109
|
-
|
20110
|
-
color: #1357ff;
|
20111
|
-
text-align: center;
|
20112
|
-
cursor: pointer;
|
20244
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(3) {
|
20245
|
+
z-index: 3;
|
20113
20246
|
}
|
20114
20247
|
|
20115
|
-
.avatar-
|
20116
|
-
|
20248
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(4) {
|
20249
|
+
z-index: 4;
|
20117
20250
|
}
|
20118
20251
|
|
20119
|
-
.avatar-
|
20120
|
-
|
20252
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(5) {
|
20253
|
+
z-index: 5;
|
20121
20254
|
}
|
20122
20255
|
|
20123
|
-
.avatar-
|
20124
|
-
|
20256
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-small:nth-child(6) {
|
20257
|
+
z-index: 6;
|
20125
20258
|
}
|
20126
20259
|
|
20127
|
-
.avatar-
|
20128
|
-
|
20260
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium {
|
20261
|
+
box-shadow: -1px 0 0 1px #fff;
|
20129
20262
|
}
|
20130
20263
|
|
20131
|
-
.avatar-
|
20132
|
-
|
20264
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(1) {
|
20265
|
+
z-index: 1;
|
20133
20266
|
}
|
20134
20267
|
|
20135
|
-
.avatar-
|
20136
|
-
|
20268
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(2) {
|
20269
|
+
z-index: 2;
|
20270
|
+
}
|
20271
|
+
|
20272
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(3) {
|
20273
|
+
z-index: 3;
|
20274
|
+
}
|
20275
|
+
|
20276
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(4) {
|
20277
|
+
z-index: 4;
|
20278
|
+
}
|
20279
|
+
|
20280
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(5) {
|
20281
|
+
z-index: 5;
|
20282
|
+
}
|
20283
|
+
|
20284
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-medium:nth-child(6) {
|
20285
|
+
z-index: 6;
|
20286
|
+
}
|
20287
|
+
|
20288
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large {
|
20289
|
+
box-shadow: -1.5px 0 0 1.5px #fff;
|
20290
|
+
}
|
20291
|
+
|
20292
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(1) {
|
20293
|
+
z-index: 1;
|
20294
|
+
}
|
20295
|
+
|
20296
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(2) {
|
20297
|
+
z-index: 2;
|
20298
|
+
}
|
20299
|
+
|
20300
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(3) {
|
20301
|
+
z-index: 3;
|
20302
|
+
}
|
20303
|
+
|
20304
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(4) {
|
20305
|
+
z-index: 4;
|
20306
|
+
}
|
20307
|
+
|
20308
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(5) {
|
20309
|
+
z-index: 5;
|
20310
|
+
}
|
20311
|
+
|
20312
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-large:nth-child(6) {
|
20313
|
+
z-index: 6;
|
20314
|
+
}
|
20315
|
+
|
20316
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge {
|
20317
|
+
box-shadow: -3px 0 0 3px #fff;
|
20318
|
+
}
|
20319
|
+
|
20320
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(1) {
|
20321
|
+
z-index: 1;
|
20322
|
+
}
|
20323
|
+
|
20324
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(2) {
|
20325
|
+
z-index: 2;
|
20326
|
+
}
|
20327
|
+
|
20328
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(3) {
|
20329
|
+
z-index: 3;
|
20330
|
+
}
|
20331
|
+
|
20332
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(4) {
|
20333
|
+
z-index: 4;
|
20334
|
+
}
|
20335
|
+
|
20336
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(5) {
|
20337
|
+
z-index: 5;
|
20338
|
+
}
|
20339
|
+
|
20340
|
+
.avatar-stacked.avatar-stacked-reversed .avatar-xlarge:nth-child(6) {
|
20341
|
+
z-index: 6;
|
20342
|
+
}
|
20343
|
+
|
20344
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(1) {
|
20345
|
+
right: 0px;
|
20346
|
+
}
|
20347
|
+
|
20348
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(2) {
|
20349
|
+
right: 3px;
|
20350
|
+
}
|
20351
|
+
|
20352
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(3) {
|
20353
|
+
right: 6px;
|
20354
|
+
}
|
20355
|
+
|
20356
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(4) {
|
20357
|
+
right: 9px;
|
20358
|
+
}
|
20359
|
+
|
20360
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(5) {
|
20361
|
+
right: 12px;
|
20362
|
+
}
|
20363
|
+
|
20364
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xsmall:nth-child(6) {
|
20365
|
+
right: 15px;
|
20366
|
+
}
|
20367
|
+
|
20368
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(1) {
|
20369
|
+
right: 0px;
|
20370
|
+
}
|
20371
|
+
|
20372
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(2) {
|
20373
|
+
right: 4px;
|
20374
|
+
}
|
20375
|
+
|
20376
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(3) {
|
20377
|
+
right: 8px;
|
20378
|
+
}
|
20379
|
+
|
20380
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(4) {
|
20381
|
+
right: 12px;
|
20382
|
+
}
|
20383
|
+
|
20384
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(5) {
|
20385
|
+
right: 16px;
|
20386
|
+
}
|
20387
|
+
|
20388
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-small:nth-child(6) {
|
20389
|
+
right: 20px;
|
20390
|
+
}
|
20391
|
+
|
20392
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(1) {
|
20393
|
+
right: 0px;
|
20394
|
+
}
|
20395
|
+
|
20396
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(2) {
|
20397
|
+
right: 5px;
|
20398
|
+
}
|
20399
|
+
|
20400
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(3) {
|
20401
|
+
right: 10px;
|
20402
|
+
}
|
20403
|
+
|
20404
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(4) {
|
20405
|
+
right: 15px;
|
20406
|
+
}
|
20407
|
+
|
20408
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(5) {
|
20409
|
+
right: 20px;
|
20410
|
+
}
|
20411
|
+
|
20412
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-medium:nth-child(6) {
|
20413
|
+
right: 25px;
|
20414
|
+
}
|
20415
|
+
|
20416
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(1) {
|
20417
|
+
right: 0px;
|
20418
|
+
}
|
20419
|
+
|
20420
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(2) {
|
20421
|
+
right: 7.5px;
|
20422
|
+
}
|
20423
|
+
|
20424
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(3) {
|
20425
|
+
right: 15px;
|
20426
|
+
}
|
20427
|
+
|
20428
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(4) {
|
20429
|
+
right: 22.5px;
|
20430
|
+
}
|
20431
|
+
|
20432
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(5) {
|
20433
|
+
right: 30px;
|
20434
|
+
}
|
20435
|
+
|
20436
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-large:nth-child(6) {
|
20437
|
+
right: 37.5px;
|
20438
|
+
}
|
20439
|
+
|
20440
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(1) {
|
20441
|
+
right: 0px;
|
20442
|
+
}
|
20443
|
+
|
20444
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(2) {
|
20445
|
+
right: 15px;
|
20446
|
+
}
|
20447
|
+
|
20448
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(3) {
|
20449
|
+
right: 30px;
|
20450
|
+
}
|
20451
|
+
|
20452
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(4) {
|
20453
|
+
right: 45px;
|
20454
|
+
}
|
20455
|
+
|
20456
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(5) {
|
20457
|
+
right: 60px;
|
20458
|
+
}
|
20459
|
+
|
20460
|
+
.avatar-stacked.avatar-stacked-sparse .avatar-xlarge:nth-child(6) {
|
20461
|
+
right: 75px;
|
20462
|
+
}
|
20463
|
+
|
20464
|
+
.avatar-pull-xsmall-1 {
|
20465
|
+
right: calc(0px) !important;
|
20466
|
+
}
|
20467
|
+
|
20468
|
+
.avatar-push-xsmall-1 {
|
20469
|
+
left: calc(0px) !important;
|
20470
|
+
}
|
20471
|
+
|
20472
|
+
.avatar-pull-xsmall-2 {
|
20473
|
+
right: calc(6px) !important;
|
20474
|
+
}
|
20475
|
+
|
20476
|
+
.avatar-push-xsmall-2 {
|
20477
|
+
left: calc(6px) !important;
|
20478
|
+
}
|
20479
|
+
|
20480
|
+
.avatar-pull-xsmall-3 {
|
20481
|
+
right: calc(12px) !important;
|
20482
|
+
}
|
20483
|
+
|
20484
|
+
.avatar-push-xsmall-3 {
|
20485
|
+
left: calc(12px) !important;
|
20486
|
+
}
|
20487
|
+
|
20488
|
+
.avatar-pull-xsmall-4 {
|
20489
|
+
right: calc(18px) !important;
|
20490
|
+
}
|
20491
|
+
|
20492
|
+
.avatar-push-xsmall-4 {
|
20493
|
+
left: calc(18px) !important;
|
20494
|
+
}
|
20495
|
+
|
20496
|
+
.avatar-pull-xsmall-5 {
|
20497
|
+
right: calc(24px) !important;
|
20498
|
+
}
|
20499
|
+
|
20500
|
+
.avatar-push-xsmall-5 {
|
20501
|
+
left: calc(24px) !important;
|
20502
|
+
}
|
20503
|
+
|
20504
|
+
.avatar-pull-xsmall-6 {
|
20505
|
+
right: calc(30px) !important;
|
20506
|
+
}
|
20507
|
+
|
20508
|
+
.avatar-push-xsmall-6 {
|
20509
|
+
left: calc(30px) !important;
|
20510
|
+
}
|
20511
|
+
|
20512
|
+
.avatar-pull-small-1 {
|
20513
|
+
right: calc(0px) !important;
|
20514
|
+
}
|
20515
|
+
|
20516
|
+
.avatar-push-small-1 {
|
20517
|
+
left: calc(0px) !important;
|
20518
|
+
}
|
20519
|
+
|
20520
|
+
.avatar-pull-small-2 {
|
20521
|
+
right: calc(8px) !important;
|
20522
|
+
}
|
20523
|
+
|
20524
|
+
.avatar-push-small-2 {
|
20525
|
+
left: calc(8px) !important;
|
20526
|
+
}
|
20527
|
+
|
20528
|
+
.avatar-pull-small-3 {
|
20529
|
+
right: calc(16px) !important;
|
20530
|
+
}
|
20531
|
+
|
20532
|
+
.avatar-push-small-3 {
|
20533
|
+
left: calc(16px) !important;
|
20534
|
+
}
|
20535
|
+
|
20536
|
+
.avatar-pull-small-4 {
|
20537
|
+
right: calc(24px) !important;
|
20538
|
+
}
|
20539
|
+
|
20540
|
+
.avatar-push-small-4 {
|
20541
|
+
left: calc(24px) !important;
|
20542
|
+
}
|
20543
|
+
|
20544
|
+
.avatar-pull-small-5 {
|
20545
|
+
right: calc(32px) !important;
|
20546
|
+
}
|
20547
|
+
|
20548
|
+
.avatar-push-small-5 {
|
20549
|
+
left: calc(32px) !important;
|
20550
|
+
}
|
20551
|
+
|
20552
|
+
.avatar-pull-small-6 {
|
20553
|
+
right: calc(40px) !important;
|
20554
|
+
}
|
20555
|
+
|
20556
|
+
.avatar-push-small-6 {
|
20557
|
+
left: calc(40px) !important;
|
20558
|
+
}
|
20559
|
+
|
20560
|
+
.avatar-pull-medium-1 {
|
20561
|
+
right: calc(0px) !important;
|
20562
|
+
}
|
20563
|
+
|
20564
|
+
.avatar-push-medium-1 {
|
20565
|
+
left: calc(0px) !important;
|
20566
|
+
}
|
20567
|
+
|
20568
|
+
.avatar-pull-medium-2 {
|
20569
|
+
right: calc(10px) !important;
|
20570
|
+
}
|
20571
|
+
|
20572
|
+
.avatar-push-medium-2 {
|
20573
|
+
left: calc(10px) !important;
|
20574
|
+
}
|
20575
|
+
|
20576
|
+
.avatar-pull-medium-3 {
|
20577
|
+
right: calc(20px) !important;
|
20578
|
+
}
|
20579
|
+
|
20580
|
+
.avatar-push-medium-3 {
|
20581
|
+
left: calc(20px) !important;
|
20582
|
+
}
|
20583
|
+
|
20584
|
+
.avatar-pull-medium-4 {
|
20585
|
+
right: calc(30px) !important;
|
20586
|
+
}
|
20587
|
+
|
20588
|
+
.avatar-push-medium-4 {
|
20589
|
+
left: calc(30px) !important;
|
20590
|
+
}
|
20591
|
+
|
20592
|
+
.avatar-pull-medium-5 {
|
20593
|
+
right: calc(40px) !important;
|
20594
|
+
}
|
20595
|
+
|
20596
|
+
.avatar-push-medium-5 {
|
20597
|
+
left: calc(40px) !important;
|
20598
|
+
}
|
20599
|
+
|
20600
|
+
.avatar-pull-medium-6 {
|
20601
|
+
right: calc(50px) !important;
|
20602
|
+
}
|
20603
|
+
|
20604
|
+
.avatar-push-medium-6 {
|
20605
|
+
left: calc(50px) !important;
|
20606
|
+
}
|
20607
|
+
|
20608
|
+
.avatar-pull-large-1 {
|
20609
|
+
right: calc(0px) !important;
|
20610
|
+
}
|
20611
|
+
|
20612
|
+
.avatar-push-large-1 {
|
20613
|
+
left: calc(0px) !important;
|
20614
|
+
}
|
20615
|
+
|
20616
|
+
.avatar-pull-large-2 {
|
20617
|
+
right: calc(15px) !important;
|
20618
|
+
}
|
20619
|
+
|
20620
|
+
.avatar-push-large-2 {
|
20621
|
+
left: calc(15px) !important;
|
20622
|
+
}
|
20623
|
+
|
20624
|
+
.avatar-pull-large-3 {
|
20625
|
+
right: calc(30px) !important;
|
20626
|
+
}
|
20627
|
+
|
20628
|
+
.avatar-push-large-3 {
|
20629
|
+
left: calc(30px) !important;
|
20630
|
+
}
|
20631
|
+
|
20632
|
+
.avatar-pull-large-4 {
|
20633
|
+
right: calc(45px) !important;
|
20634
|
+
}
|
20635
|
+
|
20636
|
+
.avatar-push-large-4 {
|
20637
|
+
left: calc(45px) !important;
|
20638
|
+
}
|
20639
|
+
|
20640
|
+
.avatar-pull-large-5 {
|
20641
|
+
right: calc(60px) !important;
|
20642
|
+
}
|
20643
|
+
|
20644
|
+
.avatar-push-large-5 {
|
20645
|
+
left: calc(60px) !important;
|
20646
|
+
}
|
20647
|
+
|
20648
|
+
.avatar-pull-large-6 {
|
20649
|
+
right: calc(75px) !important;
|
20650
|
+
}
|
20651
|
+
|
20652
|
+
.avatar-push-large-6 {
|
20653
|
+
left: calc(75px) !important;
|
20654
|
+
}
|
20655
|
+
|
20656
|
+
.avatar-pull-xlarge-1 {
|
20657
|
+
right: calc(0px) !important;
|
20658
|
+
}
|
20659
|
+
|
20660
|
+
.avatar-push-xlarge-1 {
|
20661
|
+
left: calc(0px) !important;
|
20662
|
+
}
|
20663
|
+
|
20664
|
+
.avatar-pull-xlarge-2 {
|
20665
|
+
right: calc(30px) !important;
|
20666
|
+
}
|
20667
|
+
|
20668
|
+
.avatar-push-xlarge-2 {
|
20669
|
+
left: calc(30px) !important;
|
20670
|
+
}
|
20671
|
+
|
20672
|
+
.avatar-pull-xlarge-3 {
|
20673
|
+
right: calc(60px) !important;
|
20674
|
+
}
|
20675
|
+
|
20676
|
+
.avatar-push-xlarge-3 {
|
20677
|
+
left: calc(60px) !important;
|
20678
|
+
}
|
20679
|
+
|
20680
|
+
.avatar-pull-xlarge-4 {
|
20681
|
+
right: calc(90px) !important;
|
20682
|
+
}
|
20683
|
+
|
20684
|
+
.avatar-push-xlarge-4 {
|
20685
|
+
left: calc(90px) !important;
|
20686
|
+
}
|
20687
|
+
|
20688
|
+
.avatar-pull-xlarge-5 {
|
20689
|
+
right: calc(120px) !important;
|
20690
|
+
}
|
20691
|
+
|
20692
|
+
.avatar-push-xlarge-5 {
|
20693
|
+
left: calc(120px) !important;
|
20694
|
+
}
|
20695
|
+
|
20696
|
+
.avatar-pull-xlarge-6 {
|
20697
|
+
right: calc(150px) !important;
|
20698
|
+
}
|
20699
|
+
|
20700
|
+
.avatar-push-xlarge-6 {
|
20701
|
+
left: calc(150px) !important;
|
20702
|
+
}
|
20703
|
+
|
20704
|
+
.avatar-grid-container {
|
20705
|
+
display: inline-block;
|
20706
|
+
}
|
20707
|
+
|
20708
|
+
.avatar-grid-row {
|
20709
|
+
font-size: 0;
|
20710
|
+
}
|
20711
|
+
|
20712
|
+
.avatar-grid-row .avatar-xsmall {
|
20713
|
+
margin-left: 8px;
|
20714
|
+
}
|
20715
|
+
|
20716
|
+
.avatar-grid-row .avatar-xsmall:first-child {
|
20717
|
+
margin-left: 0;
|
20718
|
+
}
|
20719
|
+
|
20720
|
+
.avatar-grid-row .avatar-small {
|
20721
|
+
margin-left: 10.666667px;
|
20722
|
+
}
|
20723
|
+
|
20724
|
+
.avatar-grid-row .avatar-small:first-child {
|
20725
|
+
margin-left: 0;
|
20726
|
+
}
|
20727
|
+
|
20728
|
+
.avatar-grid-row .avatar-medium {
|
20729
|
+
margin-left: 13.333333px;
|
20730
|
+
}
|
20731
|
+
|
20732
|
+
.avatar-grid-row .avatar-medium:first-child {
|
20733
|
+
margin-left: 0;
|
20734
|
+
}
|
20735
|
+
|
20736
|
+
.avatar-grid-row .avatar-large {
|
20737
|
+
margin-left: 20px;
|
20738
|
+
}
|
20739
|
+
|
20740
|
+
.avatar-grid-row .avatar-large:first-child {
|
20741
|
+
margin-left: 0;
|
20742
|
+
}
|
20743
|
+
|
20744
|
+
.avatar-grid-row .avatar-xlarge {
|
20745
|
+
margin-left: 40px;
|
20746
|
+
}
|
20747
|
+
|
20748
|
+
.avatar-grid-row .avatar-xlarge:first-child {
|
20749
|
+
margin-left: 0;
|
20750
|
+
}
|
20751
|
+
|
20752
|
+
.avatar-grid-row .avatar-grid-text {
|
20753
|
+
padding-top: 8px;
|
20754
|
+
color: #1357ff;
|
20755
|
+
text-align: center;
|
20756
|
+
cursor: pointer;
|
20757
|
+
}
|
20758
|
+
|
20759
|
+
.avatar-grid-row .avatar-grid-text p {
|
20760
|
+
margin: 0;
|
20761
|
+
}
|
20762
|
+
|
20763
|
+
.avatar-grid-row .avatar-grid-text.dropdown-toggle::after {
|
20764
|
+
display: none;
|
20765
|
+
}
|
20766
|
+
|
20767
|
+
.avatar-grid-xsmall .avatar-grid-row {
|
20768
|
+
padding-top: 8px;
|
20769
|
+
}
|
20770
|
+
|
20771
|
+
.avatar-grid-xsmall .avatar-grid-row:first-child {
|
20772
|
+
padding-top: 0;
|
20773
|
+
}
|
20774
|
+
|
20775
|
+
.avatar-grid-small .avatar-grid-row {
|
20776
|
+
padding-top: 10.666667px;
|
20777
|
+
}
|
20778
|
+
|
20779
|
+
.avatar-grid-small .avatar-grid-row:first-child {
|
20780
|
+
padding-top: 0;
|
20781
|
+
}
|
20782
|
+
|
20783
|
+
.avatar-grid-medium .avatar-grid-row {
|
20784
|
+
padding-top: 13.333333px;
|
20785
|
+
}
|
20786
|
+
|
20787
|
+
.avatar-grid-medium .avatar-grid-row:first-child {
|
20788
|
+
padding-top: 0;
|
20137
20789
|
}
|
20138
20790
|
|
20139
20791
|
.avatar-grid-large .avatar-grid-row {
|
@@ -20153,14 +20805,19 @@ a.text-white:hover, a.text-white:focus {
|
|
20153
20805
|
}
|
20154
20806
|
|
20155
20807
|
.dropdown-toggle::after {
|
20808
|
+
display: none;
|
20156
20809
|
vertical-align: 2px;
|
20157
20810
|
}
|
20158
20811
|
|
20812
|
+
.dropdown .dropdown-menu {
|
20813
|
+
display: block;
|
20814
|
+
}
|
20815
|
+
|
20159
20816
|
.dropdown-menu {
|
20160
20817
|
width: auto;
|
20161
|
-
min-width:
|
20818
|
+
min-width: 80px;
|
20162
20819
|
max-width: 684px;
|
20163
|
-
max-height:
|
20820
|
+
max-height: 180px;
|
20164
20821
|
padding: 0;
|
20165
20822
|
margin: 4px 0 0;
|
20166
20823
|
overflow-y: auto;
|
@@ -20746,8 +21403,16 @@ textarea.form-control::-webkit-scrollbar-track {
|
|
20746
21403
|
border: 1px solid #005fbf;
|
20747
21404
|
}
|
20748
21405
|
|
21406
|
+
.input-datepicker:hover:not(:disabled).with-reset-icon {
|
21407
|
+
padding-right: 36px;
|
21408
|
+
}
|
21409
|
+
|
21410
|
+
.input-datepicker:hover:not(:disabled).with-reset-icon.suffix-icon {
|
21411
|
+
padding-right: 72px;
|
21412
|
+
}
|
21413
|
+
|
20749
21414
|
.input-with-icon-container {
|
20750
|
-
|
21415
|
+
position: relative;
|
20751
21416
|
}
|
20752
21417
|
|
20753
21418
|
.img-xs {
|
@@ -20855,6 +21520,34 @@ textarea.form-control::-webkit-scrollbar-track {
|
|
20855
21520
|
margin: 0 6px;
|
20856
21521
|
}
|
20857
21522
|
|
21523
|
+
@-webkit-keyframes shimmer {
|
21524
|
+
0% {
|
21525
|
+
background-position: -100vw 0;
|
21526
|
+
}
|
21527
|
+
100% {
|
21528
|
+
background-position: 100vw 0;
|
21529
|
+
}
|
21530
|
+
}
|
21531
|
+
|
21532
|
+
@keyframes shimmer {
|
21533
|
+
0% {
|
21534
|
+
background-position: -100vw 0;
|
21535
|
+
}
|
21536
|
+
100% {
|
21537
|
+
background-position: 100vw 0;
|
21538
|
+
}
|
21539
|
+
}
|
21540
|
+
|
21541
|
+
.shimmer {
|
21542
|
+
position: relative;
|
21543
|
+
background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%);
|
21544
|
+
background-size: 2800px 104px;
|
21545
|
+
-webkit-animation: shimmer 1s linear infinite;
|
21546
|
+
animation: shimmer 1s linear infinite;
|
21547
|
+
-webkit-animation-fill-mode: forwards;
|
21548
|
+
animation-fill-mode: forwards;
|
21549
|
+
}
|
21550
|
+
|
20858
21551
|
.table {
|
20859
21552
|
margin-bottom: 0;
|
20860
21553
|
border-spacing: 0;
|
@@ -20994,6 +21687,74 @@ textarea.form-control::-webkit-scrollbar-track {
|
|
20994
21687
|
background-color: #212121;
|
20995
21688
|
}
|
20996
21689
|
|
21690
|
+
.nav-tabs .nav-link.active.theme-danger::after {
|
21691
|
+
background-color: #d74022;
|
21692
|
+
}
|
21693
|
+
|
21694
|
+
.nav-tabs .nav-link.active.theme-success::after {
|
21695
|
+
background-color: #009f61;
|
21696
|
+
}
|
21697
|
+
|
21698
|
+
.nav-tabs .nav-link.active.theme-info::after {
|
21699
|
+
background-color: #ffeb99;
|
21700
|
+
}
|
21701
|
+
|
21702
|
+
.nav-tabs .nav-link.active.theme-warning::after {
|
21703
|
+
background-color: #ffb700;
|
21704
|
+
}
|
21705
|
+
|
21706
|
+
.nav-tabs .nav-link.active.theme-primary::after {
|
21707
|
+
background-color: #005fbf;
|
21708
|
+
}
|
21709
|
+
|
21710
|
+
.nav-tabs .nav-link.active.theme-jurnal::after {
|
21711
|
+
background-color: #009bde;
|
21712
|
+
}
|
21713
|
+
|
21714
|
+
.nav-tabs .nav-link.active.theme-talenta::after {
|
21715
|
+
background-color: #c02a34;
|
21716
|
+
}
|
21717
|
+
|
21718
|
+
.nav-tabs .nav-link.active.theme-klikpajak::after {
|
21719
|
+
background-color: #f96d01;
|
21720
|
+
}
|
21721
|
+
|
21722
|
+
.nav-tabs .nav-link.active.theme-mekari::after {
|
21723
|
+
background-color: #6d48e5;
|
21724
|
+
}
|
21725
|
+
|
21726
|
+
.nav-tabs .nav-link.active.theme-dark::after {
|
21727
|
+
background-color: #212121;
|
21728
|
+
}
|
21729
|
+
|
21730
|
+
.nav-tabs .nav-link.active.theme-slate::after {
|
21731
|
+
background-color: #777;
|
21732
|
+
}
|
21733
|
+
|
21734
|
+
.nav-tabs .nav-link.active.theme-muted::after {
|
21735
|
+
background-color: #b4b4b4;
|
21736
|
+
}
|
21737
|
+
|
21738
|
+
.nav-tabs .nav-link.active.theme-smoke::after {
|
21739
|
+
background-color: #e2e2e2;
|
21740
|
+
}
|
21741
|
+
|
21742
|
+
.nav-tabs .nav-link.active.theme-light::after {
|
21743
|
+
background-color: #fbfbfb;
|
21744
|
+
}
|
21745
|
+
|
21746
|
+
.nav-tabs .nav-link.active.theme-cloud::after {
|
21747
|
+
background-color: #f2f4f7;
|
21748
|
+
}
|
21749
|
+
|
21750
|
+
.nav-tabs .nav-link.active.theme-link::after {
|
21751
|
+
background-color: #1357ff;
|
21752
|
+
}
|
21753
|
+
|
21754
|
+
.nav-tabs .nav-link.active.theme-white::after {
|
21755
|
+
background-color: #fff;
|
21756
|
+
}
|
21757
|
+
|
20997
21758
|
.nav-tabs .nav-link.disabled {
|
20998
21759
|
color: #b4b4b4;
|
20999
21760
|
pointer-events: auto;
|
@@ -21010,6 +21771,11 @@ textarea.form-control::-webkit-scrollbar-track {
|
|
21010
21771
|
background-color: inherit;
|
21011
21772
|
}
|
21012
21773
|
|
21774
|
+
.tooltip {
|
21775
|
+
margin: 0;
|
21776
|
+
opacity: .9;
|
21777
|
+
}
|
21778
|
+
|
21013
21779
|
.tooltip-inner {
|
21014
21780
|
text-align: left;
|
21015
21781
|
box-shadow: 0 2px 4px 0 rgba(65, 64, 66, 0.2);
|