Mailspring/app/static/components/unsafe.less

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;
}
}