design review for error messages

This commit is contained in:
Janne Koivistoinen 2017-06-26 14:21:00 +03:00
parent 32a960300b
commit 0266f2af70

View file

@ -1,5 +1,8 @@
@import '../../marketplace.css';
.root {
margin-top: 10px;
color: red;
@apply --marketplaceH4FontStyles;
margin-top: 6px;
color: var(--failColor);
overflow: hidden;
}