We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7103d2c commit 9ed38bfCopy full SHA for 9ed38bf
2 files changed
src/features/onboarding/ui/policy-modal/policy-modal.css.ts
@@ -31,9 +31,9 @@ export const modalContent = style({
31
flexDirection: "column",
32
gap: "2.4rem",
33
textAlign: "left",
34
+ width: "40rem",
35
height: "28rem",
36
padding: "2rem 3rem",
- marginBottom: "2rem",
37
overflowY: "auto",
38
39
selectors: {
src/pages/onboarding/onboarding-page.css.ts
@@ -110,12 +110,12 @@ export const sectionGroup = style({
110
export const agreeGroup = style({
111
display: "flex",
112
alignItems: "center",
113
- gap: "1.6rem",
114
});
115
116
export const agreeContent = style({
117
118
+ marginLeft: "1.6rem",
119
color: themeVars.color.gray800,
120
...themeVars.fontStyles.body_m_16,
121
fontWeight: 500,
0 commit comments