Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2020-10-07 10:44:43 +0300
committerGitHub <noreply@github.com>2020-10-07 10:44:43 +0300
commitfde73decc92d85e2e809658cd10ced0df9e2d84b (patch)
tree22cbdabc497a1706cf3e9170197e77019d087fbd
parentb0b5dd2ceb6c6e24502596fb790926ce26ef6c28 (diff)
parent95436ae5f3497f5c040de718be8034cd3cf98887 (diff)
Merge pull request #598 from MaxFork/master0.5.10
Solve two bug in the RTL direction...
-rw-r--r--docs/dist/spectre-rtl.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/spectre-rtl.css b/docs/dist/spectre-rtl.css
index b377de8..6225152 100644
--- a/docs/dist/spectre-rtl.css
+++ b/docs/dist/spectre-rtl.css
@@ -1085,7 +1085,7 @@ textarea.form-input.input-sm {
.form-radio .form-icon {
background: #fff;
height: .8rem;
- left: 0;
+ right: 0;
top: .3rem;
width: .8rem;
}
@@ -4792,7 +4792,7 @@ a.text-error:visited {
background: #dadee4;
content: "";
height: 100%;
- left: 11px;
+ right: 11px;
position: absolute;
top: 1.2rem;
width: 2px;
@@ -5012,4 +5012,4 @@ a.text-error:visited {
-ms-flex-order: 1;
max-width: 100%;
order: 1;
-} \ No newline at end of file
+}