Mailspring/app/static/components/code-snippet.less
2017-10-14 17:36:44 -07:00

19 lines
266 B
Plaintext

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