1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/src/components/Home/index.module.css
mihaisc c302122795
Add most viewed (#1754)
* 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>
2022-11-08 17:17:22 +00:00

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);
}