mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* update contracts * add version selector * show banner on all pages * show banner on all pages * Announcement/warning messages cleanup * new main announcement message * contextual compute-to-data warnings in publish form & asset action * copy update * change hardcoded URLs * change localStorage key * to prevent user preferences clashes when switching between v3 & v4 * footer stats note changes * move copy into content file * mention external markets * footer stats note copy changes * modified pool widget footer * take out pool reserve display * style & spacing updates for fees Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
36 lines
567 B
CSS
36 lines
567 B
CSS
.dataToken {
|
|
font-size: var(--font-size-large);
|
|
text-align: center;
|
|
}
|
|
|
|
.dataToken > div {
|
|
display: block;
|
|
}
|
|
|
|
.dataTokenLinks {
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: var(--font-size-small);
|
|
margin-top: calc(var(--spacer) / 4);
|
|
}
|
|
|
|
.dataTokenLinks a {
|
|
margin-left: calc(var(--spacer) / 3);
|
|
margin-right: calc(var(--spacer) / 3);
|
|
}
|
|
|
|
.fees {
|
|
border-top: none;
|
|
padding-top: 0;
|
|
margin-top: -0.5rem;
|
|
}
|
|
|
|
.fees > div {
|
|
grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
|
|
text-align: center;
|
|
}
|
|
|
|
.fees figure {
|
|
display: none;
|
|
}
|