diff options
| author | 2021-11-27 12:23:52 +0100 | |
|---|---|---|
| committer | 2021-11-27 12:23:52 +0100 | |
| commit | 83110b1c49a4c9a6851d93703161d9892b6411d2 (patch) | |
| tree | 20047f4e4581fe998ba6d6c3f58de1b3ca2ca73a | |
| parent | 392861b7c3f9c6ff4588ad755a62514c6951e86a (diff) | |
typo fix (#3998)
| -rw-r--r-- | p/themes/Swage/swage.css | 2 | ||||
| -rw-r--r-- | p/themes/Swage/swage.rtl.css | 2 | ||||
| -rw-r--r-- | p/themes/Swage/swage.scss | 2 |
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; } } |
