Mailspring/app/static/components/code-snippet.less

19 lines
266 B
Plaintext
Raw Normal View History

.error-details {
2017-08-29 11:11:56 +08:00
margin: 25px;
display: flex;
2017-08-29 11:11:56 +08:00
position: absolute;
flex-direction: column;
2017-08-29 11:11:56 +08:00
bottom: 0;
top: 0;
left: 0;
right: 0;
textarea {
resize: none;
2017-08-29 11:11:56 +08:00
border: 0;
background: rgba(0, 0, 0, 0.05);
2017-08-29 11:11:56 +08:00
padding: 10px;
flex: 1;
}
}