Spaces:
Runtime error
Runtime error
File size: 380 Bytes
f474d6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
.rtl,
textarea {
font-family: Vazir !important;
text-align: right;
direction: rtl !important;
}
.rtl-box {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
}
.ltr {
text-align: left;
direction: ltr !important;
}
span.result-text {
padding: 3px 3px;
line-height: 32px;
}
span.generated-text {
background-color: rgb(118 200 147 / 13%);
} |