mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
16 lines
331 B
SCSS
16 lines
331 B
SCSS
.notice {
|
|
padding: 10px 20px;
|
|
border: 1px solid $lbry-black;
|
|
text-shadow: 0 1px 0 rgba($lbry-white, 0.5);
|
|
border-radius: 5px;
|
|
|
|
color: $lbry-green-3;
|
|
background-color: $lbry-green-1;
|
|
border-color: $lbry-green-2;
|
|
}
|
|
|
|
.notice--error {
|
|
color: $lbry-red-3;
|
|
background-color: $lbry-red-1;
|
|
border-color: $lbry-red-2;
|
|
}
|