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:
parent
c1648cb7e6
commit
4631ae9af7
@ -161,6 +161,7 @@ export default function ButtonBuy({
|
||||
type={type}
|
||||
onClick={onClick}
|
||||
disabled={disabled}
|
||||
className="center"
|
||||
>
|
||||
{buttonText}
|
||||
</Button>
|
||||
|
@ -82,6 +82,11 @@
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin: auto !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Size Modifiers */
|
||||
.small {
|
||||
font-size: var(--font-size-small);
|
||||
|
Loading…
x
Reference in New Issue
Block a user