filesafe/dist/css/sweetalert.css.map

1 line
12 KiB
Plaintext

{"version":3,"sources":["css/sweetalert.scss","../node_modules/bulma/sass/utilities/initial-variables.sass","../node_modules/bulma/sass/utilities/functions.sass","css/_variables.scss"],"names":[],"mappings":"AAMA,gCACE,GACE,oBCU8B,CDPhC,GACE,oBEsFiE,CAAA,CFlFrE,wBACE,GACE,oBCA8B,CDGhC,GACE,oBE4EiE,CAAA,CFxErE,oCACE,GACE,wBCV8B,CDahC,GACE,wBEkEiE,CAAA,CF9DrE,4BACE,GACE,wBCpB8B,CDuBhC,GACE,wBEwDiE,CAAA,CFhDrE,YACE,wBC7C4B,CD4C9B,wBAII,UAAW,CACX,aACF,CANF,mBASI,eACF,CADE,kBACF,CAGF,uBAEE,aCpD4B,CDuD9B,WACE,iBACF,CAEA,kEAOI,aClE0B,CD2D9B,yDAUM,aCvEyB,CD4E/B,gDACE,wBGjFuB,CHgFzB,sDAII,wBEOiE,CFXrE,sDAQI,8CEGiE,CFCrE,qBACE,wBG3FuB,CH0FzB,2BAII,wBELiE,CFCrE,2BAQI,8CETiE,CFarE,qBACE,wBC5FgC,CD6FhC,UClG6B,CDgG/B,2BAKI,wBElBiE,CFarE,2BASI,8CEtBiE,CF0BrE,sBACE,iBACF,CAEA,iBACE,oBG1HuB,CHyHzB,+CAKI,wBG9HqB,CHkIzB,kBACE,oBGjIuB,CHoIzB,wBACE,wBGrIuB,CHwIzB,oBACE,oBChIgC,CDiIhC,qDACF,CADE,6CACF,CAEA,mDAEE,wBCtIgC,CDuIhC,yDACF,CADE,iDACF,CAEA,oBACE,oBGvJwB,CHsJ1B,qDAKI,wBC3J0B,CD+J9B,0BACE,wBGhKwB,CHmK1B,kCACE,wBCpK4B,CDuK9B,8BACE,eAAgB,CAChB,gBAAiB,CACjB,YAAa,CACb,kBAAmB,CACnB,sBACF","file":"sweetalert.css","sourcesContent":["@charset \"utf-8\";\n\n@import \"_variables\";\n\n/** Animations **/\n\n@-webkit-keyframes pulseWarning {\n 0% {\n border-color: $warning\n }\n\n to {\n border-color: $warning-dark\n }\n}\n\n@keyframes pulseWarning {\n 0% {\n border-color: $warning\n }\n\n to {\n border-color: $warning-dark\n }\n}\n\n@-webkit-keyframes pulseWarningBody {\n 0% {\n background-color: $warning\n }\n\n to {\n background-color: $warning-dark\n }\n}\n\n@keyframes pulseWarningBody {\n 0% {\n background-color: $warning\n }\n\n to {\n background-color: $warning-dark\n }\n}\n\n/** Main **/\n\n$swal-modal-background: $grey-darker;\n\n.swal-modal {\n background-color: $swal-modal-background;\n\n &.is-expanded {\n width: auto;\n max-width: 90%\n }\n\n .field {\n text-align: initial\n }\n}\n\n.swal-title,\n.swal-text {\n color: $white-ter\n}\n\n.swal-text {\n text-align: center\n}\n\n.swal-content {\n .label {\n color: $white-ter\n }\n\n .checkbox,\n .radio {\n color: $white-ter;\n\n &:hover {\n color: $grey-lightest\n }\n }\n}\n\n.swal-button--confirm:not(.swal-button--danger) {\n background-color: $info;\n\n &:hover {\n background-color: $info-dark\n }\n\n &:focus {\n box-shadow: 0 0 0 1px $black-bis, 0 0 0 3px $info-dark\n }\n}\n\n.swal-button--danger {\n background-color: $danger;\n\n &:hover {\n background-color: $danger-dark\n }\n\n &:focus {\n box-shadow: 0 0 0 1px $black-bis, 0 0 0 3px $danger-dark\n }\n}\n\n.swal-button--cancel {\n background-color: $primary;\n color: $white;\n\n &:hover {\n background-color: $primary-dark\n }\n\n &:focus {\n box-shadow: 0 0 0 1px $black-bis, 0 0 0 3px $primary-dark\n }\n}\n\n.swal-button--loading {\n color: transparent\n}\n\n.swal-icon--info {\n border-color: $info;\n\n &::after,\n &::before {\n background-color: $info\n }\n}\n\n.swal-icon--error {\n border-color: $danger\n}\n\n.swal-icon--error__line {\n background-color: $danger\n}\n\n.swal-icon--warning {\n border-color: $warning;\n animation: pulseWarning 0.5s infinite alternate\n}\n\n.swal-icon--warning__body,\n.swal-icon--warning__dot {\n background-color: $warning;\n animation: pulseWarningBody 0.5s infinite alternate\n}\n\n.swal-icon--success {\n border-color: $success;\n\n &::after,\n &::before {\n background-color: $swal-modal-background\n }\n}\n\n.swal-icon--success__line {\n background-color: $success\n}\n\n.swal-icon--success__hide-corners {\n background-color: $swal-modal-background\n}\n\n.swal-display-thumb-container {\n min-width: 200px;\n min-height: 200px;\n display: flex;\n align-items: center;\n justify-content: center\n}\n","// Colors\n\n$black: hsl(0, 0%, 4%) !default;\n$black-bis: hsl(0, 0%, 7%) !default;\n$black-ter: hsl(0, 0%, 14%) !default;\n\n$grey-darker: hsl(0, 0%, 21%) !default;\n$grey-dark: hsl(0, 0%, 29%) !default;\n$grey: hsl(0, 0%, 48%) !default;\n$grey-light: hsl(0, 0%, 71%) !default;\n$grey-lighter: hsl(0, 0%, 86%) !default;\n$grey-lightest: hsl(0, 0%, 93%) !default;\n\n$white-ter: hsl(0, 0%, 96%) !default;\n$white-bis: hsl(0, 0%, 98%) !default;\n$white: hsl(0, 0%, 100%) !default;\n\n$orange: hsl(14, 100%, 53%) !default;\n$yellow: hsl(48, 100%, 67%) !default;\n$green: hsl(141, 53%, 53%) !default;\n$turquoise: hsl(171, 100%, 41%) !default;\n$cyan: hsl(204, 71%, 53%) !default;\n$blue: hsl(217, 71%, 53%) !default;\n$purple: hsl(271, 100%, 71%) !default;\n$red: hsl(348, 86%, 61%) !default;\n\n// Typography\n\n$family-sans-serif: BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif !default;\n$family-monospace: monospace !default;\n$render-mode: optimizeLegibility !default;\n\n$size-1: 3rem !default;\n$size-2: 2.5rem !default;\n$size-3: 2rem !default;\n$size-4: 1.5rem !default;\n$size-5: 1.25rem !default;\n$size-6: 1rem !default;\n$size-7: 0.75rem !default;\n\n$weight-light: 300 !default;\n$weight-normal: 400 !default;\n$weight-medium: 500 !default;\n$weight-semibold: 600 !default;\n$weight-bold: 700 !default;\n\n// Spacing\n\n$block-spacing: 1.5rem !default;\n\n// Responsiveness\n\n// The container horizontal gap, which acts as the offset for breakpoints\n$gap: 32px !default;\n// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16\n$tablet: 769px !default;\n// 960px container + 4rem\n$desktop: 960px + (2 * $gap) !default;\n// 1152px container + 4rem\n$widescreen: 1152px + (2 * $gap) !default;\n$widescreen-enabled: true !default;\n// 1344px container + 4rem\n$fullhd: 1344px + (2 * $gap) !default;\n$fullhd-enabled: true !default;\n\n// Miscellaneous\n\n$easing: ease-out !default;\n$radius-small: 2px !default;\n$radius: 4px !default;\n$radius-large: 6px !default;\n$radius-rounded: 290486px !default;\n$speed: 86ms !default;\n\n// Flags\n\n$variable-columns: true !default;\n$rtl: false !default;\n","@function mergeColorMaps($bulma-colors, $custom-colors) {\n // We return at least Bulma's hard-coded colors\n $merged-colors: $bulma-colors;\n\n // We want a map as input\n @if type-of($custom-colors) == 'map' {\n @each $name, $components in $custom-colors {\n // The color name should be a string\n // and the components either a single color\n // or a colors list with at least one element\n @if type-of($name) == 'string' and (type-of($components) == 'list' or type-of($components) == 'color') and length($components) >= 1 {\n $color-base: null;\n $color-invert: null;\n $color-light: null;\n $color-dark: null;\n $value: null;\n\n // The param can either be a single color\n // or a list of 2 colors\n @if type-of($components) == 'color' {\n $color-base: $components;\n $color-invert: findColorInvert($color-base);\n $color-light: findLightColor($color-base);\n $color-dark: findDarkColor($color-base); }\n @else if type-of($components) == 'list' {\n $color-base: nth($components, 1);\n // If Invert, Light and Dark are provided\n @if length($components) > 3 {\n $color-invert: nth($components, 2);\n $color-light: nth($components, 3);\n $color-dark: nth($components, 4);\n } // If only Invert and Light are provided\n @else if length($components) > 2 {\n $color-invert: nth($components, 2);\n $color-light: nth($components, 3);\n $color-dark: findDarkColor($color-base);\n } // If only Invert is provided\n @else {\n $color-invert: nth($components, 2);\n $color-light: findLightColor($color-base);\n $color-dark: findDarkColor($color-base); } }\n\n $value: ($color-base, $color-invert, $color-light, $color-dark);\n\n // We only want to merge the map if the color base is an actual color\n @if type-of($color-base) == 'color' {\n // We merge this colors elements as map with Bulma's colors map\n // (we can override them this way, no multiple definition for the same name)\n // $merged-colors: map_merge($merged-colors, ($name: ($color-base, $color-invert, $color-light, $color-dark)))\n $merged-colors: map_merge($merged-colors, ($name: $value)); } } } }\n\n @return $merged-colors; }\n\n@function powerNumber($number, $exp) {\n $value: 1;\n @if $exp > 0 {\n @for $i from 1 through $exp {\n $value: $value * $number; } }\n @else if $exp < 0 {\n @for $i from 1 through -$exp {\n $value: $value / $number; } }\n @return $value; }\n\n@function colorLuminance($color) {\n @if type-of($color) != 'color' {\n @return 0.55; }\n $color-rgb: ('red': red($color),'green': green($color),'blue': blue($color));\n @each $name, $value in $color-rgb {\n $adjusted: 0;\n $value: $value / 255;\n @if $value < 0.03928 {\n $value: $value / 12.92; }\n @else {\n $value: ($value + .055) / 1.055;\n $value: powerNumber($value, 2); }\n $color-rgb: map-merge($color-rgb, ($name: $value)); }\n @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722); }\n\n@function findColorInvert($color) {\n @if (colorLuminance($color) > 0.55) {\n @return rgba(#000, 0.7); }\n @else {\n @return #fff; } }\n\n@function findLightColor($color) {\n @if type-of($color) == 'color' {\n $l: 96%;\n @if lightness($color) > 96% {\n $l: lightness($color); }\n @return change-color($color, $lightness: $l); }\n @return $background; }\n\n@function findDarkColor($color) {\n @if type-of($color) == 'color' {\n $base-l: 29%;\n $luminance: colorLuminance($color);\n $luminance-delta: (0.53 - $luminance);\n $target-l: round($base-l + ($luminance-delta * 53));\n @return change-color($color, $lightness: max($base-l, $target-l)); }\n @return $text-strong; }\n\n@function bulmaRgba($color, $alpha) {\n @if type-of($color) != 'color' {\n @return $color; }\n @return rgba($color, $alpha); }\n\n@function bulmaDarken($color, $amount) {\n @if type-of($color) != 'color' {\n @return $color; }\n @return darken($color, $amount); }\n\n@function bulmaLighten($color, $amount) {\n @if type-of($color) != 'color' {\n @return $color; }\n @return lighten($color, $amount); }\n","@charset \"utf-8\";\n\n/* stylelint-disable-next-line value-keyword-case */\n$family-sans-serif: BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Ubuntu\", \"Roboto\", \"Oxygen\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif;\n\n$black: hsl(0, 0%, 0%);\n$green: hsl(141, 42%, 53%);\n$cyan: hsl(217, 89%, 61%);\n$blue: hsl(208, 79%, 51%);\n$red: hsl(348, 100%, 61%);\n\n/** Bulma: Variables **/\n@import \"../../node_modules/bulma/sass/utilities/initial-variables.sass\";\n@import \"../../node_modules/bulma/sass/utilities/functions.sass\";\n@import \"../../node_modules/bulma/sass/utilities/derived-variables.sass\";\n\n$scheme-main: $black;\n$text: $white-ter;\n\n$strong-color: $grey-lighter;\n\n$link-hover: $link-light;\n\n$hr-background-color: $grey-light;\n\n$border-hover: $link;\n$input-focus-border-color: $link-light;\n\n$title-color: $white-ter;\n$subtitle-color: $grey-lightest;\n$subtitle-strong-color: $grey-lightest;\n\n$input-background-color: $scheme-main;\n$input-border-color: $grey;\n$input-color: $text;\n$input-placeholder-color: $grey-lightest;\n\n$input-disabled-background-color: $grey-dark;\n$input-disabled-border-color: $input-border-color;\n$input-disabled-color: $input-color;\n$input-disabled-placeholder-color: $grey-lightest;\n\n$pagination-background-color: $scheme-main;\n$pagination-border-color: $text;\n$pagination-color: $text;\n\n$pagination-hover-background-color: $pagination-color;\n$pagination-hover-border-color: $pagination-border-color;\n$pagination-hover-color: $scheme-main;\n\n$pagination-disabled-background-color: $grey-dark;\n$pagination-disabled-border-color: $grey;\n$pagination-disabled-color: hsl(0, 0%, 64%);\n\n$tabs-link-color: $text;\n$tabs-link-hover-color: $tabs-link-color;\n$tabs-boxed-link-active-border-color: $grey;\n$tabs-boxed-link-hover-background-color: $grey-darker;\n$tabs-boxed-link-hover-border-bottom-color: $tabs-boxed-link-active-border-color\n"]}