diff --git a/_includes/layout/base/wallets-selector.html b/_includes/layout/base/wallets-selector.html index b36436bc..0d09b0a6 100644 --- a/_includes/layout/base/wallets-selector.html +++ b/_includes/layout/base/wallets-selector.html @@ -348,7 +348,7 @@ http://opensource.org/licenses/MIT. -
+

Below is a list of wallets available for your operating system

@@ -434,6 +434,12 @@ http://opensource.org/licenses/MIT.

- Neural

+ +
+ wallet with magnifier +

Nothing to show

+

We couldn’t find any wallet based on your selected criteria. Change your search criteria to see other wallets.

+
diff --git a/_sass/_wallets.scss b/_sass/_wallets.scss index 81b191a5..532fd187 100644 --- a/_sass/_wallets.scss +++ b/_sass/_wallets.scss @@ -979,6 +979,9 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600; margin-top: 10px; } +.wallet-selector-content { + width: 100%; +} .wallet-table-head { border: none; } @@ -1073,4 +1076,23 @@ $scores: good $black 600, pass $black 600, neutral $black 600, fail $black 600; font-size: 22px; color: #13161F; line-height: 36px; +} + +.empty-box { + width: 100%; + border: 1px solid #DADADA; + text-align: center; + padding: 75px 30px 60px; +} +.empty-box-title { + margin: 15px 0; + font-weight: 400; + font-size: 22px; + color: #13161F; + text-align: center; + line-height: 36px; +} +.empty-box-text { + max-width: 505px; + margin: 0 auto; } \ No newline at end of file diff --git a/img/icons/emty.svg b/img/icons/emty.svg new file mode 100644 index 00000000..40d8da4d Binary files /dev/null and b/img/icons/emty.svg differ