mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-14 19:56:32 +00:00
20 lines
357 B
CSS
20 lines
357 B
CSS
|
.messages.error.install {
|
||
|
border: 1px solid #c42608;
|
||
|
color: #c00 !important;
|
||
|
background: #fff0ef;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.messages.notice.install {
|
||
|
border: 1px solid #ebcd41;
|
||
|
color: #000;
|
||
|
background: #fffcd3;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.messages.success.install {
|
||
|
border: 1px solid #6dc70c;
|
||
|
background: #e0fbcc !important;
|
||
|
text-align: left;
|
||
|
}
|