Skip to content

Commit a1fe3a0

Browse files
Update text formatting in Legacy Lab promo
Update text formatting in the Legacy Lab promotion on the sign in/sign up screen. This includes reducing font sizes and converting them to `rem` units, adjusting margins, using standard bullet points, and color adjustments. Co-authored-by: Han Pham <han@permanent.org>
1 parent fd49d8c commit a1fe3a0

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

src/app/auth/components/auth/auth.component.scss

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -138,65 +138,45 @@
138138
}
139139

140140
.legacy-lab-text {
141-
.header,
142-
p,
143-
a {
144-
color: white;
145-
}
141+
color: white;
146142

147143
.start-date,
148-
li {
144+
a {
149145
color: #ff9933;
150146
}
151147

152148
.header {
153-
font-size: 100px;
149+
font-size: 2.5rem;
154150
font-weight: bold;
155151
font-family: 'UsualBold', sans-serif;
156152
}
157153

158154
.start-date {
159155
font-weight: bold;
160-
margin-bottom: 30px;
161-
font-size: 60px;
156+
margin-bottom: 2rem;
157+
font-size: 1.5rem;
162158
font-family: 'UsualBold', sans-serif;
163159
}
164160

165161
p {
166-
font-size: 40px;
167-
width: 750px;
162+
font-size: 1rem;
163+
width: 60%;
168164
font-family: 'UsualRegular', sans-serif;
169-
margin-bottom: 40px;
170-
@media screen and (max-width: 1200px) {
171-
font-size: 30px;
172-
width: 500px;
173-
}
174165
}
175166

176167
a {
177-
font-size: 40px;
168+
font-size: 1rem;
178169
font-style: italic;
179170
font-weight: bold;
180171
font-family: 'UsualBold', sans-serif;
181172
}
182173

183174
ul {
184-
margin-left: 50px;
185-
list-style: none;
186-
margin-bottom: 40px;
175+
margin-bottom: 2rem;
187176

188177
& > li {
189-
font-size: 40px;
190178
font-family: 'UsualRegular', sans-serif;
191179
position: relative;
192-
margin-bottom: 20px;
193-
194-
&::before {
195-
content: '-';
196-
position: absolute;
197-
left: -15px;
198-
color: #fff;
199-
}
200180
}
201181
}
202182
}

0 commit comments

Comments
 (0)