mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
fba30a565b
verify
25 lines
463 B
SCSS
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;
|
|
}
|