mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
21 lines
437 B
Text
21 lines
437 B
Text
@import "ui-variables";
|
|
|
|
.unsafe-component-exception {
|
|
padding: @padding-base-vertical @padding-base-horizontal;
|
|
|
|
background-color: rgba(255, 0, 0, 0.1);
|
|
color: rgba(160,50,50, 1);
|
|
|
|
.message {
|
|
font-weight: @font-weight-semi-bold;
|
|
-webkit-user-select:text;
|
|
}
|
|
.trace {
|
|
font-size:0.9em;
|
|
white-space:pre;
|
|
max-height:100px;
|
|
overflow:hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-user-select:text;
|
|
}
|
|
}
|