Spaces:
Runtime error
Runtime error
Commit
·
3f8ac0a
1
Parent(s):
f2a9dd6
Update assets/rtl.css
Browse files- assets/rtl.css +6 -6
assets/rtl.css
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
.
|
2 |
textarea {
|
3 |
-
font-family:
|
4 |
-
text-align:
|
5 |
-
direction:
|
6 |
}
|
7 |
-
.
|
8 |
border-bottom: 1px solid #ddd;
|
9 |
padding-bottom: 20px;
|
10 |
}
|
11 |
-
.
|
12 |
text-align: left;
|
13 |
direction: ltr !important;
|
14 |
}
|
|
|
1 |
+
.ltr,
|
2 |
textarea {
|
3 |
+
font-family: Roboto !important;
|
4 |
+
text-align: left;
|
5 |
+
direction: ltr !important;
|
6 |
}
|
7 |
+
.ltr-box {
|
8 |
border-bottom: 1px solid #ddd;
|
9 |
padding-bottom: 20px;
|
10 |
}
|
11 |
+
.rtl {
|
12 |
text-align: left;
|
13 |
direction: ltr !important;
|
14 |
}
|