mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
21 lines
429 B
Text
21 lines
429 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;
|
|
user-select: text;
|
|
}
|
|
.trace {
|
|
font-size: 0.9em;
|
|
white-space: pre;
|
|
max-height: 100px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
user-select: text;
|
|
}
|
|
}
|