mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
11 lines
294 B
Text
11 lines
294 B
Text
.phishingIndicator {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
-webkit-print-color-adjust: exact;
|
|
padding: 8px 12px;
|
|
margin-bottom: 5px;
|
|
border: 1px solid rgb(235, 204, 209);
|
|
border-radius: 4px;
|
|
color: rgb(169, 68, 66);
|
|
background-color: rgb(242, 222, 222);
|
|
}
|