mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
8 lines
172 B
CSS
8 lines
172 B
CSS
.form {
|
|
composes: box from '../../atoms/Box.module.css';
|
|
margin-bottom: var(--spacer);
|
|
border-top: none;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|