@payloadcms/next 3.0.0-beta.64 → 3.0.0-beta.66

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 (57) hide show
  1. package/package.json +7 -7
  2. package/dist/elements/DocumentHeader/Tabs/Tab/index.scss +0 -91
  3. package/dist/elements/DocumentHeader/Tabs/index.scss +0 -53
  4. package/dist/elements/DocumentHeader/index.scss +0 -51
  5. package/dist/elements/LeaveWithoutSaving/index.scss +0 -36
  6. package/dist/elements/Nav/NavWrapper/index.scss +0 -17
  7. package/dist/elements/Nav/index.scss +0 -150
  8. package/dist/prod/styles.css +0 -1
  9. package/dist/routes/rest/og/roboto-regular.woff +0 -0
  10. package/dist/scss/app.scss +0 -208
  11. package/dist/scss/colors.scss +0 -269
  12. package/dist/scss/custom.css +0 -1
  13. package/dist/scss/queries.scss +0 -27
  14. package/dist/scss/resets.scss +0 -17
  15. package/dist/scss/styles.scss +0 -11
  16. package/dist/scss/svg.scss +0 -10
  17. package/dist/scss/toasts.scss +0 -111
  18. package/dist/scss/type.scss +0 -117
  19. package/dist/scss/vars.scss +0 -213
  20. package/dist/scss/z-index.scss +0 -9
  21. package/dist/templates/Default/Wrapper/index.scss +0 -25
  22. package/dist/templates/Default/index.scss +0 -67
  23. package/dist/templates/Minimal/index.scss +0 -28
  24. package/dist/views/API/RenderJSON/index.scss +0 -90
  25. package/dist/views/API/index.scss +0 -124
  26. package/dist/views/Account/Settings/index.scss +0 -46
  27. package/dist/views/CreateFirstUser/index.scss +0 -5
  28. package/dist/views/Dashboard/Default/index.scss +0 -58
  29. package/dist/views/Edit/Default/Auth/index.scss +0 -76
  30. package/dist/views/Edit/Default/index.scss +0 -21
  31. package/dist/views/List/Default/index.scss +0 -195
  32. package/dist/views/LivePreview/IFrame/index.scss +0 -7
  33. package/dist/views/LivePreview/Preview/index.scss +0 -41
  34. package/dist/views/LivePreview/Toolbar/Controls/index.scss +0 -59
  35. package/dist/views/LivePreview/Toolbar/SizeInput/index.scss +0 -10
  36. package/dist/views/LivePreview/Toolbar/index.scss +0 -41
  37. package/dist/views/LivePreview/ToolbarArea/index.scss +0 -4
  38. package/dist/views/LivePreview/index.scss +0 -66
  39. package/dist/views/Login/LoginForm/index.scss +0 -8
  40. package/dist/views/Login/index.scss +0 -8
  41. package/dist/views/Logout/index.scss +0 -20
  42. package/dist/views/NotFound/index.scss +0 -37
  43. package/dist/views/ResetPassword/index.scss +0 -5
  44. package/dist/views/Unauthorized/index.scss +0 -36
  45. package/dist/views/Verify/index.scss +0 -14
  46. package/dist/views/Version/Default/index.scss +0 -70
  47. package/dist/views/Version/RenderFieldsToDiff/Label/index.scss +0 -4
  48. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.scss +0 -34
  49. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.scss +0 -12
  50. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.scss +0 -13
  51. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.scss +0 -13
  52. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.scss +0 -13
  53. package/dist/views/Version/RenderFieldsToDiff/index.scss +0 -18
  54. package/dist/views/Version/Restore/index.scss +0 -30
  55. package/dist/views/Version/SelectComparison/index.scss +0 -13
  56. package/dist/views/Version/SelectLocales/index.scss +0 -7
  57. package/dist/views/Versions/index.scss +0 -108
@@ -1,269 +0,0 @@
1
- :root {
2
- --color-base-0: rgb(255, 255, 255);
3
- --color-base-50: rgb(245, 245, 245);
4
- --color-base-100: rgb(235, 235, 235);
5
- --color-base-150: rgb(221, 221, 221);
6
- --color-base-200: rgb(208, 208, 208);
7
- --color-base-250: rgb(195, 195, 195);
8
- --color-base-300: rgb(181, 181, 181);
9
- --color-base-350: rgb(168, 168, 168);
10
- --color-base-400: rgb(154, 154, 154);
11
- --color-base-450: rgb(141, 141, 141);
12
- --color-base-500: rgb(128, 128, 128);
13
- --color-base-550: rgb(114, 114, 114);
14
- --color-base-600: rgb(101, 101, 101);
15
- --color-base-650: rgb(87, 87, 87);
16
- --color-base-700: rgb(74, 74, 74);
17
- --color-base-750: rgb(60, 60, 60);
18
- --color-base-800: rgb(47, 47, 47);
19
- --color-base-850: rgb(34, 34, 34);
20
- --color-base-900: rgb(20, 20, 20);
21
- --color-base-950: rgb(7, 7, 7);
22
- --color-base-1000: rgb(0, 0, 0);
23
-
24
- --color-success-50: rgb(237, 245, 249);
25
- --color-success-100: rgb(218, 237, 248);
26
- --color-success-150: rgb(188, 225, 248);
27
- --color-success-200: rgb(156, 216, 253);
28
- --color-success-250: rgb(125, 204, 248);
29
- --color-success-300: rgb(97, 190, 241);
30
- --color-success-350: rgb(65, 178, 236);
31
- --color-success-400: rgb(36, 164, 223);
32
- --color-success-450: rgb(18, 148, 204);
33
- --color-success-500: rgb(21, 135, 186);
34
- --color-success-550: rgb(12, 121, 168);
35
- --color-success-600: rgb(11, 110, 153);
36
- --color-success-650: rgb(11, 97, 135);
37
- --color-success-700: rgb(17, 88, 121);
38
- --color-success-750: rgb(17, 76, 105);
39
- --color-success-800: rgb(18, 66, 90);
40
- --color-success-850: rgb(18, 56, 76);
41
- --color-success-900: rgb(19, 44, 58);
42
- --color-success-950: rgb(22, 33, 39);
43
-
44
- --color-error-50: rgb(250, 241, 240);
45
- --color-error-100: rgb(252, 229, 227);
46
- --color-error-150: rgb(247, 208, 204);
47
- --color-error-200: rgb(254, 193, 188);
48
- --color-error-250: rgb(253, 177, 170);
49
- --color-error-300: rgb(253, 154, 146);
50
- --color-error-350: rgb(253, 131, 123);
51
- --color-error-400: rgb(246, 109, 103);
52
- --color-error-450: rgb(234, 90, 86);
53
- --color-error-500: rgb(218, 75, 72);
54
- --color-error-550: rgb(200, 62, 61);
55
- --color-error-600: rgb(182, 54, 54);
56
- --color-error-650: rgb(161, 47, 47);
57
- --color-error-700: rgb(144, 44, 43);
58
- --color-error-750: rgb(123, 41, 39);
59
- --color-error-800: rgb(105, 39, 37);
60
- --color-error-850: rgb(86, 36, 33);
61
- --color-error-900: rgb(64, 32, 29);
62
- --color-error-950: rgb(44, 26, 24);
63
-
64
- --color-warning-50: rgb(249, 242, 237);
65
- --color-warning-100: rgb(248, 232, 219);
66
- --color-warning-150: rgb(243, 212, 186);
67
- --color-warning-200: rgb(243, 200, 162);
68
- --color-warning-250: rgb(240, 185, 136);
69
- --color-warning-300: rgb(238, 166, 98);
70
- --color-warning-350: rgb(234, 148, 58);
71
- --color-warning-400: rgb(223, 132, 17);
72
- --color-warning-450: rgb(204, 120, 15);
73
- --color-warning-500: rgb(185, 108, 13);
74
- --color-warning-550: rgb(167, 97, 10);
75
- --color-warning-600: rgb(150, 87, 11);
76
- --color-warning-650: rgb(134, 78, 11);
77
- --color-warning-700: rgb(120, 70, 13);
78
- --color-warning-750: rgb(105, 61, 13);
79
- --color-warning-800: rgb(90, 55, 19);
80
- --color-warning-850: rgb(73, 47, 21);
81
- --color-warning-900: rgb(56, 38, 20);
82
- --color-warning-950: rgb(38, 29, 21);
83
-
84
- --color-blue-50: rgb(237, 245, 249);
85
- --color-blue-100: rgb(218, 237, 248);
86
- --color-blue-150: rgb(188, 225, 248);
87
- --color-blue-200: rgb(156, 216, 253);
88
- --color-blue-250: rgb(125, 204, 248);
89
- --color-blue-300: rgb(97, 190, 241);
90
- --color-blue-350: rgb(65, 178, 236);
91
- --color-blue-400: rgb(36, 164, 223);
92
- --color-blue-450: rgb(18, 148, 204);
93
- --color-blue-500: rgb(21, 135, 186);
94
- --color-blue-550: rgb(12, 121, 168);
95
- --color-blue-600: rgb(11, 110, 153);
96
- --color-blue-650: rgb(11, 97, 135);
97
- --color-blue-700: rgb(17, 88, 121);
98
- --color-blue-750: rgb(17, 76, 105);
99
- --color-blue-800: rgb(18, 66, 90);
100
- --color-blue-850: rgb(18, 56, 76);
101
- --color-blue-900: rgb(19, 44, 58);
102
- --color-blue-950: rgb(22, 33, 39);
103
-
104
- --theme-border-color: var(--theme-elevation-150);
105
-
106
- --theme-success-50: var(--color-success-50);
107
- --theme-success-100: var(--color-success-100);
108
- --theme-success-150: var(--color-success-150);
109
- --theme-success-200: var(--color-success-200);
110
- --theme-success-250: var(--color-success-250);
111
- --theme-success-300: var(--color-success-300);
112
- --theme-success-350: var(--color-success-350);
113
- --theme-success-400: var(--color-success-400);
114
- --theme-success-450: var(--color-success-450);
115
- --theme-success-500: var(--color-success-500);
116
- --theme-success-550: var(--color-success-550);
117
- --theme-success-600: var(--color-success-600);
118
- --theme-success-650: var(--color-success-650);
119
- --theme-success-700: var(--color-success-700);
120
- --theme-success-750: var(--color-success-750);
121
- --theme-success-800: var(--color-success-800);
122
- --theme-success-850: var(--color-success-850);
123
- --theme-success-900: var(--color-success-900);
124
- --theme-success-950: var(--color-success-950);
125
-
126
- --theme-warning-50: var(--color-warning-50);
127
- --theme-warning-100: var(--color-warning-100);
128
- --theme-warning-150: var(--color-warning-150);
129
- --theme-warning-200: var(--color-warning-200);
130
- --theme-warning-250: var(--color-warning-250);
131
- --theme-warning-300: var(--color-warning-300);
132
- --theme-warning-350: var(--color-warning-350);
133
- --theme-warning-400: var(--color-warning-400);
134
- --theme-warning-450: var(--color-warning-450);
135
- --theme-warning-500: var(--color-warning-500);
136
- --theme-warning-550: var(--color-warning-550);
137
- --theme-warning-600: var(--color-warning-600);
138
- --theme-warning-650: var(--color-warning-650);
139
- --theme-warning-700: var(--color-warning-700);
140
- --theme-warning-750: var(--color-warning-750);
141
- --theme-warning-800: var(--color-warning-800);
142
- --theme-warning-850: var(--color-warning-850);
143
- --theme-warning-900: var(--color-warning-900);
144
- --theme-warning-950: var(--color-warning-950);
145
-
146
- --theme-error-50: var(--color-error-50);
147
- --theme-error-100: var(--color-error-100);
148
- --theme-error-150: var(--color-error-150);
149
- --theme-error-200: var(--color-error-200);
150
- --theme-error-250: var(--color-error-250);
151
- --theme-error-300: var(--color-error-300);
152
- --theme-error-350: var(--color-error-350);
153
- --theme-error-400: var(--color-error-400);
154
- --theme-error-450: var(--color-error-450);
155
- --theme-error-500: var(--color-error-500);
156
- --theme-error-550: var(--color-error-550);
157
- --theme-error-600: var(--color-error-600);
158
- --theme-error-650: var(--color-error-650);
159
- --theme-error-700: var(--color-error-700);
160
- --theme-error-750: var(--color-error-750);
161
- --theme-error-800: var(--color-error-800);
162
- --theme-error-850: var(--color-error-850);
163
- --theme-error-900: var(--color-error-900);
164
- --theme-error-950: var(--color-error-950);
165
-
166
- --theme-elevation-0: var(--color-base-0);
167
- --theme-elevation-50: var(--color-base-50);
168
- --theme-elevation-100: var(--color-base-100);
169
- --theme-elevation-150: var(--color-base-150);
170
- --theme-elevation-200: var(--color-base-200);
171
- --theme-elevation-250: var(--color-base-250);
172
- --theme-elevation-300: var(--color-base-300);
173
- --theme-elevation-350: var(--color-base-350);
174
- --theme-elevation-400: var(--color-base-400);
175
- --theme-elevation-450: var(--color-base-450);
176
- --theme-elevation-500: var(--color-base-500);
177
- --theme-elevation-550: var(--color-base-550);
178
- --theme-elevation-600: var(--color-base-600);
179
- --theme-elevation-650: var(--color-base-650);
180
- --theme-elevation-700: var(--color-base-700);
181
- --theme-elevation-750: var(--color-base-750);
182
- --theme-elevation-800: var(--color-base-800);
183
- --theme-elevation-850: var(--color-base-850);
184
- --theme-elevation-900: var(--color-base-900);
185
- --theme-elevation-950: var(--color-base-950);
186
- --theme-elevation-1000: var(--color-base-1000);
187
- }
188
-
189
- html[data-theme='dark'] {
190
- --theme-border-color: var(--theme-elevation-150);
191
-
192
- --theme-elevation-0: var(--color-base-900);
193
- --theme-elevation-50: var(--color-base-850);
194
- --theme-elevation-100: var(--color-base-800);
195
- --theme-elevation-150: var(--color-base-750);
196
- --theme-elevation-200: var(--color-base-700);
197
- --theme-elevation-250: var(--color-base-650);
198
- --theme-elevation-300: var(--color-base-600);
199
- --theme-elevation-350: var(--color-base-550);
200
- --theme-elevation-400: var(--color-base-450);
201
- --theme-elevation-450: var(--color-base-400);
202
- --theme-elevation-550: var(--color-base-350);
203
- --theme-elevation-600: var(--color-base-300);
204
- --theme-elevation-650: var(--color-base-250);
205
- --theme-elevation-700: var(--color-base-200);
206
- --theme-elevation-750: var(--color-base-150);
207
- --theme-elevation-800: var(--color-base-100);
208
- --theme-elevation-850: var(--color-base-50);
209
- --theme-elevation-900: var(--color-base-0);
210
- --theme-elevation-950: var(--color-base-0);
211
- --theme-elevation-1000: var(--color-base-0);
212
-
213
- --theme-success-50: var(--color-success-950);
214
- --theme-success-100: var(--color-success-900);
215
- --theme-success-150: var(--color-success-850);
216
- --theme-success-200: var(--color-success-800);
217
- --theme-success-250: var(--color-success-750);
218
- --theme-success-300: var(--color-success-700);
219
- --theme-success-350: var(--color-success-650);
220
- --theme-success-400: var(--color-success-600);
221
- --theme-success-450: var(--color-success-550);
222
- --theme-success-550: var(--color-success-450);
223
- --theme-success-600: var(--color-success-400);
224
- --theme-success-650: var(--color-success-350);
225
- --theme-success-700: var(--color-success-300);
226
- --theme-success-750: var(--color-success-250);
227
- --theme-success-800: var(--color-success-200);
228
- --theme-success-850: var(--color-success-150);
229
- --theme-success-900: var(--color-success-100);
230
- --theme-success-950: var(--color-success-50);
231
-
232
- --theme-warning-50: var(--color-warning-950);
233
- --theme-warning-100: var(--color-warning-900);
234
- --theme-warning-150: var(--color-warning-850);
235
- --theme-warning-200: var(--color-warning-800);
236
- --theme-warning-250: var(--color-warning-750);
237
- --theme-warning-300: var(--color-warning-700);
238
- --theme-warning-350: var(--color-warning-650);
239
- --theme-warning-400: var(--color-warning-600);
240
- --theme-warning-450: var(--color-warning-550);
241
- --theme-warning-550: var(--color-warning-450);
242
- --theme-warning-600: var(--color-warning-400);
243
- --theme-warning-650: var(--color-warning-350);
244
- --theme-warning-700: var(--color-warning-300);
245
- --theme-warning-750: var(--color-warning-250);
246
- --theme-warning-800: var(--color-warning-200);
247
- --theme-warning-850: var(--color-warning-150);
248
- --theme-warning-900: var(--color-warning-100);
249
- --theme-warning-950: var(--color-warning-50);
250
-
251
- --theme-error-50: var(--color-error-950);
252
- --theme-error-100: var(--color-error-900);
253
- --theme-error-150: var(--color-error-850);
254
- --theme-error-200: var(--color-error-800);
255
- --theme-error-250: var(--color-error-750);
256
- --theme-error-300: var(--color-error-700);
257
- --theme-error-350: var(--color-error-650);
258
- --theme-error-400: var(--color-error-600);
259
- --theme-error-450: var(--color-error-550);
260
- --theme-error-550: var(--color-error-450);
261
- --theme-error-600: var(--color-error-400);
262
- --theme-error-650: var(--color-error-350);
263
- --theme-error-700: var(--color-error-300);
264
- --theme-error-750: var(--color-error-250);
265
- --theme-error-800: var(--color-error-200);
266
- --theme-error-850: var(--color-error-150);
267
- --theme-error-900: var(--color-error-100);
268
- --theme-error-950: var(--color-error-50);
269
- }
@@ -1 +0,0 @@
1
- /* Used as a placeholder for when the Payload app does not have custom CSS */
@@ -1,27 +0,0 @@
1
- ////////////////////////////
2
- // MEDIA QUERIES
3
- /////////////////////////////
4
-
5
- @mixin extra-small-break {
6
- @media (max-width: $breakpoint-xs-width) {
7
- @content;
8
- }
9
- }
10
-
11
- @mixin small-break {
12
- @media (max-width: $breakpoint-s-width) {
13
- @content;
14
- }
15
- }
16
-
17
- @mixin mid-break {
18
- @media (max-width: $breakpoint-m-width) {
19
- @content;
20
- }
21
- }
22
-
23
- @mixin large-break {
24
- @media (max-width: $breakpoint-l-width) {
25
- @content;
26
- }
27
- }
@@ -1,17 +0,0 @@
1
- %btn-reset {
2
- border: 0;
3
- background: none;
4
- box-shadow: none;
5
- border-radius: 0;
6
- padding: 0;
7
- color: currentColor;
8
- }
9
-
10
- @mixin btn-reset {
11
- border: 0;
12
- background: none;
13
- box-shadow: none;
14
- border-radius: 0;
15
- padding: 0;
16
- color: currentColor;
17
- }
@@ -1,11 +0,0 @@
1
- @import 'vars';
2
- @import 'z-index';
3
-
4
- //////////////////////////////
5
- // IMPORT OVERRIDES
6
- //////////////////////////////
7
-
8
- @import 'type';
9
- @import 'queries';
10
- @import 'resets';
11
- @import 'svg';
@@ -1,10 +0,0 @@
1
- @mixin color-svg($color) {
2
- .stroke {
3
- stroke: $color;
4
- fill: none;
5
- }
6
-
7
- .fill {
8
- fill: $color;
9
- }
10
- }
@@ -1,111 +0,0 @@
1
- .payload-toast-container {
2
- .payload-toast-close-button {
3
- left: unset;
4
- right: 0.5rem;
5
- top: 1.55rem;
6
- color: var(--theme-elevation-400);
7
- background: unset;
8
- border: none;
9
- display: flex;
10
- width: 1.25rem;
11
- height: 1.25rem;
12
- justify-content: center;
13
- align-items: center;
14
-
15
- &:hover {
16
- background: none;
17
- }
18
-
19
- svg {
20
- width: 2rem;
21
- height: 2rem;
22
- }
23
-
24
- [dir='RTL'] & {
25
- right: unset;
26
- left: 0.5rem;
27
- }
28
- }
29
-
30
- .payload-toast-item {
31
- padding: 1rem 2.5rem 1rem 1rem;
32
- color: var(--theme-text);
33
- font-style: normal;
34
- font-weight: 600;
35
- display: flex;
36
- gap: 1rem;
37
- align-items: center;
38
- width: 100%;
39
- border-radius: 0.15rem;
40
- border: 1px solid var(--theme-border-color);
41
- background: var(--theme-input-bg);
42
- box-shadow:
43
- 0px 10px 4px -8px rgba(0, 2, 4, 0.02),
44
- 0px 2px 3px 0px rgba(0, 2, 4, 0.05);
45
-
46
- .toast-content {
47
- transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
48
- }
49
-
50
- &[data-front='false'] {
51
- .toast-content {
52
- opacity: 0;
53
- }
54
- }
55
-
56
- &[data-expanded='true'] {
57
- .toast-content {
58
- opacity: 1;
59
- }
60
- }
61
-
62
- .toast-icon {
63
- svg {
64
- width: 2.4rem;
65
- height: 2.4rem;
66
- }
67
- }
68
-
69
- &.toast-warning {
70
- border-color: var(--theme-warning-200);
71
- background-color: var(--theme-warning-100);
72
- }
73
-
74
- &.toast-error {
75
- border-color: var(--theme-error-300);
76
- background-color: var(--theme-error-150);
77
- }
78
-
79
- &.toast-success {
80
- border-color: var(--theme-success-200);
81
- background-color: var(--theme-success-100);
82
- }
83
-
84
- &.toast-info {
85
- border-color: var(--theme-elevation-250);
86
- background-color: var(--theme-elevation-100);
87
- }
88
-
89
- [data-theme='light'] & {
90
- &.toast-warning {
91
- border-color: var(--theme-warning-550);
92
- background-color: var(--theme-warning-100);
93
- }
94
-
95
- &.toast-error {
96
- border-color: var(--theme-error-200);
97
- background-color: var(--theme-error-50);
98
- }
99
-
100
- &.toast-success {
101
- border-color: var(--theme-success-550);
102
- background-color: var(--theme-success-50);
103
- }
104
-
105
- &.toast-info {
106
- border-color: var(--theme-border-color);
107
- background-color: var(--theme-elevation-50);
108
- }
109
- }
110
- }
111
- }
@@ -1,117 +0,0 @@
1
- @import 'vars';
2
- @import 'queries';
3
-
4
- /////////////////////////////
5
- // HEADINGS
6
- /////////////////////////////
7
-
8
- %h1,
9
- %h2,
10
- %h3,
11
- %h4,
12
- %h5,
13
- %h6 {
14
- font-family: var(--font-body);
15
- font-weight: 500;
16
- }
17
-
18
- %jumbo {
19
- font-size: base(2.5);
20
- line-height: 1;
21
- margin: 0 0 base(2);
22
- }
23
-
24
- %h1 {
25
- margin: 0 0 base(1);
26
- font-size: base(2);
27
- line-height: 1.15;
28
- letter-spacing: -1px;
29
-
30
- @include small-break {
31
- letter-spacing: -0.5px;
32
- font-size: base(1.25);
33
- }
34
- }
35
-
36
- %h2 {
37
- margin: 0 0 base(1);
38
- font-size: base(1.25);
39
- line-height: 1.15;
40
- letter-spacing: -0.5px;
41
-
42
- @include small-break {
43
- font-size: base(0.85);
44
- }
45
- }
46
-
47
- %h3 {
48
- margin: 0 0 base(1);
49
- font-size: base(0.925);
50
- line-height: 1.25;
51
- letter-spacing: -0.5px;
52
-
53
- @include small-break {
54
- font-size: base(0.65);
55
- line-height: 1.25;
56
- }
57
- }
58
-
59
- %h4 {
60
- margin: 0 0 $baseline;
61
- font-size: base(0.75);
62
- line-height: 1.5;
63
- letter-spacing: -0.375px;
64
- }
65
-
66
- %h5 {
67
- margin: 0;
68
- font-size: base(0.5625);
69
- line-height: 1.5;
70
- }
71
-
72
- %h6 {
73
- margin: 0;
74
- font-size: base(0.5);
75
- line-height: 1.5;
76
- }
77
-
78
- %small {
79
- margin: 0;
80
- font-size: 11px;
81
- line-height: 1.5;
82
- }
83
-
84
- /////////////////////////////
85
- // TYPE STYLES
86
- /////////////////////////////
87
-
88
- %large-body {
89
- font-size: base(0.6);
90
- line-height: base(1);
91
- letter-spacing: base(0.02);
92
-
93
- @include mid-break {
94
- font-size: base(0.7);
95
- line-height: base(1);
96
- }
97
-
98
- @include small-break {
99
- font-size: base(0.55);
100
- line-height: base(0.75);
101
- }
102
- }
103
-
104
- %body {
105
- font-size: $baseline-body-size;
106
- line-height: $baseline-px;
107
- font-weight: normal;
108
- }
109
-
110
- %code {
111
- font-size: base(0.4);
112
- color: var(--theme-elevation-400);
113
-
114
- span {
115
- color: var(--theme-elevation-800);
116
- }
117
- }