ipfs/src/components/Add.module.css

16 lines
259 B
CSS
Raw Normal View History

2019-10-18 11:32:36 +02:00
@import '../styles/_variables.css';
2019-10-16 17:02:04 +02:00
.add {
max-width: 40rem;
width: 100%;
2019-10-16 17:26:46 +02:00
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
2019-10-16 17:02:04 +02:00
}
2019-10-18 11:32:36 +02:00
.error {
font-size: var(--font-size-small);
color: var(--red);
margin-top: var(--spacer);
}