@festo-ui/web-essentials 4.0.3-pre-20221213.1 → 5.0.0-dev.102

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 (89) hide show
  1. package/README.md +73 -73
  2. package/dist/css/festo-web-essentials.css +621 -3333
  3. package/dist/css/festo-web-essentials.css.map +1 -1
  4. package/dist/css/festo-web-essentials.min.css +3 -3
  5. package/dist/css/festo-web-essentials.min.css.map +1 -1
  6. package/dist/css/fonts/festo_icons-16.woff2 +0 -0
  7. package/dist/css/fonts/festo_icons-24.woff2 +0 -0
  8. package/dist/css/fonts/festo_icons-32.woff2 +0 -0
  9. package/dist/css/organisms/festo-web-essentials-organisms.css +11 -16
  10. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  11. package/dist/css/organisms/festo-web-essentials-organisms.min.css +2 -2
  12. package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
  13. package/dist/css/themes/flatpickr/festo.css +3 -18
  14. package/dist/css/themes/flatpickr/festo.css.map +1 -1
  15. package/dist/css/themes/flatpickr/festo.min.css +2 -2
  16. package/dist/css/themes/flatpickr/festo.min.css.map +1 -1
  17. package/dist/fonts/festo_icons-16.woff2 +0 -0
  18. package/dist/fonts/festo_icons-24.woff2 +0 -0
  19. package/dist/fonts/festo_icons-32.woff2 +0 -0
  20. package/dist/scss/_breadcrumb.scss +37 -37
  21. package/dist/scss/_button.scss +128 -128
  22. package/dist/scss/_cards.scss +98 -98
  23. package/dist/scss/_checkbox.scss +153 -153
  24. package/dist/scss/_chips.scss +145 -145
  25. package/dist/scss/_fonts.scss +59 -59
  26. package/dist/scss/_icons.scss +1524 -1446
  27. package/dist/scss/_loading-indicator.scss +176 -176
  28. package/dist/scss/_mixins.scss +2 -2
  29. package/dist/scss/_mobile-flyout.scss +108 -108
  30. package/dist/scss/_modal.scss +9 -8
  31. package/dist/scss/_navbar-menu.scss +351 -351
  32. package/dist/scss/_navbar.scss +258 -258
  33. package/dist/scss/_popover.scss +201 -201
  34. package/dist/scss/_progressbar.scss +67 -67
  35. package/dist/scss/_radio.scss +152 -152
  36. package/dist/scss/_root.scss +111 -111
  37. package/dist/scss/_search-input.scss +92 -92
  38. package/dist/scss/_select.scss +95 -95
  39. package/dist/scss/_stepper-horizontal.scss +127 -127
  40. package/dist/scss/_stepper-vertical.scss +121 -121
  41. package/dist/scss/_table.scss +150 -150
  42. package/dist/scss/_timepicker.scss +68 -68
  43. package/dist/scss/_tree.scss +211 -211
  44. package/dist/scss/_variables.scss +252 -252
  45. package/dist/scss/festo-web-essentials.scss +1 -1
  46. package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
  47. package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
  48. package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
  49. package/dist/scss/organisms/_footer.scss +142 -142
  50. package/dist/scss/organisms/_header-slider.scss +153 -153
  51. package/dist/scss/organisms/_image-gallery.scss +257 -257
  52. package/dist/scss/organisms/_login.scss +59 -57
  53. package/dist/scss/organisms/_side-menu.scss +54 -54
  54. package/dist/scss/organisms/festo-web-essentials-organisms.scss +15 -15
  55. package/dist/scss/themes/flatpickr/festo.scss +834 -834
  56. package/package.json +88 -9
  57. package/scss/_breadcrumb.scss +37 -37
  58. package/scss/_button.scss +128 -128
  59. package/scss/_cards.scss +98 -98
  60. package/scss/_checkbox.scss +153 -153
  61. package/scss/_chips.scss +145 -145
  62. package/scss/_fonts.scss +59 -59
  63. package/scss/_icons.scss +1524 -1446
  64. package/scss/_loading-indicator.scss +176 -176
  65. package/scss/_mixins.scss +2 -2
  66. package/scss/_mobile-flyout.scss +108 -108
  67. package/scss/_modal.scss +9 -8
  68. package/scss/_navbar-menu.scss +351 -351
  69. package/scss/_navbar.scss +258 -258
  70. package/scss/_popover.scss +201 -201
  71. package/scss/_progressbar.scss +67 -67
  72. package/scss/_radio.scss +152 -152
  73. package/scss/_root.scss +111 -111
  74. package/scss/_search-input.scss +92 -92
  75. package/scss/_select.scss +95 -95
  76. package/scss/_stepper-horizontal.scss +127 -127
  77. package/scss/_stepper-vertical.scss +121 -121
  78. package/scss/_table.scss +150 -150
  79. package/scss/_timepicker.scss +68 -68
  80. package/scss/_tree.scss +211 -211
  81. package/scss/_variables.scss +252 -252
  82. package/scss/festo-web-essentials.scss +1 -1
  83. package/scss/organisms/_footer.scss +142 -142
  84. package/scss/organisms/_header-slider.scss +153 -153
  85. package/scss/organisms/_image-gallery.scss +257 -257
  86. package/scss/organisms/_login.scss +59 -57
  87. package/scss/organisms/_side-menu.scss +54 -54
  88. package/scss/organisms/festo-web-essentials-organisms.scss +15 -15
  89. package/scss/themes/flatpickr/festo.scss +834 -834
package/package.json CHANGED
@@ -1,10 +1,7 @@
1
1
  {
2
2
  "name": "@festo-ui/web-essentials",
3
- "version": "4.0.3-pre-20221213.1",
3
+ "version": "5.0.0-dev.102",
4
4
  "description": "CSS framework and utils to build FESTO web applications",
5
- "main": "jest.config.js",
6
- "style": "dist/css/festo-web-essentials.css",
7
- "sass": "scss/festo-web-essentials.scss",
8
5
  "keywords": [
9
6
  "css",
10
7
  "scss",
@@ -15,13 +12,95 @@
15
12
  "frontend",
16
13
  "FESTO"
17
14
  ],
18
- "author": "Festo UI (styleguide@festo.com)",
19
15
  "license": "apache-2.0",
20
- "engines": {
21
- "node": ">=14"
22
- },
16
+ "author": "Festo UI (styleguide@festo.com)",
17
+ "main": "jest.config.js",
18
+ "style": "dist/css/festo-web-essentials.css",
23
19
  "files": [
24
20
  "dist/{scss,fonts,css,js}/**/*.{scss,css,js,map,eot,svg,ttf,woff,woff2,otf}",
25
21
  "scss"
26
- ]
22
+ ],
23
+ "scripts": {
24
+ "storybook": "start-storybook -p 6006",
25
+ "build-storybook": "build-storybook",
26
+ "fwe:build": "npm-run-all fwe:css fwe:copy",
27
+ "fwe:css:version": "node build/change-version.js",
28
+ "fwe:css": "npm-run-all fwe:css:lint fwe:css:build fwe:css:minify fwe:css:minify:flatpickr fwe:css:minify:organisms",
29
+ "fwe:css:lint": "stylelint \"scss/**/*.{css,scss}\"",
30
+ "fwe:css:build": "npm-run-all fwe:css:compile fwe:css:prefix",
31
+ "fwe:css:compile": "sass scss:dist/css",
32
+ "fwe:css:prefix": "postcss --config build/postcss.config.js --replace \"dist/css/**/*.css\" \"!dist/css/**/*.min.css\"",
33
+ "fwe:css:minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/festo-web-essentials.min.css dist/css/festo-web-essentials.css",
34
+ "fwe:css:minify:flatpickr": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/themes/flatpickr/festo.min.css dist/css/themes/flatpickr/festo.css",
35
+ "fwe:css:minify:organisms": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/organisms/festo-web-essentials-organisms.min.css dist/css/organisms/festo-web-essentials-organisms.css",
36
+ "fwe:copy": "npm-run-all fwe:copy:scss fwe:copy:fonts fwe:copy:fonts:css fwe:copy:fonts:scss",
37
+ "fwe:copy:scss": "copyfiles -V \"scss/**/*\" dist/",
38
+ "fwe:copy:fonts": "copyfiles -V \"fonts/*\" dist/",
39
+ "fwe:copy:fonts:css": "copyfiles -V \"fonts/*\" dist/css/",
40
+ "fwe:copy:fonts:scss": "copyfiles -V \"fonts/*\" dist/scss/",
41
+ "fwe:build-storybook": "node node_modules/@storybook/html/bin/build.js -c .storybook -o storybook-static",
42
+ "fwe:version": "npm version"
43
+ },
44
+ "devDependencies": {
45
+ "@babel/core": "^7.20.12",
46
+ "@storybook/addon-actions": "^6.5.15",
47
+ "@storybook/addon-docs": "6.5.12",
48
+ "@storybook/addon-essentials": "^6.5.15",
49
+ "@storybook/addon-interactions": "^6.5.15",
50
+ "@storybook/addon-links": "^6.5.15",
51
+ "@storybook/addons": "6.5.12",
52
+ "@storybook/builder-webpack4": "^6.5.15",
53
+ "@storybook/builder-webpack5": "6.5.12",
54
+ "@storybook/cli": "^6.5.15",
55
+ "@storybook/core-server": "6.5.12",
56
+ "@storybook/html": "^6.5.15",
57
+ "@storybook/manager-webpack4": "^6.5.15",
58
+ "@storybook/manager-webpack5": "6.5.12",
59
+ "@storybook/preset-scss": "^1.0.3",
60
+ "@storybook/react": "6.5.12",
61
+ "@storybook/testing-library": "^0.0.13",
62
+ "@storybook/theming": "6.5.12",
63
+ "autoprefixer": "10.4.8",
64
+ "babel-jest": "27.5.1",
65
+ "babel-loader": "^8.3.0",
66
+ "clean-css-cli": "^5.6.2",
67
+ "copyfiles": "^2.4.1",
68
+ "cors": "^2.8.5",
69
+ "css-loader": "^5.0.1",
70
+ "eslint": "^7.6.0",
71
+ "eslint-config-airbnb": "^19.0.4",
72
+ "eslint-config-airbnb-typescript": "16.1.0",
73
+ "eslint-config-prettier": "^8.1.0",
74
+ "eslint-plugin-cypress": "^2.10.3",
75
+ "eslint-plugin-import": "2.26.0",
76
+ "eslint-plugin-jsdoc": "^30.7.8",
77
+ "eslint-plugin-jsx-a11y": "6.6.1",
78
+ "eslint-plugin-prefer-arrow": "^1.2.2",
79
+ "eslint-plugin-react": "7.30.1",
80
+ "eslint-plugin-react-hooks": "4.6.0",
81
+ "eslint-plugin-storybook": "^0.6.4",
82
+ "globby": "^13.1.3",
83
+ "html-webpack-plugin": "^5.3.2",
84
+ "ng-packagr": "14.1.0",
85
+ "npm-run-all": "^4.1.5",
86
+ "postcss": "^8.4.21",
87
+ "postcss-cli": "^10.1.0",
88
+ "postcss-import": "14.1.0",
89
+ "postcss-preset-env": "7.5.0",
90
+ "postcss-url": "10.1.3",
91
+ "prettier": "2.6.2",
92
+ "react": "^18.2.0",
93
+ "react-dom": "^18.2.0",
94
+ "rollup": "^1.32.1",
95
+ "sass": "^1.57.1",
96
+ "sass-loader": "12.6.0",
97
+ "sort-package-json": "^2.1.0",
98
+ "style-loader": "^3.2.1",
99
+ "stylelint": "^14.16.1",
100
+ "stylelint-config-prettier": "^9.0.4",
101
+ "stylelint-config-standard-scss": "^6.1.0",
102
+ "stylelint-prettier": "^2.0.0",
103
+ "url-loader": "^4.1.1",
104
+ "webpack-cli": "^4.9.2"
105
+ }
27
106
  }
@@ -1,37 +1,37 @@
1
- .fwe-breadcrumb {
2
- white-space: nowrap;
3
- display: flex;
4
- justify-items: center;
5
- align-items: center;
6
- color: $text-light;
7
-
8
- .fwe-icon-arrows-right-2 {
9
- margin-left: 4px;
10
- margin-right: 4px;
11
- }
12
-
13
- a {
14
- color: $text-light;
15
- text-decoration: none;
16
- user-select: none;
17
- font-size: $font-size-md;
18
- line-height: calc(#{$font-size-md} + 2px);
19
- &:focus {
20
- outline: none;
21
- }
22
- &:not(:last-child) {
23
- &:hover {
24
- color: $hero;
25
- }
26
- &:active {
27
- color: $hero-darker;
28
- }
29
- cursor: pointer;
30
- }
31
- &:last-child {
32
- color: $text;
33
- cursor: default;
34
- pointer-events: none;
35
- }
36
- }
37
- }
1
+ .fwe-breadcrumb {
2
+ white-space: nowrap;
3
+ display: flex;
4
+ justify-items: center;
5
+ align-items: center;
6
+ color: $text-light;
7
+
8
+ .fwe-icon-arrows-right-2 {
9
+ margin-left: 4px;
10
+ margin-right: 4px;
11
+ }
12
+
13
+ a {
14
+ color: $text-light;
15
+ text-decoration: none;
16
+ user-select: none;
17
+ font-size: $font-size-md;
18
+ line-height: calc(#{$font-size-md} + 2px);
19
+ &:focus {
20
+ outline: none;
21
+ }
22
+ &:not(:last-child) {
23
+ &:hover {
24
+ color: $hero;
25
+ }
26
+ &:active {
27
+ color: $hero-darker;
28
+ }
29
+ cursor: pointer;
30
+ }
31
+ &:last-child {
32
+ color: $text;
33
+ cursor: default;
34
+ pointer-events: none;
35
+ }
36
+ }
37
+ }
package/scss/_button.scss CHANGED
@@ -1,128 +1,128 @@
1
- a.fwe-btn,
2
- button.fwe-btn {
3
- line-height: normal;
4
- box-sizing: border-box;
5
- display: inline-flex;
6
- align-items: center;
7
- text-align: center;
8
- justify-content: center;
9
- font-family: $font-family-base;
10
- font-size: $font-size-base;
11
- padding: 4px 16px;
12
- min-height: 32px;
13
- color: $btn-text;
14
- background: $btn;
15
- border-radius: $control-border-radius;
16
- cursor: pointer;
17
- border: none;
18
-
19
- i[class^="fwe-icon-"],
20
- i[class*=" fwe-icon-"] {
21
- padding-right: 8px;
22
- }
23
-
24
- &:hover {
25
- color: $btn-text-hover;
26
- background: $btn-hover;
27
- }
28
-
29
- &:active {
30
- background: $btn-active;
31
- }
32
-
33
- &:focus {
34
- outline: 0;
35
- }
36
-
37
- &:disabled,
38
- &.fwe-disabled {
39
- cursor: default;
40
- background: $btn-disabled;
41
- color: $btn-text-disabled;
42
- }
43
-
44
- &.fwe-btn-hero {
45
- color: $btn-hero-text;
46
- background: $btn-hero;
47
-
48
- &:hover {
49
- color: $btn-hero-text-hover;
50
- background: $btn-hero-hover;
51
- }
52
-
53
- &:active {
54
- background: $btn-hero-active;
55
- }
56
-
57
- &:disabled,
58
- &.fwe-disabled {
59
- background: $btn-hero-disabled;
60
- color: $btn-hero-text-disabled;
61
- }
62
- }
63
-
64
- &.fwe-btn-block {
65
- width: 100%;
66
- }
67
-
68
- &.fwe-btn-link {
69
- background: none;
70
- color: $hero;
71
- padding: 0;
72
-
73
- i[class^="fwe-icon-"],
74
- i[class*=" fwe-icon-"] {
75
- padding-right: 4px;
76
- }
77
-
78
- &.fwe-dark {
79
- color: $text;
80
- }
81
-
82
- &:hover {
83
- background: none;
84
- color: $hero-dark;
85
- }
86
-
87
- &:active {
88
- background: none;
89
- color: $hero-dark;
90
- }
91
-
92
- &:disabled,
93
- &.fwe-disabled {
94
- color: $btn-text-disabled;
95
- }
96
- }
97
-
98
- &.fwe-btn-lg {
99
- padding: 4px 24px;
100
- min-height: 48px;
101
- i[class^="fwe-icon-"],
102
- i[class*=" fwe-icon-"] {
103
- @extend .fwe-icon-lg;
104
- }
105
- }
106
-
107
- &.fwe-btn-icon {
108
- border-radius: 50%;
109
- padding: 0px;
110
- height: 32px;
111
- width: 32px;
112
- justify-content: center;
113
-
114
- &.fwe-btn-lg {
115
- height: 48px;
116
- width: 48px;
117
- }
118
-
119
- i[class^="fwe-icon-"],
120
- i[class*=" fwe-icon-"] {
121
- padding-right: 0px;
122
- }
123
- }
124
- }
125
-
126
- a.fwe-btn.fwe-disabled {
127
- pointer-events: none;
128
- }
1
+ a.fwe-btn,
2
+ button.fwe-btn {
3
+ line-height: normal;
4
+ box-sizing: border-box;
5
+ display: inline-flex;
6
+ align-items: center;
7
+ text-align: center;
8
+ justify-content: center;
9
+ font-family: $font-family-base;
10
+ font-size: $font-size-base;
11
+ padding: 4px 16px;
12
+ min-height: 32px;
13
+ color: $btn-text;
14
+ background: $btn;
15
+ border-radius: $control-border-radius;
16
+ cursor: pointer;
17
+ border: none;
18
+
19
+ i[class^="fwe-icon-"],
20
+ i[class*=" fwe-icon-"] {
21
+ padding-right: 8px;
22
+ }
23
+
24
+ &:hover {
25
+ color: $btn-text-hover;
26
+ background: $btn-hover;
27
+ }
28
+
29
+ &:active {
30
+ background: $btn-active;
31
+ }
32
+
33
+ &:focus {
34
+ outline: 0;
35
+ }
36
+
37
+ &:disabled,
38
+ &.fwe-disabled {
39
+ cursor: default;
40
+ background: $btn-disabled;
41
+ color: $btn-text-disabled;
42
+ }
43
+
44
+ &.fwe-btn-hero {
45
+ color: $btn-hero-text;
46
+ background: $btn-hero;
47
+
48
+ &:hover {
49
+ color: $btn-hero-text-hover;
50
+ background: $btn-hero-hover;
51
+ }
52
+
53
+ &:active {
54
+ background: $btn-hero-active;
55
+ }
56
+
57
+ &:disabled,
58
+ &.fwe-disabled {
59
+ background: $btn-hero-disabled;
60
+ color: $btn-hero-text-disabled;
61
+ }
62
+ }
63
+
64
+ &.fwe-btn-block {
65
+ width: 100%;
66
+ }
67
+
68
+ &.fwe-btn-link {
69
+ background: none;
70
+ color: $hero;
71
+ padding: 0;
72
+
73
+ i[class^="fwe-icon-"],
74
+ i[class*=" fwe-icon-"] {
75
+ padding-right: 4px;
76
+ }
77
+
78
+ &.fwe-dark {
79
+ color: $text;
80
+ }
81
+
82
+ &:hover {
83
+ background: none;
84
+ color: $hero-dark;
85
+ }
86
+
87
+ &:active {
88
+ background: none;
89
+ color: $hero-dark;
90
+ }
91
+
92
+ &:disabled,
93
+ &.fwe-disabled {
94
+ color: $btn-text-disabled;
95
+ }
96
+ }
97
+
98
+ &.fwe-btn-lg {
99
+ padding: 4px 24px;
100
+ min-height: 48px;
101
+ i[class^="fwe-icon-"],
102
+ i[class*=" fwe-icon-"] {
103
+ @extend .fwe-icon-lg;
104
+ }
105
+ }
106
+
107
+ &.fwe-btn-icon {
108
+ border-radius: 50%;
109
+ padding: 0px;
110
+ height: 32px;
111
+ width: 32px;
112
+ justify-content: center;
113
+
114
+ &.fwe-btn-lg {
115
+ height: 48px;
116
+ width: 48px;
117
+ }
118
+
119
+ i[class^="fwe-icon-"],
120
+ i[class*=" fwe-icon-"] {
121
+ padding-right: 0px;
122
+ }
123
+ }
124
+ }
125
+
126
+ a.fwe-btn.fwe-disabled {
127
+ pointer-events: none;
128
+ }
package/scss/_cards.scss CHANGED
@@ -1,98 +1,98 @@
1
- .fwe-card {
2
- display: flex;
3
- flex-direction: column;
4
- border: 1px solid $border;
5
- background-color: $white;
6
- border-radius: $border-radius-m;
7
-
8
- .fwe-card-img {
9
- width: 100%;
10
- border-top-left-radius: 6px;
11
- border-top-right-radius: 6px;
12
- }
13
-
14
- .fwe-card-img-169 {
15
- @extend .fwe-card-img;
16
- height: 188px;
17
- max-height: 188px;
18
- object-fit: cover;
19
- object-position: center center;
20
- }
21
-
22
- .fwe-card-img-32 {
23
- @extend .fwe-card-img;
24
- height: 284px;
25
- max-height: 284px;
26
- object-fit: cover;
27
- object-position: center center;
28
- }
29
-
30
- .fwe-card-header {
31
- padding: 24px;
32
- padding-bottom: 0;
33
- display: flex;
34
- flex-direction: row;
35
- align-items: baseline;
36
-
37
- .fwe-card-title {
38
- h5 {
39
- line-height: $font-size-xl;
40
- font-size: $font-size-xl;
41
- margin: 0;
42
- padding: 0;
43
- }
44
-
45
- p {
46
- padding: 0;
47
- margin: 0;
48
- color: $text-light;
49
- font-size: $font-size-md;
50
- }
51
- }
52
- }
53
-
54
- .fwe-card-body {
55
- flex-grow: 1;
56
- padding: 24px;
57
- padding-bottom: 48px;
58
-
59
- .fwe-card-text {
60
- margin: 0;
61
- padding: 0;
62
- }
63
-
64
- > *:not(:last-child) {
65
- margin-bottom: 24px;
66
- }
67
- }
68
-
69
- .fwe-card-notification {
70
- height: 64px;
71
- min-height: 64px;
72
- border-bottom-left-radius: 8px;
73
- border-bottom-right-radius: 8px;
74
- display: flex;
75
- flex-direction: row;
76
- align-items: center;
77
- padding-left: 24px;
78
- padding-right: 24px;
79
-
80
- .fwe-card-title {
81
- padding-left: 16px;
82
-
83
- h6 {
84
- line-height: $font-size-base;
85
- font-size: $font-size-base;
86
- font-weight: $font-weight-bold;
87
- margin: 0;
88
- padding: 0;
89
- }
90
-
91
- p {
92
- padding: 0;
93
- margin: 0;
94
- color: $text;
95
- }
96
- }
97
- }
98
- }
1
+ .fwe-card {
2
+ display: flex;
3
+ flex-direction: column;
4
+ border: 1px solid $border;
5
+ background-color: $white;
6
+ border-radius: $border-radius-m;
7
+
8
+ .fwe-card-img {
9
+ width: 100%;
10
+ border-top-left-radius: 6px;
11
+ border-top-right-radius: 6px;
12
+ }
13
+
14
+ .fwe-card-img-169 {
15
+ @extend .fwe-card-img;
16
+ height: 188px;
17
+ max-height: 188px;
18
+ object-fit: cover;
19
+ object-position: center center;
20
+ }
21
+
22
+ .fwe-card-img-32 {
23
+ @extend .fwe-card-img;
24
+ height: 284px;
25
+ max-height: 284px;
26
+ object-fit: cover;
27
+ object-position: center center;
28
+ }
29
+
30
+ .fwe-card-header {
31
+ padding: 24px;
32
+ padding-bottom: 0;
33
+ display: flex;
34
+ flex-direction: row;
35
+ align-items: baseline;
36
+
37
+ .fwe-card-title {
38
+ h5 {
39
+ line-height: $font-size-xl;
40
+ font-size: $font-size-xl;
41
+ margin: 0;
42
+ padding: 0;
43
+ }
44
+
45
+ p {
46
+ padding: 0;
47
+ margin: 0;
48
+ color: $text-light;
49
+ font-size: $font-size-md;
50
+ }
51
+ }
52
+ }
53
+
54
+ .fwe-card-body {
55
+ flex-grow: 1;
56
+ padding: 24px;
57
+ padding-bottom: 48px;
58
+
59
+ .fwe-card-text {
60
+ margin: 0;
61
+ padding: 0;
62
+ }
63
+
64
+ > *:not(:last-child) {
65
+ margin-bottom: 24px;
66
+ }
67
+ }
68
+
69
+ .fwe-card-notification {
70
+ height: 64px;
71
+ min-height: 64px;
72
+ border-bottom-left-radius: 8px;
73
+ border-bottom-right-radius: 8px;
74
+ display: flex;
75
+ flex-direction: row;
76
+ align-items: center;
77
+ padding-left: 24px;
78
+ padding-right: 24px;
79
+
80
+ .fwe-card-title {
81
+ padding-left: 16px;
82
+
83
+ h6 {
84
+ line-height: $font-size-base;
85
+ font-size: $font-size-base;
86
+ font-weight: $font-weight-bold;
87
+ margin: 0;
88
+ padding: 0;
89
+ }
90
+
91
+ p {
92
+ padding: 0;
93
+ margin: 0;
94
+ color: $text;
95
+ }
96
+ }
97
+ }
98
+ }