Mailspring/static/components/unsafe.less
2015-04-30 18:27:39 -07:00

22 lines
437 B
Plaintext

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