Skip to content

Commit 36966e2

Browse files
committed
Deduplicate link-to-button, link-box, social-media-links in custom.css
1 parent 432e9da commit 36966e2

1 file changed

Lines changed: 0 additions & 51 deletions

File tree

src/css/custom.css

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -264,31 +264,9 @@ ul {
264264
}
265265

266266
.link-to-button {
267-
width: 258px;
268-
height: 56px;
269-
font-family: var(--ifm-font-family-roboto);
270-
border-radius: 35px;
271-
background: var(--ifm-color-secondary-s2);
272-
color: white;
273-
font-size: 16px;
274-
font-style: normal;
275-
font-weight: 600;
276-
line-height: 150%;
277-
letter-spacing: -0.176px;
278-
padding: 16px 36px;
279-
border: none;
280-
text-align: center;
281267
margin-top: var(--ifm-spacing-lg);
282268
margin-bottom: var(--ifm-spacing-lg);
283269
}
284-
285-
.link-box {
286-
height: 59px;
287-
width: auto;
288-
display: flex;
289-
align-items: center;
290-
justify-content: center;
291-
}
292270
}
293271

294272
/****** Class that are specific to larger screens*/
@@ -371,31 +349,9 @@ ul {
371349
}
372350

373351
.link-to-button {
374-
width: 258px;
375-
height: 56px;
376-
font-family: var(--ifm-font-family-roboto);
377-
border-radius: 35px;
378-
background: var(--ifm-color-secondary-s2);
379-
color: white;
380-
font-size: 16px;
381-
font-style: normal;
382-
font-weight: 600;
383-
line-height: 150%;
384-
letter-spacing: -0.176px;
385-
padding: 16px 36px;
386-
border: none;
387-
text-align: center;
388352
margin-top: var(--ifm-spacing-2xl);
389353
margin-bottom: var(--ifm-spacing-2xl);
390354
}
391-
392-
.link-box {
393-
height: 59px;
394-
width: auto;
395-
display: flex;
396-
align-items: center;
397-
justify-content: center;
398-
}
399355
}
400356

401357
/***********************************************************/
@@ -476,8 +432,6 @@ ul {
476432
padding: 16px 36px;
477433
border: none;
478434
text-align: center;
479-
margin-top: var(--ifm-spacing-2xl);
480-
margin-bottom: var(--ifm-spacing-2xl);
481435
}
482436

483437
.link-box {
@@ -488,11 +442,6 @@ ul {
488442
justify-content: center;
489443
}
490444

491-
.social-media-links {
492-
margin-left: var(--ifm-spacing-3xl);
493-
text-align: start;
494-
}
495-
496445
/*
497446
Hyperlink states are crucial for accessibility.
498447
Please double check before changing the rules below.

0 commit comments

Comments
 (0)