mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix remove screen styles
This commit is contained in:
parent
5b3002fd82
commit
22cb980207
@ -1,5 +1,5 @@
|
||||
.removeInput {
|
||||
composes: addInput from './Add/FormAdd.module.css';
|
||||
composes: addInput from './Add/index.module.css';
|
||||
padding-left: calc(var(--spacer) * 2);
|
||||
padding-right: calc(var(--spacer) * 2);
|
||||
}
|
||||
@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
.output {
|
||||
composes: output from './Add/FormAdd.module.css';
|
||||
composes: output from './Add/index.module.css';
|
||||
}
|
||||
|
||||
.output [class*='token'] {
|
||||
|
Loading…
Reference in New Issue
Block a user