decentraland-ui
Version:
Decentraland's UI components and styles
21 lines (17 loc) • 341 B
CSS
.ui.message {
font-style: normal;
font-weight: normal;
font-family: var(--font-family);
border: none;
box-shadow: none ;
border-radius: 6px;
}
.ui.message.error {
background-color: rgba(254, 230, 230);
}
.ui.error.message > .content > .header {
color: #ff0000;
}
.ui.message > .content > p {
color: #16141a;
}