aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/add-token/token-list/token-list-placeholder/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/add-token/token-list/token-list-placeholder/index.scss')
-rw-r--r--ui/app/pages/add-token/token-list/token-list-placeholder/index.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/app/pages/add-token/token-list/token-list-placeholder/index.scss b/ui/app/pages/add-token/token-list/token-list-placeholder/index.scss
new file mode 100644
index 000000000..cc495dfb0
--- /dev/null
+++ b/ui/app/pages/add-token/token-list/token-list-placeholder/index.scss
@@ -0,0 +1,23 @@
+.token-list-placeholder {
+ display: flex;
+ align-items: center;
+ padding-top: 36px;
+ flex-direction: column;
+ line-height: 22px;
+ opacity: .5;
+
+ &__text {
+ color: $silver-chalice;
+ width: 50%;
+ text-align: center;
+ margin-top: 8px;
+
+ @media screen and (max-width: 575px) {
+ width: 60%;
+ }
+ }
+
+ &__link {
+ color: $curious-blue;
+ }
+}