1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-26 03:06:28 +02:00
onion/sass/ascribe_textarea.scss
2015-08-31 19:04:47 +02:00

24 lines
425 B
SCSS

.ascribe-textarea {
border: 0;
box-shadow: none;
margin-bottom: 1em;
}
.ascribe-textarea-editable:hover {
border: 0;
}
.ascribe-pre {
background-color: white;
border: 0;
font-family: inherit;
margin: 0;
padding: 0;
text-align: justify;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
white-space: -pre-wrap;
white-space: pre-wrap;
word-break: break-word;
}