From 83110b1c49a4c9a6851d93703161d9892b6411d2 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 27 Nov 2021 12:23:52 +0100 Subject: typo fix (#3998) --- p/themes/Swage/swage.css | 2 +- p/themes/Swage/swage.rtl.css | 2 +- p/themes/Swage/swage.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'p') 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; } } -- cgit v1.2.3