mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
20 lines
313 B
CSS
20 lines
313 B
CSS
.actions {
|
|
width: 100%;
|
|
margin-top: calc(var(--spacer) / 2);
|
|
}
|
|
|
|
.actionsCenter {
|
|
margin: auto !important;
|
|
display: block;
|
|
}
|
|
|
|
.help {
|
|
font-size: var(--font-size-mini);
|
|
color: var(--color-secondary);
|
|
margin-top: calc(var(--spacer) / 3);
|
|
}
|
|
|
|
.help:not(:empty) {
|
|
margin-top: calc(var(--spacer) / 2);
|
|
}
|