aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Swage/swage.css2
-rw-r--r--p/themes/Swage/swage.rtl.css2
-rw-r--r--p/themes/Swage/swage.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index d824201c0..993b610db 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -1160,5 +1160,5 @@ button.as-link {
min-height: initial;
}
#slider .form-group:hover {
- background: inital;
+ background: initial;
} \ No newline at end of file
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index faf51cd68..ed1e1b018 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -1160,5 +1160,5 @@ button.as-link {
min-height: initial;
}
#slider .form-group:hover {
- background: inital;
+ background: initial;
} \ No newline at end of file
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index d7338e66a..82f88b718 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -1423,7 +1423,7 @@ button.as-link {
.form-group {
&:hover {
- background: inital;
+ background: initial;
}
}