From 2a8f688bee6902d2bbed83ddb1a1db76a21ea29e Mon Sep 17 00:00:00 2001 From: Robin Linus Date: Thu, 31 Dec 2015 18:31:03 +0100 Subject: [PATCH] Styling for shorturl --- app/elements/buddy-finder/buddy-finder.html | 32 +++++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/app/elements/buddy-finder/buddy-finder.html b/app/elements/buddy-finder/buddy-finder.html index b79d28d..6b28df1 100644 --- a/app/elements/buddy-finder/buddy-finder.html +++ b/app/elements/buddy-finder/buddy-finder.html @@ -36,19 +36,34 @@ cursor: pointer; } - - .explanation { @apply(--paper-font-headline); color: #4285f4; text-align: center; + cursor: default; } .short { - @apply(--paper-font-body1); - color: #333; + font-size: 14px; + line-height: 18px; + color: #505050; } + .short a { + color: #4285f4; + text-decoration: none; + } + + .explanation:hover a { + transform: scale(1.1); + } + + @media all and (max-width: 600px) { + .explanation { + width: 340px; + } + } + [only] { @apply(--layout-fit); @apply(--layout-horizontal); @@ -64,11 +79,10 @@
- Open Snapdrop on other devices -
to send files. - - short url: yg.gl - + Open Snapdrop on other devices to send files. +
+ Short link: yg.gl +