1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00
onion/sass/ascribe_textarea.scss

25 lines
463 B
SCSS
Raw Normal View History

2015-06-09 13:29:22 +02:00
.ascribe-textarea {
border: none;
box-shadow: none;
margin-bottom: 1em;
}
.ascribe-textarea-editable:hover {
2015-06-25 14:39:39 +02:00
//border: 1px solid #AAA;;
border: none;
2015-06-09 13:29:22 +02:00
}
.ascribe-pre{
word-break: break-word;
2015-06-22 23:32:41 +02:00
white-space: pre-wrap;
2015-06-09 13:29:22 +02:00
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
font-family: inherit;
text-align: justify;
background-color: white;
2015-06-22 18:02:04 +02:00
border: none;
padding: 0;
margin:0;
2015-06-09 13:29:22 +02:00
}