6df11dce3ac2a156.css.map 2.4 KB

1
  1. {"version":3,"sources":["webpack://_N_E/src/components/Auth/Consents/ConsentBody/ConsentBody.module.scss","webpack://_N_E/src/components/Auth/Consents/ConsentModal/ConsentModal.module.scss","webpack://_N_E/src/styles/_breakpoints.scss"],"names":[],"mappings":"AAAA,8BACE,2BAAA,CAGF,iCACE,uCAAA,CACA,SAAA,CAGF,qCACE,YAAA,CACA,kBAAA,CACA,6BAAA,CCVF,4BACI,iCAAA,CACA,uCAAA,CC8CF,yCDhDF,4BAIQ,gCAAA,CAAA,CAIR,6BACI,oCAAA,CAGJ,8BACI,mCAAA","file":"static/css/6df11dce3ac2a156.css","sourcesContent":[".container {\n padding: var(--spacing-mega);\n}\n\n.submitButton {\n margin-block-start: var(--spacing-small);\n width: 48%;\n}\n\n.buttonsContainer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n","@use \"src/styles/breakpoints\";\n\n.header {\n font-size: var(--font-size-xlarge);\n padding-block-end: var(--spacing-medium);\n @include breakpoints.smallerThanTablet {\n font-size: var(--font-size-large);\n }\n}\n\n.section {\n padding-bottom: var(--spacing-medium);\n}\n\n.boldSpan {\n font-weight: var(--font-weight-bold);\n}\n","// For usage see: https://medium.com/codeartisan/breakpoints-and-media-queries-in-scss-46e8f551e2f2\n$breakpoints-mobileS: 320px;\n$breakpoints-mobileM: 375px;\n$breakpoints-mobileL: 425px;\n$breakpoints-tablet: 768px;\n$breakpoints-desktop: 1024px;\n\n@mixin mobileS {\n @media only screen and (min-width: $breakpoints-mobileS) {\n @content;\n }\n}\n\n@mixin smallerThanMobileS {\n @media only screen and (max-width: $breakpoints-mobileS) {\n @content;\n }\n}\n\n@mixin mobileM {\n @media only screen and (min-width: $breakpoints-mobileM) {\n @content;\n }\n}\n\n@mixin smallerThanMobileM {\n @media only screen and (max-width: $breakpoints-mobileM) {\n @content;\n }\n}\n\n@mixin mobileL {\n @media only screen and (min-width: $breakpoints-mobileL) {\n @content;\n }\n}\n\n@mixin smallerThanMobileL {\n @media only screen and (max-width: $breakpoints-mobileL) {\n @content;\n }\n}\n\n@mixin tablet {\n @media only screen and (min-width: $breakpoints-tablet) {\n @content;\n }\n}\n\n@mixin smallerThanTablet {\n @media only screen and (max-width: $breakpoints-tablet) {\n @content;\n }\n}\n\n@mixin desktop {\n @media only screen and (min-width: $breakpoints-desktop) {\n @content;\n }\n}\n\n@mixin smallerThanDesktop {\n @media only screen and (max-width: $breakpoints-desktop) {\n @content;\n }\n}\n"],"sourceRoot":""}