1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/ascribe_textarea.scss
diminator fba30a565b coa renders per page
verify
2015-06-25 14:39:39 +02:00

25 lines
463 B
SCSS

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