Skip to content

Commit b828cf5

Browse files
committed
fix: Privacy Policy Modal UI
1 parent e76a5b7 commit b828cf5

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

src/components/Footer.vue

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -140,32 +140,32 @@ const showPrivacyModal = ref<boolean>(false)
140140
}
141141
142142
.privacy-policy-modal {
143-
:deep() {
144-
h3 {
145-
font-size: 1.125rem;
146-
color: var(--butter-dark);
147-
margin-top: 1.5rem;
148-
margin-bottom: 0.5rem;
149-
font-weight: 600;
143+
font-size: 14px;
150144
151-
&:first-child {
152-
margin-top: 0;
153-
}
154-
}
145+
h3 {
146+
font-size: 1.125rem;
147+
color: var(--butter-dark);
148+
margin-top: 0.75rem;
149+
margin-bottom: 0.25rem;
150+
font-weight: 600;
155151
156-
p {
157-
color: var(--text-secondary);
158-
margin-bottom: 1rem;
152+
&:first-child {
153+
margin-top: 0;
159154
}
155+
}
156+
157+
p {
158+
color: var(--text-secondary);
159+
margin: 0;
160+
}
160161
161-
ul {
162-
margin-left: 1.5rem;
163-
margin-bottom: 1rem;
164-
color: var(--text-secondary);
162+
ul {
163+
padding-left: 1.5rem;
164+
margin-bottom: 0.5rem;
165+
color: var(--text-secondary);
165166
166-
li {
167-
margin-bottom: 0.5rem;
168-
}
167+
li {
168+
margin-bottom: 0.5rem;
169169
}
170170
}
171171
}

0 commit comments

Comments
 (0)