From deec1070b5891300e85c7abf24328d83ca50304a Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 3 Dec 2018 15:41:45 +0700 Subject: [PATCH] added vk.css --- backend/public/stylesheets/social/vk.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/public/stylesheets/social/vk.css diff --git a/backend/public/stylesheets/social/vk.css b/backend/public/stylesheets/social/vk.css new file mode 100644 index 0000000..6700af0 --- /dev/null +++ b/backend/public/stylesheets/social/vk.css @@ -0,0 +1 @@ +body{background:#6d9dc8;font:14px "Lucida Grande",Helvetica,Arial,sans-serif;color:white;margin:0;font-weight:300}div#message{padding:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100vw;margin:0;position:absolute;box-sizing:border-box;text-align:left}div.bg{background:white;color:#666666;padding:20px 40px;border-radius:4px}h1{margin-bottom:10px;text-transform:uppercase}button{height:32px;padding:0 24px;color:white;border:none;box-sizing:border-box;margin-top:40px;border-radius:3px;background:#6d9dc8;font-weight:bold;float:right;cursor:pointer} \ No newline at end of file