From 492236376c4a935d9fb5551a9740139f7a94a2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 28 Feb 2017 19:37:25 +0100 Subject: [PATCH] Updated vote-button --- public/html/embed.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/public/html/embed.html b/public/html/embed.html index ac3b2f1f..ffa8301f 100755 --- a/public/html/embed.html +++ b/public/html/embed.html @@ -42,6 +42,33 @@ display: none !important; } + .list-image:after { + -webkit-transition: all .3s; + transition: all .3s; + font-family: "Material Icons"; + content: "thumb_up"; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + color: white; + font-size: -webkit-xxx-large; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + background: rgba(0,0,0,0.8); + opacity: 0; + /* transition: all .1s ease; */ + display: flex; + align-items: center; + justify-content: center; + } + #wrapper{ height: 94%; }