onion/sass/ascribe_textarea.scss

24 lines
422 B
SCSS
Raw Normal View History

2015-06-09 13:29:22 +02:00
.ascribe-textarea {
2015-08-31 19:04:44 +02:00
border: 0;
2015-06-09 13:29:22 +02:00
box-shadow: none;
margin-bottom: 1em;
}
.ascribe-textarea-editable:hover {
2015-08-31 19:04:44 +02:00
border: 0;
2015-06-09 13:29:22 +02:00
}
2015-08-31 19:04:44 +02:00
.ascribe-pre {
2015-06-09 13:29:22 +02:00
background-color: white;
2015-08-31 19:04:44 +02:00
border: 0;
font-family: inherit;
margin: 0;
2015-06-22 18:02:04 +02:00
padding: 0;
2016-01-07 18:30:27 +01:00
text-align: left;
2015-08-31 19:04:44 +02:00
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
white-space: -pre-wrap;
white-space: pre-wrap;
word-break: break-word;
2015-06-09 13:29:22 +02:00
}