1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

start/order button tweaks

This commit is contained in:
Bogdan Fazakas 2022-05-16 17:58:12 +03:00
parent c1648cb7e6
commit 4631ae9af7
2 changed files with 6 additions and 0 deletions

View File

@ -161,6 +161,7 @@ export default function ButtonBuy({
type={type}
onClick={onClick}
disabled={disabled}
className="center"
>
{buttonText}
</Button>

View File

@ -82,6 +82,11 @@
min-width: auto;
}
.center {
margin: auto !important;
display: block;
}
/* Size Modifiers */
.small {
font-size: var(--font-size-small);