lbry-desktop/ui/scss/component/_notice.scss
Alex Liebowitz 3749e0393a Reward: add error handling
Also adds Notice component
2017-04-17 09:46:51 -04:00

14 lines
259 B
SCSS

@import "../global";
.notice {
padding: 10px 20px;
border: 1px solid #000;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 5px;
}
.notice--error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}