1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
EnzoVezzaro a986ecc3fc
fix alignment based button on action type (#1491)
* fix alignment based on action type

* moving to CSS modules
2022-06-14 13:21:56 +01:00

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