-
Notifications
You must be signed in to change notification settings - Fork 0
/
application-details-operation-summary.component.css.map
7 lines (7 loc) · 6.21 KB
/
application-details-operation-summary.component.css.map
1
2
3
4
5
6
7
{
"version": 3,
"sources": ["node_modules/@mill/figma/src/assets/_colors.scss", "src/app/pages/application-details/pages/application-details-order-info-page/components/application-details-order-info-operation-summary/application-details-operation-summary.component.scss", "src/app/styles/_mixins.scss", "src/app/styles/_cams-variables.scss"],
"sourcesContent": ["/**\n * @description:\n * AUTOGENERATED FILE. DO NOT CHANGE IT.\n */\n\n$icon-background-bg-1: rgba(171, 81, 232, 1);\n$icon-background-bg-2: rgba(96, 92, 231, 1);\n$icon-background-bg-3: rgba(6, 118, 255, 1);\n$icon-background-bg-4: rgba(79, 143, 254, 1);\n$icon-background-bg-5: rgba(40, 170, 218, 1);\n$icon-background-bg-6: rgba(16, 188, 169, 1);\n$icon-background-bg-7: rgba(58, 196, 92, 1);\n$icon-background-bg-8: rgba(147, 147, 158, 1);\n$icon-background-bg-9: rgba(77, 77, 92, 1);\n$other-grey-gradient: linear-gradient(107.54deg, rgba(245, 245, 250, 1) 0%, rgba(225, 225, 232, 1));\n$other-bg-gradient: linear-gradient(107.54deg, rgba(60, 60, 78, 1) 0%, rgba(0, 0, 13, 1));\n$other-white: rgba(255, 255, 255, 1);\n$grey-100: rgba(0, 0, 13, 1);\n$grey-90: rgba(16, 16, 31, 1);\n$grey-80: rgba(44, 44, 59, 1);\n$grey-70: rgba(77, 77, 92, 1);\n$grey-60: rgba(109, 109, 122, 1);\n$grey-50: rgba(147, 147, 158, 1);\n$grey-40: rgba(182, 182, 191, 1);\n$grey-30: rgba(208, 208, 217, 1);\n$grey-20: rgba(225, 225, 232, 1);\n$grey-10: rgba(245, 245, 250, 1);\n$orange-70: rgba(184, 89, 6, 1);\n$orange-60: rgba(219, 106, 4, 1);\n$orange-50: rgba(245, 127, 23, 1);\n$orange-40: rgba(255, 145, 51, 1);\n$orange-30: rgba(255, 173, 99, 1);\n$orange-20: rgba(255, 208, 166, 1);\n$orange-10: rgba(255, 237, 221, 1);\n$green-70: rgba(56, 130, 60, 1);\n$green-60: rgba(76, 166, 80, 1);\n$green-50: rgba(102, 187, 106, 1);\n$green-40: rgba(132, 204, 136, 1);\n$green-30: rgba(171, 214, 173, 1);\n$green-20: rgba(194, 229, 196, 1);\n$green-10: rgba(232, 245, 233, 1);\n$blue-70: rgba(40, 110, 135, 1);\n$blue-60: rgba(64, 142, 170, 1);\n$blue-50: rgba(107, 176, 201, 1);\n$blue-40: rgba(142, 201, 222, 1);\n$blue-30: rgba(176, 219, 235, 1);\n$blue-20: rgba(201, 235, 247, 1);\n$blue-10: rgba(228, 243, 248, 1);\n$red-70: rgba(156, 16, 23, 1);\n$red-60: rgba(204, 8, 18, 1);\n$red-50: rgba(249, 31, 43, 1);\n$red-40: rgba(250, 87, 96, 1);\n$red-30: rgba(252, 151, 157, 1);\n$red-20: rgba(255, 197, 201, 1);\n$red-10: rgba(254, 228, 230, 1);\n$main-error: rgba(245, 127, 23, 1);\n$main-valid: rgba(102, 187, 106, 1);\n$main-primary-medium: rgba(147, 147, 158, 1);\n$main-secondary-accent: rgba(249, 31, 43, 1);\n$main-primary-light: rgba(245, 245, 250, 1);\n$main-primary-dark: rgba(77, 77, 92, 1);\n", "@use \"colors\";\n@use \"mixins\";\n\n.summary-info {\n display: block;\n margin-top: 20px;\n\n &__column {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n\n .description {\n padding: 14px 0;\n }\n\n .editable-field {\n color: colors.$grey-70;\n }\n\n .input-wrapper {\n padding-top: 2px;\n }\n\n .title {\n @include mixins.form-block-title();\n }\n\n &--ful-width {\n width: 100%;\n }\n }\n}\n", "@use \"cams-variables\";\n@use \"colors\";\n\n@mixin section-border {\n box-shadow: cams-variables.$box-shadow;\n border-radius: 8px;\n}\n\n@mixin sub-section-border {\n border-radius: 8px;\n border: 1px solid colors.$grey-30;\n}\n\n@mixin table-border {\n border: 1px solid colors.$grey-20;\n}\n\n@mixin sub-section-separator {\n width: 100%;\n border: 1px solid colors.$grey-20;\n}\n\n@mixin ellipsis_text {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n@mixin icon-wrapper {\n position: relative;\n\n &:hover {\n &::before {\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n background-color: colors.$grey-20;\n }\n }\n}\n\n@mixin form-block-title {\n font-size: cams-variables.$text-size-heading-sm;\n font-weight: 500;\n color: colors.$grey-50;\n}\n\n@mixin description-wrapper {\n border: 1px solid colors.$grey-30;\n border-radius: 8px;\n padding: 16px;\n}\n\n@mixin application-details-info-block {\n display: flex;\n flex-direction: column;\n gap: 7px;\n width: 100%;\n padding-block-end: 16px;\n\n &--border {\n border-bottom: 1px solid colors.$grey-20;\n }\n}\n\n@mixin status-badge-icon($color) {\n background-image: url('data:image/svg+xml;utf8,<svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"> <rect width=\"24\" height=\"24\" rx=\"5\" fill=\"#{$color}\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V12.5858L10.2071 11.7929C9.81658 11.4024 9.18342 11.4024 8.79289 11.7929C8.40237 12.1834 8.40237 12.8166 8.79289 13.2071L11.2929 15.7071C11.4804 15.8946 11.7348 16 12 16C12.2652 16 12.5196 15.8946 12.7071 15.7071L15.2071 13.2071C15.5976 12.8166 15.5976 12.1834 15.2071 11.7929C14.8166 11.4024 14.1834 11.4024 13.7929 11.7929L13 12.5858V9Z\" fill=\"white\"/></svg>');\n background-repeat: no-repeat;\n height: 24px;\n width: 24px;\n min-width: 24px;\n}\n", "@use \"cams-colors\";\n@use \"colors\";\n\n$text-size-xxs: 8px;\n$text-size-xs: 10px;\n$text-size-small: 12px;\n$text-size-low: 13px;\n$text-size-default: 14px;\n$text-size-big: 15px;\n$text-size-heading-sm: 16px;\n$text-size-heading: 18px;\n$text-size-heading-lg: 20px;\n$text-size-heading-lg-2: 22px;\n$text-size-heading-lg-3: 23px;\n$text-size-heading-large: 24px;\n$text-size-heading-xl: 28px;\n$text-size-heading-xxl: 32px;\n$text-size-heading-xxxl: 36px;\n\n// shadows\n$box-shadow:\n 0 4px 10px 0 cams-colors.$ninja,\n 0 2px 7px 0 cams-colors.$hadopelagic-water,\n 0 0 2px 0 cams-colors.$abyssopelagic-water;\n\n// borders\n$table-border: 1px solid colors.$grey-20;\n"],
"mappings": ";ACGA,CAAA;AACE,WAAA;AACA,cAAA;;AAEA,CAAA;AACE,WAAA;AACA,kBAAA;AACA,eAAA;;AAEA,CALF,qBAKE,CAAA;AACE,WAAA,KAAA;;AAGF,CATF,qBASE,CAAA;AACE,SDGI,IAAA,EAAA,EAAA,EAAA,EAAA;;ACAN,CAbF,qBAaE,CAAA;AACE,eAAA;;AAGF,CAjBF,qBAiBE,CAAA;ACsBF,aCrCqB;ADsCrB,eAAA;AACA,SF1BQ,IAAA,GAAA,EAAA,GAAA,EAAA;;ACMN,CAAA;AACE,SAAA;;",
"names": []
}