@chrryai/chrry 1.1.78

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 (116) hide show
  1. package/About.module.scss +112 -0
  2. package/Account.module.scss +159 -0
  3. package/AddToHomeScreen.module.scss +126 -0
  4. package/Affiliate.module.scss +245 -0
  5. package/AffiliateDashboard.module.scss +269 -0
  6. package/Agent.module.scss +197 -0
  7. package/AnimatedWrapper.module.scss +0 -0
  8. package/App.module.scss +283 -0
  9. package/Bookmark.module.scss +15 -0
  10. package/Calendar.module.scss +824 -0
  11. package/CharacterProfiles.module.scss +29 -0
  12. package/Chat.module.scss +932 -0
  13. package/Checkbox.module.scss +67 -0
  14. package/Chrry.module.scss +69 -0
  15. package/Collaborate.module.scss +22 -0
  16. package/CollaborationStatus.module.scss +17 -0
  17. package/CollaborationTooltip.module.scss +257 -0
  18. package/ColorScheme.module.scss +24 -0
  19. package/EditThread.module.scss +51 -0
  20. package/EmptyStateTips.module.scss +52 -0
  21. package/EnableNotifications.module.scss +20 -0
  22. package/EventModal.module.scss +277 -0
  23. package/Img.module.scss +48 -0
  24. package/Instructions.module.scss +333 -0
  25. package/LICENSE +664 -0
  26. package/LanguageSwitcher.module.scss +21 -0
  27. package/Loading.module.scss +32 -0
  28. package/MarkdownContent.module.scss +161 -0
  29. package/MemoryConsent.module.scss +41 -0
  30. package/Menu.module.scss +272 -0
  31. package/Message.module.scss +470 -0
  32. package/Messages.module.scss +86 -0
  33. package/Modal.module.scss +118 -0
  34. package/README.md +112 -0
  35. package/Search.module.scss +26 -0
  36. package/Select.module.scss +32 -0
  37. package/Share.module.scss +84 -0
  38. package/Sidebar.module.scss +69 -0
  39. package/SignIn.module.scss +129 -0
  40. package/Skeleton.module.scss +232 -0
  41. package/SplashScreen.module.scss +189 -0
  42. package/Star.module.scss +15 -0
  43. package/Store.module.scss +240 -0
  44. package/Subscribe.module.scss +219 -0
  45. package/Testimonials.module.scss +33 -0
  46. package/Thread.module.scss +111 -0
  47. package/Threads.module.scss +105 -0
  48. package/TypingIndicator.module.scss +93 -0
  49. package/Users.module.scss +98 -0
  50. package/Version.module.scss +22 -0
  51. package/Weather.module.scss +31 -0
  52. package/Why.module.scss +79 -0
  53. package/__tests__/README.md +126 -0
  54. package/__tests__/TestComponent.module.scss +236 -0
  55. package/animations.scss +163 -0
  56. package/breakpoints.scss +8 -0
  57. package/context/AppContext.module.scss +22 -0
  58. package/context/providers/README.md +329 -0
  59. package/dist/About.module-RPTFOKG6.scss +112 -0
  60. package/dist/Account.module-AA2NOD5S.scss +159 -0
  61. package/dist/AddToHomeScreen.module-P6HAQ4QD.scss +126 -0
  62. package/dist/Affiliate.module-YM7MG54E.scss +245 -0
  63. package/dist/AffiliateDashboard.module-SZQJJBME.scss +269 -0
  64. package/dist/Agent.module-66YIBDMM.scss +197 -0
  65. package/dist/App.module-TOWYJFPB.scss +283 -0
  66. package/dist/Bookmark.module-UVMQ4TED.scss +15 -0
  67. package/dist/Calendar.module-HHEIXJEA.scss +824 -0
  68. package/dist/CharacterProfiles.module-KABR34TV.scss +29 -0
  69. package/dist/Chat.module-Y4TGJLBQ.scss +932 -0
  70. package/dist/Checkbox.module-RNW2YOC5.scss +67 -0
  71. package/dist/Chrry.module-SLPTRY52.scss +69 -0
  72. package/dist/Collaborate.module-MLRE23FZ.scss +22 -0
  73. package/dist/CollaborationStatus.module-CRGOOW56.scss +17 -0
  74. package/dist/ColorScheme.module-N7SJ5N52.scss +24 -0
  75. package/dist/EditThread.module-L3HOEGS3.scss +51 -0
  76. package/dist/EmptyStateTips.module-JLNPQ4OO.scss +52 -0
  77. package/dist/EnableNotifications.module-C4MYQTUA.scss +20 -0
  78. package/dist/EventModal.module-K7VNKTCE.scss +277 -0
  79. package/dist/Instructions.module-JMFWEXAP.scss +333 -0
  80. package/dist/LanguageSwitcher.module-MT2SIZ4L.scss +21 -0
  81. package/dist/Loading.module-OU42QILE.scss +32 -0
  82. package/dist/MarkdownContent.module-64GHE3YP.scss +161 -0
  83. package/dist/MemoryConsent.module-FZL3REH4.scss +41 -0
  84. package/dist/Menu.module-RVXPXILR.scss +272 -0
  85. package/dist/Message.module-5UUYCVY2.scss +470 -0
  86. package/dist/Messages.module-GBPUAPAI.scss +86 -0
  87. package/dist/Modal.module-TOU4YLFQ.scss +118 -0
  88. package/dist/Search.module-GU3BRADG.scss +26 -0
  89. package/dist/Select.module-R7QM256C.scss +32 -0
  90. package/dist/Share.module-VQBCBSA5.scss +84 -0
  91. package/dist/Sidebar.module-AUSDVTCY.scss +69 -0
  92. package/dist/SignIn.module-53SOSG63.scss +129 -0
  93. package/dist/Skeleton.module-REMEBLDY.scss +232 -0
  94. package/dist/Store.module-NP6776GY.scss +240 -0
  95. package/dist/Subscribe.module-NVGQ57RA.scss +219 -0
  96. package/dist/Thread.module-QAJI6KOQ.scss +111 -0
  97. package/dist/Threads.module-J54DFQQZ.scss +105 -0
  98. package/dist/Users.module-ZRHCY63D.scss +98 -0
  99. package/dist/Version.module-MLMD7GW5.scss +22 -0
  100. package/dist/Weather.module-NT6XFKA7.scss +31 -0
  101. package/dist/Why.module-UVZJCJF7.scss +79 -0
  102. package/dist/index.d.mts +1408 -0
  103. package/dist/index.d.ts +1408 -0
  104. package/dist/index.js +44600 -0
  105. package/dist/index.js.map +1 -0
  106. package/dist/index.mjs +44575 -0
  107. package/dist/index.mjs.map +1 -0
  108. package/dist/react-tooltip.min-LLVNRY3Z.css +1 -0
  109. package/globals.css +91 -0
  110. package/globals.scss +585 -0
  111. package/icons/README.md +150 -0
  112. package/package.json +118 -0
  113. package/styles/view-transitions.css +207 -0
  114. package/toRem.scss +6 -0
  115. package/utils.module.scss +116 -0
  116. package/utils.scss +88 -0
@@ -0,0 +1,189 @@
1
+ @import "./styles/toRem.scss";
2
+
3
+ .container {
4
+ min-height: 100vh;
5
+ display: flex;
6
+ align-items: center;
7
+ justify-content: center;
8
+ padding: toRem(40);
9
+ background: var(--background);
10
+
11
+ &[data-mode="chrry"] {
12
+ background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
13
+ }
14
+ }
15
+
16
+ .content {
17
+ max-width: toRem(1200);
18
+ width: 100%;
19
+ text-align: center;
20
+ }
21
+
22
+ .logo {
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ gap: toRem(16);
27
+ margin-bottom: toRem(24);
28
+ }
29
+
30
+ .logoIcon {
31
+ font-size: toRem(64);
32
+ line-height: 1;
33
+ }
34
+
35
+ .logoText {
36
+ font-size: toRem(48);
37
+ font-weight: 700;
38
+ margin: 0;
39
+ color: var(--foreground);
40
+ }
41
+
42
+ .description {
43
+ font-size: toRem(20);
44
+ color: var(--shade-6);
45
+ margin-bottom: toRem(40);
46
+ max-width: toRem(600);
47
+ margin-left: auto;
48
+ margin-right: auto;
49
+ }
50
+
51
+ .links {
52
+ display: flex;
53
+ gap: toRem(16);
54
+ justify-content: center;
55
+ margin-bottom: toRem(48);
56
+ }
57
+
58
+ .link {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: toRem(8);
62
+ padding: toRem(12) toRem(24);
63
+ background: var(--background);
64
+ border: 1px solid var(--shade-2);
65
+ border-radius: toRem(8);
66
+ color: var(--foreground);
67
+ text-decoration: none;
68
+ font-weight: 500;
69
+ transition: all 0.2s;
70
+
71
+ &:hover {
72
+ background: var(--shade-1);
73
+ border-color: var(--shade-3);
74
+ transform: translateY(toRem(-2));
75
+ }
76
+ }
77
+
78
+ .features {
79
+ display: grid;
80
+ grid-template-columns: repeat(auto-fit, minmax(toRem(300), 1fr));
81
+ gap: toRem(24);
82
+ margin-bottom: toRem(48);
83
+ }
84
+
85
+ .feature {
86
+ display: flex;
87
+ align-items: flex-start;
88
+ gap: toRem(16);
89
+ padding: toRem(24);
90
+ background: var(--background);
91
+ border: 1px solid var(--shade-2);
92
+ border-radius: toRem(12);
93
+ text-decoration: none;
94
+ color: var(--foreground);
95
+ transition: all 0.2s;
96
+ text-align: left;
97
+
98
+ &:hover {
99
+ border-color: var(--shade-3);
100
+ transform: translateY(toRem(-4));
101
+ box-shadow: 0 toRem(8) toRem(24) rgba(0, 0, 0, 0.1);
102
+ }
103
+
104
+ &[data-opensource="true"] {
105
+ border-color: var(--accent-3);
106
+
107
+ &:hover {
108
+ border-color: var(--accent-5);
109
+ background: var(--accent-0);
110
+ }
111
+ }
112
+ }
113
+
114
+ .featureIcon {
115
+ font-size: toRem(32);
116
+ line-height: 1;
117
+ flex-shrink: 0;
118
+ }
119
+
120
+ .featureContent {
121
+ flex: 1;
122
+ }
123
+
124
+ .featureTitle {
125
+ font-size: toRem(18);
126
+ font-weight: 600;
127
+ margin: 0 0 toRem(8) 0;
128
+ display: flex;
129
+ align-items: center;
130
+ gap: toRem(8);
131
+ }
132
+
133
+ .openSourceBadge {
134
+ font-size: toRem(12);
135
+ font-weight: 500;
136
+ padding: toRem(2) toRem(8);
137
+ background: var(--accent-2);
138
+ color: var(--accent-8);
139
+ border-radius: toRem(4);
140
+ }
141
+
142
+ .featureDescription {
143
+ font-size: toRem(14);
144
+ color: var(--shade-6);
145
+ margin: 0;
146
+ }
147
+
148
+ .featureArrow {
149
+ flex-shrink: 0;
150
+ color: var(--shade-5);
151
+ transition: transform 0.2s;
152
+
153
+ .feature:hover & {
154
+ transform: translateX(toRem(4));
155
+ }
156
+ }
157
+
158
+ .footer {
159
+ padding-top: toRem(32);
160
+ border-top: 1px solid var(--shade-2);
161
+ color: var(--shade-6);
162
+ font-size: toRem(14);
163
+
164
+ p {
165
+ margin: toRem(8) 0;
166
+ }
167
+
168
+ a {
169
+ color: var(--accent-6);
170
+ text-decoration: none;
171
+ font-weight: 500;
172
+
173
+ &:hover {
174
+ text-decoration: underline;
175
+ }
176
+ }
177
+ }
178
+
179
+ .install {
180
+ code {
181
+ padding: toRem(8) toRem(16);
182
+ background: var(--shade-1);
183
+ border: 1px solid var(--shade-2);
184
+ border-radius: toRem(6);
185
+ font-family: "Monaco", "Courier New", monospace;
186
+ font-size: toRem(14);
187
+ color: var(--accent-7);
188
+ }
189
+ }
@@ -0,0 +1,15 @@
1
+ @use "./toRem.scss";
2
+
3
+ .star {
4
+ display: inline-flex;
5
+ &.active {
6
+ display: inline-flex !important;
7
+ }
8
+ font-size: toRem.toRem(12);
9
+ & {
10
+ color: var(--shade-6);
11
+ }
12
+ &:hover {
13
+ color: var(--accent-1);
14
+ }
15
+ }
@@ -0,0 +1,240 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+ @use "./utils.scss";
4
+
5
+ .lifeOS {
6
+ max-width: breakpoints.$breakpoint-mobile;
7
+ margin: 0 auto;
8
+ display: flex;
9
+ flex-direction: column;
10
+ margin-top: toRem.toRem(10);
11
+ margin-bottom: toRem.toRem(30);
12
+ padding: toRem.toRem(5);
13
+ .header {
14
+ display: flex;
15
+ flex-direction: column;
16
+ gap: toRem.toRem(5);
17
+ margin-bottom: toRem.toRem(20);
18
+
19
+ .title {
20
+ display: flex;
21
+ font-size: toRem.toRem(20);
22
+ align-items: center;
23
+ gap: toRem.toRem(10);
24
+ margin: 0;
25
+ margin-bottom: toRem.toRem(5);
26
+ > span {
27
+ flex: 1;
28
+ text-align: center;
29
+ }
30
+
31
+ @media (min-width: breakpoints.$breakpoint-mobile) {
32
+ font-size: toRem.toRem(24);
33
+ }
34
+ }
35
+
36
+ .intro {
37
+ text-align: center;
38
+
39
+ font-size: toRem.toRem(14);
40
+
41
+ @media (min-width: breakpoints.$breakpoint-mobile) {
42
+ font-size: toRem.toRem(15);
43
+ }
44
+ }
45
+ }
46
+ }
47
+
48
+ .content {
49
+ display: flex;
50
+ flex-direction: column;
51
+ gap: toRem.toRem(15);
52
+ }
53
+
54
+ .createAgent {
55
+ display: flex;
56
+ justify-content: center;
57
+ position: relative;
58
+ bottom: toRem.toRem(10);
59
+ }
60
+
61
+ .apps {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: toRem.toRem(15);
65
+ justify-content: center;
66
+ margin-top: toRem.toRem(10);
67
+ flex-wrap: wrap;
68
+ }
69
+
70
+ .titleText {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: toRem.toRem(5);
74
+ text-align: center;
75
+ flex: 1;
76
+ align-self: center;
77
+ align-items: center;
78
+ justify-content: center;
79
+ font-weight: 600;
80
+ }
81
+
82
+ .headerIcons {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: toRem.toRem(7.5);
86
+ margin-bottom: toRem.toRem(10);
87
+ }
88
+
89
+ .app {
90
+ position: relative;
91
+ display: flex;
92
+ align-items: center;
93
+ flex-direction: column;
94
+ gap: toRem.toRem(10);
95
+ outline: 1px dashed var(--shade-2);
96
+ padding: toRem.toRem(10);
97
+ padding-top: toRem.toRem(12.5);
98
+ border-radius: toRem.toRem(20);
99
+ cursor: pointer;
100
+ transition: all 0.2s ease-in-out;
101
+ min-width: initial;
102
+ flex: 1;
103
+
104
+ min-width: toRem.toRem(130);
105
+
106
+ // @media (min-width: toRem.toRem(420)) {
107
+ // min-width: toRem.toRem(160);
108
+ // }
109
+
110
+ // @media (min-width: toRem.toRem(440)) {
111
+ // min-width: toRem.toRem(200);
112
+ // }
113
+
114
+ @media (min-width: breakpoints.$breakpoint-mobile) {
115
+ flex: inherit;
116
+ }
117
+
118
+ &:last-child {
119
+ // flex: 1;
120
+ align-self: flex-start;
121
+ flex: 1;
122
+ }
123
+
124
+ &:hover {
125
+ outline: 2px solid var(--accent-1);
126
+ }
127
+
128
+ &.selected {
129
+ outline: 3px solid var(--accent-5);
130
+ background-color: var(--shade-1);
131
+ }
132
+
133
+ .appInfo {
134
+ display: flex;
135
+ flex-direction: column;
136
+ gap: toRem.toRem(2);
137
+
138
+ .appName {
139
+ font-size: toRem.toRem(16);
140
+ font-weight: 600;
141
+ text-align: center;
142
+ }
143
+
144
+ .appSubtitle {
145
+ font-size: toRem.toRem(12);
146
+ color: var(--shade-5);
147
+ text-align: center;
148
+ font-weight: 400;
149
+ max-width: toRem.toRem(115);
150
+ overflow: hidden;
151
+ text-overflow: ellipsis;
152
+ white-space: nowrap;
153
+ }
154
+ }
155
+
156
+ .badge {
157
+ bottom: 1px;
158
+ right: 1px;
159
+ background-color: var(--accent-1);
160
+ color: var(--shade-8);
161
+ padding: toRem.toRem(3) toRem.toRem(10);
162
+ border-radius: toRem.toRem(20);
163
+ font-size: toRem.toRem(12);
164
+ margin-bottom: toRem.toRem(10);
165
+
166
+ &.inProgress {
167
+ background-color: var(--accent-5);
168
+ }
169
+ &.planned {
170
+ background-color: var(--shade-3);
171
+ }
172
+ }
173
+ }
174
+
175
+ .footer {
176
+ padding: toRem.toRem(15);
177
+ background: var(--shade-1);
178
+ border-radius: toRem.toRem(20);
179
+ border: 1px dashed var(--shade-2);
180
+ animation: slideUp 0.4s ease forwards;
181
+
182
+ .appDetails {
183
+ h3 {
184
+ margin: 0 0 toRem.toRem(10) 0;
185
+ font-size: toRem.toRem(24);
186
+ font-weight: 600;
187
+ }
188
+
189
+ .subtitle {
190
+ margin: 0 0 toRem.toRem(5) 0;
191
+ color: var(--accent-1);
192
+ font-weight: 500;
193
+ font-size: toRem.toRem(16);
194
+ }
195
+
196
+ .description {
197
+ margin: 0 0 toRem.toRem(20) 0;
198
+ line-height: 1.6;
199
+ color: var(--shade-7);
200
+ font-size: toRem.toRem(15);
201
+ }
202
+
203
+ .features {
204
+ h4 {
205
+ margin: 0 0 toRem.toRem(10) 0;
206
+ font-size: toRem.toRem(16);
207
+ font-weight: 600;
208
+ }
209
+
210
+ .feature {
211
+ display: flex;
212
+ align-items: center;
213
+ gap: toRem.toRem(5);
214
+ }
215
+
216
+ ul {
217
+ margin: 0;
218
+ padding: 0;
219
+ list-style: none;
220
+
221
+ li {
222
+ margin-bottom: toRem.toRem(6);
223
+ color: var(--shade-6);
224
+ }
225
+ }
226
+ }
227
+ }
228
+
229
+ @include utils.respect-reduced-motion;
230
+ }
231
+
232
+ .tetris {
233
+ display: flex;
234
+ justify-content: center;
235
+ align-items: center;
236
+ margin-top: toRem.toRem(20);
237
+ gap: toRem.toRem(10);
238
+ flex-direction: column;
239
+ font-size: toRem.toRem(12);
240
+ }
@@ -0,0 +1,219 @@
1
+ @use "./toRem.scss";
2
+ @use "./utils.scss";
3
+
4
+ .subscribeButton {
5
+ &.isDrawerOpen {
6
+ position: relative;
7
+ left: toRem.toRem(125);
8
+ }
9
+ }
10
+
11
+ .checkout {
12
+ display: inline-flex;
13
+ }
14
+
15
+ .subscribeButton,
16
+ .plusButton {
17
+ display: flex;
18
+ align-items: center;
19
+ gap: toRem.toRem(5);
20
+ background-color: var(--background);
21
+ border: toRem.toRem(1) solid var(--accent-1) !important;
22
+ box-shadow: none;
23
+ padding: toRem.toRem(5) toRem.toRem(10);
24
+ color: var(--foreground);
25
+
26
+ &:hover,
27
+ &:disabled {
28
+ background-color: var(--background);
29
+
30
+ .svg {
31
+ stroke: var(--accent-5);
32
+ }
33
+
34
+ color: var(--shade-6);
35
+ }
36
+ }
37
+
38
+ .button {
39
+ display: flex;
40
+
41
+ width: 100%;
42
+ align-items: center;
43
+ justify-content: center;
44
+ padding: toRem.toRem(10) !important;
45
+ font-size: toRem.toRem(16) !important;
46
+ }
47
+
48
+ .plans {
49
+ margin-bottom: toRem.toRem(7.5);
50
+ display: flex;
51
+ align-items: center;
52
+ gap: toRem.toRem(5);
53
+ align-items: center;
54
+ justify-content: center;
55
+ flex-wrap: wrap;
56
+ }
57
+
58
+ .modal {
59
+ height: 100vh;
60
+ width: 100vw;
61
+ display: flex;
62
+ top: 0;
63
+ left: 0;
64
+ flex-direction: column;
65
+ justify-content: center;
66
+ align-items: center;
67
+ z-index: 10;
68
+ position: fixed;
69
+ background: var(--overlay);
70
+ }
71
+
72
+ .main {
73
+ margin: 0 auto;
74
+ width: auto;
75
+ padding: 0 toRem.toRem(10);
76
+ z-index: 3;
77
+ position: relative;
78
+ flex: 1;
79
+ flex-direction: column;
80
+ display: flex;
81
+ justify-content: center;
82
+ width: auto;
83
+
84
+ .inner {
85
+ animation: slideUp 0.4s ease forwards;
86
+ background-color: var(--background);
87
+ padding: toRem.toRem(20);
88
+ padding-top: toRem.toRem(10);
89
+ border-radius: var(--radius);
90
+ border: toRem.toRem(1) solid var(--shade-2);
91
+ position: relative;
92
+ min-width: 100%;
93
+ display: flex;
94
+ flex-direction: column;
95
+ box-shadow: var(--shadow);
96
+ gap: toRem.toRem(5);
97
+ justify-content: flex-start;
98
+
99
+ .title {
100
+ margin: 0;
101
+ margin-bottom: toRem.toRem(5);
102
+ border-bottom: toRem.toRem(1) solid var(--shade-2);
103
+ padding: 0;
104
+ padding-bottom: toRem.toRem(5);
105
+ display: flex;
106
+ align-items: center;
107
+ gap: toRem.toRem(5);
108
+ }
109
+ }
110
+
111
+ .close {
112
+ margin-left: auto;
113
+ }
114
+ }
115
+
116
+ @keyframes slideUp {
117
+ from {
118
+ opacity: 0;
119
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
120
+ }
121
+ to {
122
+ opacity: 1;
123
+ transform: translateY(0); /* End at original position */
124
+ }
125
+ }
126
+
127
+ .features {
128
+ display: flex;
129
+ flex-direction: column;
130
+ gap: toRem.toRem(5);
131
+ list-style-type: none;
132
+ margin: 0;
133
+ font-size: toRem.toRem(15);
134
+ padding: 0;
135
+ opacity: 0;
136
+
137
+ .feature {
138
+ margin: 0;
139
+ display: flex;
140
+
141
+ gap: toRem.toRem(1);
142
+ align-items: center;
143
+ padding: 0;
144
+ opacity: 0;
145
+ }
146
+ }
147
+
148
+ .checkoutButton {
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ gap: toRem.toRem(5);
153
+ font-size: toRem.toRem(16);
154
+ background-color: var(--accent-4);
155
+ }
156
+
157
+ .userToGift {
158
+ display: flex;
159
+ align-items: center;
160
+ gap: toRem.toRem(10);
161
+ margin-bottom: toRem.toRem(10);
162
+ }
163
+
164
+ .gift {
165
+ margin-top: toRem.toRem(10);
166
+ }
167
+
168
+ .invite {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: toRem.toRem(5);
172
+ }
173
+
174
+ .userToGiftName {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: toRem.toRem(5);
178
+
179
+ .backButton {
180
+ margin-left: auto;
181
+ }
182
+ }
183
+
184
+ .inviteInput {
185
+ flex: 1;
186
+ }
187
+
188
+ .subscribeAsGuest {
189
+ font-size: toRem.toRem(14);
190
+ text-align: center;
191
+ margin-top: toRem.toRem(15);
192
+ margin-bottom: toRem.toRem(3);
193
+ color: var(--shade-7);
194
+
195
+ p {
196
+ font-size: toRem.toRem(12);
197
+ }
198
+ }
199
+
200
+ .giftButton,
201
+ .currentPlanButton,
202
+ .cancelSubscriptionButton {
203
+ display: flex;
204
+ align-items: center;
205
+ gap: toRem.toRem(5);
206
+ flex: 1;
207
+ justify-content: center;
208
+ align-items: center;
209
+ font-size: toRem.toRem(16);
210
+ width: 100%;
211
+ padding: toRem.toRem(10);
212
+ }
213
+
214
+ .checkoutButtonContainer {
215
+ display: flex;
216
+ gap: toRem.toRem(8.5);
217
+ flex-direction: column;
218
+ margin-top: toRem.toRem(8.5);
219
+ }
@@ -0,0 +1,33 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .testimonials {
5
+ margin-top: toRem.toRem(15);
6
+
7
+ ul {
8
+ list-style: none;
9
+ padding: 0;
10
+ margin: 0;
11
+ font-size: toRem.toRem(13);
12
+
13
+ li:last-child {
14
+ display: none;
15
+ }
16
+
17
+ @media (min-height: toRem.toRem(740)) {
18
+ li:last-child {
19
+ display: block;
20
+ }
21
+ }
22
+ }
23
+ }
24
+
25
+ .testimonial {
26
+ margin-bottom: toRem.toRem(10);
27
+ position: relative;
28
+
29
+ .author {
30
+ color: var(--shade-5);
31
+ font-size: toRem.toRem(12);
32
+ }
33
+ }