@axa-fr/design-system-look-and-feel-css 0.1.1

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.
Files changed (117) hide show
  1. package/dist/Accordion/Accordion.css +1 -0
  2. package/dist/Accordion/Accordion.css.map +1 -0
  3. package/dist/Accordion/Accordion.scss +241 -0
  4. package/dist/AccordionCore/AccordionCore.css +1 -0
  5. package/dist/AccordionCore/AccordionCore.css.map +1 -0
  6. package/dist/AccordionCore/AccordionCore.scss +75 -0
  7. package/dist/Alert/Alert.css +1 -0
  8. package/dist/Alert/Alert.css.map +1 -0
  9. package/dist/Alert/Alert.scss +104 -0
  10. package/dist/Button/Button.css +1 -0
  11. package/dist/Button/Button.css.map +1 -0
  12. package/dist/Button/Button.scss +148 -0
  13. package/dist/Card/Card.css +1 -0
  14. package/dist/Card/Card.css.map +1 -0
  15. package/dist/Card/Card.scss +57 -0
  16. package/dist/Form/Checkbox/Checkbox.css +1 -0
  17. package/dist/Form/Checkbox/Checkbox.css.map +1 -0
  18. package/dist/Form/Checkbox/Checkbox.scss +218 -0
  19. package/dist/Form/FileUpload/FileUpload.css +1 -0
  20. package/dist/Form/FileUpload/FileUpload.css.map +1 -0
  21. package/dist/Form/FileUpload/FileUpload.scss +191 -0
  22. package/dist/Form/InputError/InputError.css +1 -0
  23. package/dist/Form/InputError/InputError.css.map +1 -0
  24. package/dist/Form/InputError/InputError.scss +19 -0
  25. package/dist/Form/Radio/Radio.css +1 -0
  26. package/dist/Form/Radio/Radio.css.map +1 -0
  27. package/dist/Form/Radio/Radio.scss +218 -0
  28. package/dist/Form/Select/Select.css +1 -0
  29. package/dist/Form/Select/Select.css.map +1 -0
  30. package/dist/Form/Select/Select.scss +116 -0
  31. package/dist/Form/Text/Text.css +1 -0
  32. package/dist/Form/Text/Text.css.map +1 -0
  33. package/dist/Form/Text/Text.scss +86 -0
  34. package/dist/Form/core/FormCore.css +0 -0
  35. package/dist/Form/core/FormCore.scss +1 -0
  36. package/dist/IconBg/IconBg.css +1 -0
  37. package/dist/IconBg/IconBg.css.map +1 -0
  38. package/dist/IconBg/IconBg.scss +38 -0
  39. package/dist/Layout/Footer/Footer.css +1 -0
  40. package/dist/Layout/Footer/Footer.css.map +1 -0
  41. package/dist/Layout/Footer/Footer.scss +173 -0
  42. package/dist/Layout/Header/Header.css +1 -0
  43. package/dist/Layout/Header/Header.css.map +1 -0
  44. package/dist/Layout/Header/Header.scss +85 -0
  45. package/dist/Layout/Header/NavBar/NavBar.css +1 -0
  46. package/dist/Layout/Header/NavBar/NavBar.css.map +1 -0
  47. package/dist/Layout/Header/NavBar/NavBar.scss +50 -0
  48. package/dist/Layout/Header/PreviousLink/PreviousLink.css +1 -0
  49. package/dist/Layout/Header/PreviousLink/PreviousLink.css.map +1 -0
  50. package/dist/Layout/Header/PreviousLink/PreviousLink.scss +48 -0
  51. package/dist/Link/Link.css +1 -0
  52. package/dist/Link/Link.css.map +1 -0
  53. package/dist/Link/Link.scss +44 -0
  54. package/dist/List/ClickList/ClickList.css +1 -0
  55. package/dist/List/ClickList/ClickList.css.map +1 -0
  56. package/dist/List/ClickList/ClickList.scss +167 -0
  57. package/dist/List/ContentItemDuo/ContentItemDuo.css +1 -0
  58. package/dist/List/ContentItemDuo/ContentItemDuo.css.map +1 -0
  59. package/dist/List/ContentItemDuo/ContentItemDuo.scss +168 -0
  60. package/dist/List/ContentItemMono/ContentItemMono.css +1 -0
  61. package/dist/List/ContentItemMono/ContentItemMono.css.map +1 -0
  62. package/dist/List/ContentItemMono/ContentItemMono.scss +188 -0
  63. package/dist/List/ContentTabList/ContentTabList.css +1 -0
  64. package/dist/List/ContentTabList/ContentTabList.css.map +1 -0
  65. package/dist/List/ContentTabList/ContentTabList.scss +161 -0
  66. package/dist/List/List.css +1 -0
  67. package/dist/List/List.css.map +1 -0
  68. package/dist/List/List.scss +67 -0
  69. package/dist/Loader/Loader.css +1 -0
  70. package/dist/Loader/Loader.css.map +1 -0
  71. package/dist/Loader/Loader.scss +26 -0
  72. package/dist/Modal/Modal.css +1 -0
  73. package/dist/Modal/Modal.css.map +1 -0
  74. package/dist/Modal/Modal.scss +130 -0
  75. package/dist/Pagination/Pagination.css +1 -0
  76. package/dist/Pagination/Pagination.css.map +1 -0
  77. package/dist/Pagination/Pagination.scss +8 -0
  78. package/dist/Pagination/PaginationDesktop.css +1 -0
  79. package/dist/Pagination/PaginationDesktop.css.map +1 -0
  80. package/dist/Pagination/PaginationDesktop.scss +68 -0
  81. package/dist/Pagination/PaginationMobile.css +1 -0
  82. package/dist/Pagination/PaginationMobile.css.map +1 -0
  83. package/dist/Pagination/PaginationMobile.scss +35 -0
  84. package/dist/Stepper/Stepper.css +1 -0
  85. package/dist/Stepper/Stepper.css.map +1 -0
  86. package/dist/Stepper/Stepper.scss +53 -0
  87. package/dist/Tabs/Tabs.css +1 -0
  88. package/dist/Tabs/Tabs.css.map +1 -0
  89. package/dist/Tabs/Tabs.scss +63 -0
  90. package/dist/Tag/Tag.css +1 -0
  91. package/dist/Tag/Tag.css.map +1 -0
  92. package/dist/Tag/Tag.scss +48 -0
  93. package/dist/Title/Title.css +1 -0
  94. package/dist/Title/Title.css.map +1 -0
  95. package/dist/Title/Title.scss +76 -0
  96. package/dist/common/assets/logo-axa.svg +40 -0
  97. package/dist/common/common.css +0 -0
  98. package/dist/common/common.scss +109 -0
  99. package/dist/common/glyphicons/icons.eot +0 -0
  100. package/dist/common/glyphicons/icons.svg +918 -0
  101. package/dist/common/glyphicons/icons.ttf +0 -0
  102. package/dist/common/glyphicons/icons.woff +0 -0
  103. package/dist/common/grid.css +1 -0
  104. package/dist/common/grid.css.map +1 -0
  105. package/dist/common/grid.scss +1029 -0
  106. package/dist/common/icons.css +1 -0
  107. package/dist/common/icons.css.map +1 -0
  108. package/dist/common/icons.scss +1236 -0
  109. package/dist/common/mixins.css +0 -0
  110. package/dist/common/mixins.scss +5 -0
  111. package/dist/common/reboot.css +1 -0
  112. package/dist/common/reboot.css.map +1 -0
  113. package/dist/common/reboot.scss +332 -0
  114. package/dist/look-and-feel.css +1 -0
  115. package/dist/look-and-feel.css.map +1 -0
  116. package/dist/look-and-feel.scss +31 -0
  117. package/package.json +110 -0
@@ -0,0 +1,116 @@
1
+ @use "../../common/common" as common;
2
+ @use "../../common/grid";
3
+ @use "../../common/reboot";
4
+
5
+ .af-form {
6
+ &__select {
7
+ &-label {
8
+ margin-bottom: 0.5rem;
9
+ font-size: 1.25rem;
10
+ font-weight: 600;
11
+ color: common.$color-gray-900;
12
+ }
13
+
14
+ &-single-value {
15
+ color: common.$color-gray-900;
16
+
17
+ &-disabled {
18
+ color: common.$color-gray-500;
19
+ }
20
+ }
21
+
22
+ &-error {
23
+ display: flex;
24
+ margin-top: 0.5rem;
25
+ gap: 0.5rem;
26
+ color: common.$color-red-700;
27
+
28
+ &-icon {
29
+ path {
30
+ fill: common.$color-red-700;
31
+ }
32
+ }
33
+ }
34
+ }
35
+
36
+ &__input-select {
37
+ min-height: unset !important;
38
+ font-size: 1rem;
39
+ color: common.$color-gray-700;
40
+
41
+ &-container {
42
+ padding: 0.75rem 1rem;
43
+ border: 1px solid common.$color-gray-700;
44
+ border-radius: common.$default-border-radius;
45
+ color: common.$color-gray-700;
46
+ background-color: common.$color-white;
47
+
48
+ &-error {
49
+ border-width: 2px;
50
+ border-color: common.$color-red-700;
51
+
52
+ &:hover,
53
+ &:active {
54
+ box-shadow: 0 0 0 1px common.$color-red-700 inset !important;
55
+ }
56
+ }
57
+
58
+ &:hover,
59
+ &:active {
60
+ box-shadow: 0 0 0 2px common.$color-axa inset;
61
+ }
62
+
63
+ &-focused,
64
+ &:focus-visible {
65
+ box-shadow: 0 0 0 2px common.$color-axa inset;
66
+ outline: 2px solid common.$color-focus;
67
+ outline-offset: 3px;
68
+ }
69
+
70
+ &-disabled {
71
+ border-color: common.$color-gray-400;
72
+ background-color: common.$color-gray-200;
73
+ }
74
+
75
+ &-icon {
76
+ &-disabled {
77
+ path {
78
+ fill: common.$color-gray-500;
79
+ }
80
+ }
81
+ }
82
+ }
83
+
84
+ &-menu {
85
+ margin-top: 0.4rem;
86
+ margin-left: -1rem;
87
+ background-color: common.$color-white;
88
+ box-shadow: 0 4px 16px -2px #00008f40;
89
+
90
+ &-options {
91
+ padding: 0.75rem 1rem;
92
+ border: 1px solid transparent;
93
+ font-weight: 400;
94
+ color: common.$color-gray-900;
95
+ box-shadow: none;
96
+
97
+ &-selected {
98
+ font-weight: 600;
99
+ color: common.$color-axa;
100
+ }
101
+
102
+ &-focused {
103
+ border: 1px solid common.$color-axa;
104
+ }
105
+
106
+ &:nth-child(odd) {
107
+ background-color: common.$color-blue-2;
108
+ }
109
+
110
+ &:nth-child(even) {
111
+ background-color: common.$color-white;
112
+ }
113
+ }
114
+ }
115
+ }
116
+ }
@@ -0,0 +1 @@
1
+ .af-form__input-container{align-items:flex-start;display:flex;flex-direction:column}.af-form__input-label{color:#333;font-size:1rem;font-weight:600;line-height:1.25rem}@media (width > 1023px){.af-form__input-label{font-size:1.125rem;line-height:1.5rem}}.af-form__input-description{color:#5f5f5f;font-size:.875rem;font-weight:400;line-height:1.125rem}@media (width > 1023px){.af-form__input-description{font-size:1rem;line-height:1.25rem}}.af-form__input-helper{color:#5f5f5f;font-size:.875rem;line-height:1.125rem;margin-top:.2rem}@media (width > 1023px){.af-form__input-helper{font-size:1rem;line-height:1.25rem}}.af-form__input-more{fill:#00008f}.af-form__input-more svg{height:1.25rem;width:1.25rem}.af-form__input-text{border:1px solid #5f5f5f;border-radius:4px;color:#333;font-size:1rem;line-height:1.25rem;margin-top:.5rem;padding:1rem 2.5rem 1rem 1rem}@media (width > 1023px){.af-form__input-text{font-size:1.125rem;line-height:1.5rem}}.af-form__input-text--error{border:2px solid #c91432}.af-form__input-text:enabled:active,.af-form__input-text:enabled:focus{border:1px solid #00008f;outline:none}.af-form__input-text:not(:disabled,:focus,:active,.af-form__input-text--error):hover{border:2px solid #00008f;outline:none}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/Form/Text/Text.scss%23sass","../../../src/Form/Text/Text.scss"],"names":[],"mappings":"AAGE,0BAGE,sBAAA,CAFA,YAAA,CCFJ,qBAEA,CDKE,sBAIE,UAAA,CAHA,cAAA,CACA,eAAA,CACA,mBCFJ,CDKI,wBANF,sBAOI,kBAAA,CACA,kBCFJ,CACF,CDKE,4BAIE,aAAA,CAHA,iBAAA,CACA,eAAA,CACA,oBCFJ,CDKI,wBANF,4BAOI,cAAA,CACA,mBCFJ,CACF,CDKE,uBAIE,aAAA,CAFA,iBAAA,CACA,oBAAA,CAFA,gBCAJ,CDKI,wBANF,uBAOI,cAAA,CACA,mBCFJ,CACF,CDKE,qBACE,YCHJ,CDKI,yBAEE,cAAA,CADA,aCFN,CDOE,qBAGE,wBAAA,CACA,iBAAA,CAGA,UAAA,CAFA,cAAA,CACA,mBAAA,CALA,gBAAA,CACA,6BCAJ,CDOI,wBATF,qBAUI,kBAAA,CACA,kBCJJ,CACF,CDMI,4BACE,wBCJN,CDQM,uEAEE,wBAAA,CACA,YCPR,CDWI,qFACE,wBAAA,CACA,YCTN","file":"Text.css","sourcesContent":["@use \"../../common/common\" as common;\n\n.af-form {\n &__input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n &__input-label {\n font-size: common.rem(16);\n font-weight: 600;\n line-height: common.rem(20);\n color: common.$color-gray-900;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(18);\n line-height: common.rem(24);\n }\n }\n\n &__input-description {\n font-size: common.rem(14);\n font-weight: 400;\n line-height: common.rem(18);\n color: common.$color-gray-700;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(16);\n line-height: common.rem(20);\n }\n }\n\n &__input-helper {\n margin-top: 0.2rem;\n font-size: common.rem(14);\n line-height: common.rem(18);\n color: common.$color-gray-700;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(16);\n line-height: common.rem(20);\n }\n }\n\n &__input-more {\n fill: common.$color-axa;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n &__input-text {\n margin-top: 0.5rem;\n padding: 1rem 2.5rem 1rem 1rem;\n border: 1px solid common.$color-gray;\n border-radius: common.$default-border-radius;\n font-size: common.rem(16);\n line-height: common.rem(20);\n color: common.$color-gray-900;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(18);\n line-height: common.rem(24);\n }\n\n &--error {\n border: 2px solid common.$color-red-700;\n }\n\n &:enabled {\n &:focus,\n &:active {\n border: 1px solid common.$color-axa;\n outline: none;\n }\n }\n\n &:not(:disabled, :focus, :active, &--error):hover {\n border: 2px solid common.$color-axa;\n outline: none;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-form {\n &__input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n &__input-label {\n font-size: common.rem(16);\n font-weight: 600;\n line-height: common.rem(20);\n color: common.$color-gray-900;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(18);\n line-height: common.rem(24);\n }\n }\n\n &__input-description {\n font-size: common.rem(14);\n font-weight: 400;\n line-height: common.rem(18);\n color: common.$color-gray-700;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(16);\n line-height: common.rem(20);\n }\n }\n\n &__input-helper {\n margin-top: 0.2rem;\n font-size: common.rem(14);\n line-height: common.rem(18);\n color: common.$color-gray-700;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(16);\n line-height: common.rem(20);\n }\n }\n\n &__input-more {\n fill: common.$color-axa;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n &__input-text {\n margin-top: 0.5rem;\n padding: 1rem 2.5rem 1rem 1rem;\n border: 1px solid common.$color-gray;\n border-radius: common.$default-border-radius;\n font-size: common.rem(16);\n line-height: common.rem(20);\n color: common.$color-gray-900;\n\n @media (width > #{common.$breakpoint-md}) {\n font-size: common.rem(18);\n line-height: common.rem(24);\n }\n\n &--error {\n border: 2px solid common.$color-red-700;\n }\n\n &:enabled {\n &:focus,\n &:active {\n border: 1px solid common.$color-axa;\n outline: none;\n }\n }\n\n &:not(:disabled, :focus, :active, &--error):hover {\n border: 2px solid common.$color-axa;\n outline: none;\n }\n }\n}\n"]}
@@ -0,0 +1,86 @@
1
+ @use "../../common/common" as common;
2
+
3
+ .af-form {
4
+ &__input-container {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ }
9
+
10
+ &__input-label {
11
+ font-size: common.rem(16);
12
+ font-weight: 600;
13
+ line-height: common.rem(20);
14
+ color: common.$color-gray-900;
15
+
16
+ @media (width > #{common.$breakpoint-md}) {
17
+ font-size: common.rem(18);
18
+ line-height: common.rem(24);
19
+ }
20
+ }
21
+
22
+ &__input-description {
23
+ font-size: common.rem(14);
24
+ font-weight: 400;
25
+ line-height: common.rem(18);
26
+ color: common.$color-gray-700;
27
+
28
+ @media (width > #{common.$breakpoint-md}) {
29
+ font-size: common.rem(16);
30
+ line-height: common.rem(20);
31
+ }
32
+ }
33
+
34
+ &__input-helper {
35
+ margin-top: 0.2rem;
36
+ font-size: common.rem(14);
37
+ line-height: common.rem(18);
38
+ color: common.$color-gray-700;
39
+
40
+ @media (width > #{common.$breakpoint-md}) {
41
+ font-size: common.rem(16);
42
+ line-height: common.rem(20);
43
+ }
44
+ }
45
+
46
+ &__input-more {
47
+ fill: common.$color-axa;
48
+
49
+ svg {
50
+ width: 1.25rem;
51
+ height: 1.25rem;
52
+ }
53
+ }
54
+
55
+ &__input-text {
56
+ margin-top: 0.5rem;
57
+ padding: 1rem 2.5rem 1rem 1rem;
58
+ border: 1px solid common.$color-gray;
59
+ border-radius: common.$default-border-radius;
60
+ font-size: common.rem(16);
61
+ line-height: common.rem(20);
62
+ color: common.$color-gray-900;
63
+
64
+ @media (width > #{common.$breakpoint-md}) {
65
+ font-size: common.rem(18);
66
+ line-height: common.rem(24);
67
+ }
68
+
69
+ &--error {
70
+ border: 2px solid common.$color-red-700;
71
+ }
72
+
73
+ &:enabled {
74
+ &:focus,
75
+ &:active {
76
+ border: 1px solid common.$color-axa;
77
+ outline: none;
78
+ }
79
+ }
80
+
81
+ &:not(:disabled, :focus, :active, &--error):hover {
82
+ border: 2px solid common.$color-axa;
83
+ outline: none;
84
+ }
85
+ }
86
+ }
File without changes
@@ -0,0 +1 @@
1
+ @use "../../common/common" as common;
@@ -0,0 +1 @@
1
+ .af-icon-bg{background-color:#fff;border-radius:.75rem;display:grid;height:min-content;padding:.75rem;width:min-content}.af-icon-bg svg{height:2rem;width:2rem;fill:#00008f}.af-icon-bg--secondary{background-color:#00008f}.af-icon-bg--secondary svg{fill:#fff}.af-icon-bg--disabled{background-color:#f3f3f3}.af-icon-bg--disabled svg{fill:#999}@media (width <= 667px){.af-icon-bg{padding:.5rem}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/IconBg/IconBg.scss%23sass","../../src/IconBg/IconBg.scss"],"names":[],"mappings":"AAEA,YAME,qBAAA,CADA,oBAAA,CAJA,YAAA,CAEA,kBAAA,CACA,cAAA,CCJF,iBAKA,CDGE,gBAEE,WAAA,CADA,UAAA,CAEA,YCDJ,CDIE,uBACE,wBCFJ,CDII,2BACE,SCFN,CDME,sBACE,wBCJJ,CDMI,0BACE,SCJN,CDSA,wBACE,YACE,aCNF,CACF","file":"IconBg.css","sourcesContent":["@use \"../common/common\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n"]}
@@ -0,0 +1,38 @@
1
+ @use "../common/common" as common;
2
+
3
+ .af-icon-bg {
4
+ display: grid;
5
+ width: min-content;
6
+ height: min-content;
7
+ padding: 0.75rem;
8
+ border-radius: 0.75rem;
9
+ background-color: common.$color-white;
10
+
11
+ svg {
12
+ width: 2rem;
13
+ height: 2rem;
14
+ fill: common.$color-axa;
15
+ }
16
+
17
+ &--secondary {
18
+ background-color: common.$color-axa;
19
+
20
+ svg {
21
+ fill: common.$color-white;
22
+ }
23
+ }
24
+
25
+ &--disabled {
26
+ background-color: common.$color-gray-200;
27
+
28
+ svg {
29
+ fill: common.$color-gray-500;
30
+ }
31
+ }
32
+ }
33
+
34
+ @media (width <= #{common.$breakpoint-sm}) {
35
+ .af-icon-bg {
36
+ padding: 0.5rem;
37
+ }
38
+ }
@@ -0,0 +1 @@
1
+ .af-footer{background-color:#4976ba;color:#fff;display:flex;flex-direction:column;justify-content:space-around;text-transform:uppercase;z-index:100}.af-footer__menuLinks{background:#0000;height:0;overflow:hidden;padding:0;transition:background 0s,padding 0s}.af-footer__menuLinks--display{height:auto;padding:0 2rem;transition:background .25s,padding 125ms}.af-footer__iconTrigger{align-self:center;justify-content:center;transform:rotate3d(var(--rotate-x,0),0,0,180deg)!important;transition:transform .25s ease-in-out!important}.af-footer__iconTrigger--display{--rotate-x:1}.af-footer__linkItem{color:#fff;display:block;padding:1.2rem 2.4rem;text-decoration:none}.af-footer__linkItem:hover{color:#000072}.af-footer__footerMenuIcons{border:1px solid #fff3;border-width:1px 0;display:flex;flex-direction:row;gap:2.4rem;justify-content:center;padding:1.6rem .8rem}.af-footer__menuIconLinks{align-self:center;color:#fff;fill:#fff}.af-footer__menuIconLinks:hover{color:#000072;fill:#000072}.af-footer__menuAboutTrigger{all:unset;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.6rem 3.2rem;width:100%}.af-footer__menuAboutTriggerText{color:#fff;font-weight:700}.af-footer__footerBottom{padding:.8rem}.af-footer__textCopyright{font-size:.875rem}.af-footer__icon{align-self:center;height:16px;width:16px;fill:#fff}@media only screen and (width >= 1024px){.af-footer__menuLinks{background:#0000;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:1.2rem 0}.af-footer__menuLinks :first-child{border-left:unset}.af-footer__linkItem{align-self:center;border-left:1px solid #fff3;color:#fff;padding:0 1.6rem}.af-footer__footerMenuIcons{border:none;gap:1.6rem;padding:1.6rem 3.2rem 1.6rem .8rem}.af-footer__footerTop{margin:0 auto;max-width:128rem;width:100%}.af-footer__footerTop,.af-footer__menuTop{display:flex;flex-direction:row;justify-content:space-between}.af-footer__menuTop{padding:.8rem;text-decoration:none}.af-footer__menuAboutTrigger{display:none;padding:1.6rem 1.6rem 1.6rem 3.2rem}.af-footer__footerBottom{border-top:1px solid #fff3;padding:0;text-align:right}.af-footer__footerBottomWidth{margin:0 auto;max-width:128rem;width:100%}.af-footer__textCopyright{display:flex;justify-content:flex-end;padding:.8rem 3.2rem .8rem 0}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/Layout/Footer/Footer.scss%23sass","../../../src/common/common.scss","../../../src/Layout/Footer/Footer.scss"],"names":[],"mappings":"AAEA,WAOE,wBCoBgB,CDrBhB,UAAA,CENF,YAAA,CFGE,qBAAA,CACA,4BAAA,CACA,wBAAA,CAJA,WEKF,CFGE,sBAIE,gBAAA,CAHA,QAAA,CAEA,eAAA,CADA,SAAA,CAGA,mCEDJ,CFKI,+BACE,WAAA,CACA,cAAA,CACA,wCEHN,CFSE,wBACE,iBAAA,CACA,sBAAA,CACA,0DAAA,CACA,+CEPJ,CFSI,iCACE,YEPN,CFWE,qBAIE,UClCU,CD+BV,aAAA,CACA,qBAAA,CACA,oBERJ,CFWI,2BACE,aETN,CFaE,4BAIE,sBAAA,CAAA,kBAAA,CAHA,YAAA,CAIA,kBAAA,CAEA,UAAA,CADA,sBAAA,CAJA,oBENJ,CFcE,0BACE,iBAAA,CACA,UCrDU,CDsDV,SEZJ,CFcI,gCACE,aAAA,CACA,YEZN,CFgBE,6BACE,SAAA,CAEA,qBAAA,CADA,YAAA,CAIA,6BAAA,CADA,qBAAA,CADA,UEZJ,CFiBE,iCAEE,UAAA,CADA,eEdJ,CFkBE,yBACE,aEhBJ,CFmBE,0BACE,iBEjBJ,CFoBE,iBAGE,iBAAA,CADA,WAAA,CADA,UAAA,CAGA,SElBJ,CFsBA,yCAEI,sBAME,gBAAA,CE1BJ,YAAA,CFwBI,kBAAA,CAFA,WAAA,CElBJ,6BAAA,CAFA,gBAIA,CFsBI,mCEpBJ,iBACA,CFwBE,qBAGE,iBAAA,CADA,2BAAA,CAEA,UAAA,CAHA,gBEnBJ,CACF,4BAEA,WAAA,CACE,UAAA,CFsBI,kCErBJ,CF2BE,sBAIE,aAAA,CADA,gBAAA,CADA,UErBJ,CF4BE,0CARE,YAAA,CAIA,kBAAA,CACA,6BElBJ,CFqBE,oBAEE,aAAA,CAGA,oBE1BJ,CF6BE,6BACE,YAAA,CACA,mCE3BJ,CF+BE,yBAEE,0BAAA,CADA,SAAA,CAEA,gBE7BJ,CFgCE,8BAGE,aAAA,CADA,gBAAA,CADA,UE5BJ,CFiCE,0BACE,YAAA,CAEA,wBAAA,CADA,4BE9BJ,CACF","file":"Footer.css","sourcesContent":["@use \"../../common/common\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n","@import \"./mixins\";\n\n$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","@use \"../../common/common\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n"]}
@@ -0,0 +1,173 @@
1
+ @use "../../common/common" as common;
2
+
3
+ .af-footer {
4
+ z-index: 100;
5
+ display: flex;
6
+ flex-direction: column;
7
+ justify-content: space-around;
8
+ text-transform: uppercase;
9
+ color: common.$color-white;
10
+ background-color: common.$color-oceanBlue;
11
+
12
+ &__menuLinks {
13
+ height: 0;
14
+ padding: 0;
15
+ overflow: hidden;
16
+ background: transparent;
17
+ transition:
18
+ background 0ms,
19
+ padding 0ms;
20
+
21
+ &--display {
22
+ height: auto;
23
+ padding: 0 2rem;
24
+ transition:
25
+ background 250ms,
26
+ padding 125ms;
27
+ }
28
+ }
29
+
30
+ &__iconTrigger {
31
+ align-self: center;
32
+ justify-content: center;
33
+ transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;
34
+ transition: transform 250ms ease-in-out !important;
35
+
36
+ &--display {
37
+ --rotate-x: 1;
38
+ }
39
+ }
40
+
41
+ &__linkItem {
42
+ display: block;
43
+ padding: 1.2rem common.$spacing-u3;
44
+ text-decoration: none;
45
+ color: common.$color-white;
46
+
47
+ &:hover {
48
+ color: common.$color-blue-1;
49
+ }
50
+ }
51
+
52
+ &__footerMenuIcons {
53
+ display: flex;
54
+ padding: common.$spacing-u2 common.$spacing-u1;
55
+ border: 1px solid rgba(255, 255, 255, 20%);
56
+ border-width: 1px 0;
57
+ flex-direction: row;
58
+ justify-content: center;
59
+ gap: common.$spacing-u3;
60
+ }
61
+
62
+ &__menuIconLinks {
63
+ align-self: center;
64
+ color: common.$color-white;
65
+ fill: common.$color-white;
66
+
67
+ &:hover {
68
+ color: common.$color-blue-1;
69
+ fill: common.$color-blue-1;
70
+ }
71
+ }
72
+
73
+ &__menuAboutTrigger {
74
+ all: unset;
75
+ display: flex;
76
+ box-sizing: border-box;
77
+ width: 100%;
78
+ padding: common.$spacing-u2 common.$spacing-u4;
79
+ justify-content: space-between;
80
+ }
81
+
82
+ &__menuAboutTriggerText {
83
+ font-weight: bold;
84
+ color: common.$color-white;
85
+ }
86
+
87
+ &__footerBottom {
88
+ padding: common.$spacing-u1;
89
+ }
90
+
91
+ &__textCopyright {
92
+ font-size: 0.875rem;
93
+ }
94
+
95
+ &__icon {
96
+ width: 16px;
97
+ height: 16px;
98
+ align-self: center;
99
+ fill: common.$color-white;
100
+ }
101
+ }
102
+
103
+ @media only screen and (width >= #{common.$screen-size-m}) {
104
+ .af-footer {
105
+ &__menuLinks {
106
+ display: flex;
107
+ height: auto;
108
+ padding: 1.2rem 0;
109
+ flex-direction: row;
110
+ justify-content: space-between;
111
+ background: transparent;
112
+
113
+ & :first-child {
114
+ border-left: unset;
115
+ }
116
+ }
117
+
118
+ &__linkItem {
119
+ padding: 0 common.$spacing-u2;
120
+ border-left: 1px solid rgba(255, 255, 255, 20%);
121
+ align-self: center;
122
+ color: common.$color-white;
123
+ }
124
+
125
+ &__footerMenuIcons {
126
+ padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2
127
+ common.$spacing-u1;
128
+ border: none;
129
+ gap: common.$spacing-u2;
130
+ }
131
+
132
+ &__footerTop {
133
+ display: flex;
134
+ width: 100%;
135
+ max-width: 128rem;
136
+ margin: 0 auto;
137
+ flex-direction: row;
138
+ justify-content: space-between;
139
+ }
140
+
141
+ &__menuTop {
142
+ display: flex;
143
+ padding: common.$spacing-u1;
144
+ flex-direction: row;
145
+ justify-content: space-between;
146
+ text-decoration: none;
147
+ }
148
+
149
+ &__menuAboutTrigger {
150
+ display: none;
151
+ padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2
152
+ common.$spacing-u4;
153
+ }
154
+
155
+ &__footerBottom {
156
+ padding: 0;
157
+ border-top: 1px solid rgba(255, 255, 255, 20%);
158
+ text-align: right;
159
+ }
160
+
161
+ &__footerBottomWidth {
162
+ width: 100%;
163
+ max-width: 128rem;
164
+ margin: 0 auto;
165
+ }
166
+
167
+ &__textCopyright {
168
+ display: flex;
169
+ padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;
170
+ justify-content: flex-end;
171
+ }
172
+ }
173
+ }
@@ -0,0 +1 @@
1
+ .af-header{background-color:#fff;position:sticky;top:0;z-index:100}.af-header-container{align-items:center;border-bottom:1px solid #e9ecf2;border-top:2px solid #00008f;color:#00008f;display:flex;flex-direction:row;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;height:72px;justify-content:space-between;padding:0 1rem;width:100%}.af-header-container .af-btn-client{min-width:auto}.af-header-container .af-btn-client>svg{display:none}.af-logo{align-self:center;height:40px;width:40px}.af-header-left-item>nav{display:none}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:.8rem;margin:0 .8rem}@media only screen and (width >= 1023px){.af-header-container{border-top:2px solid #00008f;height:80px;padding:0 3.75rem;width:auto}.af-header-container .af-btn-client>svg{display:block}.af-logo{height:56px;width:56px}.af-header-left-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem;height:5rem}.af-header-left-item>nav{display:block}.af-header-right-item{gap:1.6rem;margin:0}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/Layout/Header/Header.scss%23sass","../../../src/Layout/Header/Header.scss","../../../src/common/common.scss"],"names":[],"mappings":"AAEA,WAIE,qBAAA,CAHA,eAAA,CAEA,KAAA,CCHF,WAGA,CDIA,qBAQE,kBAAA,CAFA,+BAAA,CADA,4BAAA,CAQA,aAAA,CAZA,YAAA,CAMA,kBAAA,CAGA,4CEjBuB,CFkBvB,iBAAA,CACA,eAAA,CATA,WAAA,CAMA,6BAAA,CALA,cAAA,CCJF,UAYA,CDGE,oCACE,cCDJ,CDGI,wCACE,YCDN,CDMA,SAGE,iBAAA,CCLF,WAAA,CDGE,UCDF,CDMA,yBACE,YCHF,CDMA,sBCAA,kBAAA,CDCE,YAAA,CAEA,kBAAA,CAEA,SAAA,CCPF,cAIA,CDMA,yCACE,qBCAA,4BAAA,CDEE,WAAA,CCHJ,iBAAA,CAFA,UAIE,CDKE,wCACE,aCHJ,CDOA,SAEE,WAAA,CADA,UCJF,CDQA,qBAIE,kBAAA,CAHA,YAAA,CAEA,kBAAA,CCLF,UAAA,CAHA,WAIA,CDQE,yBACE,aCNJ,CDUA,sBAEE,UElBS,CFiBT,QCPF,CACF","file":"Header.css","sourcesContent":["@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n padding: 0 1rem;\n border-top: 2px solid common.$color-axa;\n border-bottom: 1px solid common.$color-gray-300;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 3.75rem;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n padding: 0 1rem;\n border-top: 2px solid common.$color-axa;\n border-bottom: 1px solid common.$color-gray-300;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 3.75rem;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","@import \"./mixins\";\n\n$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n"]}
@@ -0,0 +1,85 @@
1
+ @use "../../common/common" as common;
2
+
3
+ .af-header {
4
+ position: sticky;
5
+ z-index: 100;
6
+ top: 0;
7
+ background-color: common.$color-white;
8
+ }
9
+
10
+ .af-header-container {
11
+ display: flex;
12
+ width: 100%;
13
+ height: 72px;
14
+ padding: 0 1rem;
15
+ border-top: 2px solid common.$color-axa;
16
+ border-bottom: 1px solid common.$color-gray-300;
17
+ flex-direction: row;
18
+ align-items: center;
19
+ justify-content: space-between;
20
+ font-family: common.$font-family-sans-serif;
21
+ font-size: 1.25rem;
22
+ font-weight: 600;
23
+ color: common.$color-axa;
24
+
25
+ & .af-btn-client {
26
+ min-width: initial;
27
+
28
+ & > svg {
29
+ display: none;
30
+ }
31
+ }
32
+ }
33
+
34
+ .af-logo {
35
+ width: 40px;
36
+ height: 40px;
37
+ align-self: center;
38
+ }
39
+
40
+ .af-header-left-item > nav {
41
+ display: none;
42
+ }
43
+
44
+ .af-header-right-item {
45
+ display: flex;
46
+ margin: 0 common.$spacing-u1;
47
+ flex-direction: row;
48
+ align-items: center;
49
+ gap: common.$spacing-u1;
50
+ }
51
+
52
+ @media only screen and (width >= #{common.$breakpoint-md}) {
53
+ .af-header-container {
54
+ width: auto;
55
+ height: 80px;
56
+ padding: 0 3.75rem;
57
+ border-top: 2px solid common.$color-axa;
58
+
59
+ & .af-btn-client > svg {
60
+ display: block;
61
+ }
62
+ }
63
+
64
+ .af-logo {
65
+ width: 56px;
66
+ height: 56px;
67
+ }
68
+
69
+ .af-header-left-item {
70
+ display: flex;
71
+ height: 5rem;
72
+ flex-direction: row;
73
+ align-items: center;
74
+ gap: 1.5rem;
75
+
76
+ & > nav {
77
+ display: block;
78
+ }
79
+ }
80
+
81
+ .af-header-right-item {
82
+ margin: 0;
83
+ gap: common.$spacing-u2;
84
+ }
85
+ }
@@ -0,0 +1 @@
1
+ .af-navbar-container{align-items:center;display:flex;flex-direction:row;gap:1.6rem;height:5rem;list-style-type:none;margin:0;padding:0}.af-navbar-item{cursor:pointer;height:100%}.af-navbar-item__link{box-sizing:border-box;color:#333;display:inline-block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;height:100%;line-height:1.4rem;min-width:8.4rem;padding:1.625rem 1.5rem;text-align:center;text-decoration:none}.af-navbar-item__link--active,.af-navbar-item__link:focus{border-bottom:4px solid #00008f;color:#00008f;font-weight:600;line-height:1.6rem;outline:none;text-decoration:none}.af-navbar-item__link:not(:focus,--active):hover{border-bottom:2px solid #e9ecf2;color:#333;font-weight:400;line-height:1.4rem;text-decoration:none}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Layout/Header/NavBar/NavBar.scss%23sass","../../../../src/Layout/Header/NavBar/NavBar.scss","../../../../src/common/common.scss"],"names":[],"mappings":"AAEA,qBAME,kBAAA,CALA,YAAA,CAIA,kBAAA,CAEA,UAAA,CCPF,WAAA,CDQE,oBAAA,CALA,QAAA,CACA,SCGF,CDIA,gBCAA,cAAA,CDCE,WCAF,CDGE,sBAEE,qBAAA,CAUA,UAAA,CAXA,oBAAA,CAKA,4CErBqB,CFsBrB,kBAAA,CACA,eAAA,CAJA,WAAA,CAKA,kBAAA,CANA,gBAAA,CAEA,uBAAA,CAKA,iBAAA,CACA,oBCAJ,CDGI,0DAEE,+BAAA,CAIA,aAAA,CAHA,eAAA,CACA,kBAAA,CAGA,YAAA,CAFA,oBCAN,CDKI,iDACE,+BAAA,CAIA,UAAA,CAHA,eAAA,CACA,kBAAA,CACA,oBCFN","file":"NavBar.css","sourcesContent":["@use \"../../../common/common\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.625rem 1.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.625rem 1.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@import \"./mixins\";\n\n$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n"]}
@@ -0,0 +1,50 @@
1
+ @use "../../../common/common" as common;
2
+
3
+ .af-navbar-container {
4
+ display: flex;
5
+ height: 5rem;
6
+ margin: 0;
7
+ padding: 0;
8
+ flex-direction: row;
9
+ align-items: center;
10
+ gap: 1.6rem;
11
+ list-style-type: none;
12
+ }
13
+
14
+ .af-navbar-item {
15
+ height: 100%;
16
+ cursor: pointer;
17
+
18
+ &__link {
19
+ display: inline-block;
20
+ box-sizing: border-box;
21
+ min-width: 8.4rem;
22
+ height: 100%;
23
+ padding: 1.625rem 1.5rem;
24
+ font-family: common.$font-family-base;
25
+ font-size: 1.125rem;
26
+ font-weight: 400;
27
+ line-height: 1.4rem;
28
+ text-align: center;
29
+ text-decoration: none;
30
+ color: common.$color-gray-900;
31
+
32
+ &:focus,
33
+ &--active {
34
+ border-bottom: 4px solid common.$color-axa;
35
+ font-weight: 600;
36
+ line-height: 1.6rem;
37
+ text-decoration: none;
38
+ color: common.$color-axa;
39
+ outline: none;
40
+ }
41
+
42
+ &:not(:focus, --active):hover {
43
+ border-bottom: 2px solid common.$color-gray-300;
44
+ font-weight: 400;
45
+ line-height: 1.4rem;
46
+ text-decoration: none;
47
+ color: common.$color-gray-900;
48
+ }
49
+ }
50
+ }
@@ -0,0 +1 @@
1
+ af-header-previous-link-container .af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding-top:1rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}@media only screen and (width >= 1023px){.af-header-previous-link-container{padding:1.5rem 0 0 7.5rem}}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Layout/Header/PreviousLink/PreviousLink.scss%23sass","../../../../src/Layout/Header/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"AAEA,qEAGE,kBAAA,CAFA,YAAA,CAGA,UAAA,CCJF,gBAGA,CDIA,yBAGE,kBAAA,CAGA,cAAA,CALA,YAAA,CCDF,kBAAA,CDIE,SAAA,CACA,oBCAF,CDGE,+BAEE,WAAA,CADA,UAAA,CAEA,YCDJ,CDIE,+BAME,aAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,mBAAA,CACA,iBCDJ,CDKE,+BACE,YCHJ,CDME,8DAGE,aAAA,CADA,oBCJJ,CDSA,yCACE,mCACE,yBCNF,CACF","file":"PreviousLink.css","sourcesContent":["@use \"../../../common/common\" as common;\n\naf-header-previous-link-container .af-header-previous-link-container {\n display: flex;\n padding-top: 1rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-previous-link-container {\n padding: 1.5rem 0 0 7.5rem;\n }\n}\n","@use \"../../../common/common\" as common;\n\naf-header-previous-link-container .af-header-previous-link-container {\n display: flex;\n padding-top: 1rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-previous-link-container {\n padding: 1.5rem 0 0 7.5rem;\n }\n}\n"]}