mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* add most viewed * Update src/components/Home/index.tsx Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com> * add views in teasers * typo * add test * switch to axios * test tweaks * fix * add 30 days label Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com> Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
26 lines
489 B
CSS
26 lines
489 B
CSS
.searchWrap {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: calc(var(--spacer) * var(--line-height));
|
|
}
|
|
|
|
.section {
|
|
margin-top: calc(var(--spacer) * 2);
|
|
}
|
|
|
|
.section h3 {
|
|
font-size: var(--font-size-large);
|
|
color: var(--color-secondary);
|
|
}
|
|
|
|
.section h3 span {
|
|
font-size: var(--font-size-small);
|
|
color: var(--color-secondary);
|
|
font-family: var(--font-family-base);
|
|
font-weight: var(--font-weight-base);
|
|
}
|
|
|
|
.section [class*='button'] {
|
|
margin-top: var(--spacer);
|
|
}
|