From 850dfc9712ace42b77dbae541a0899776b2ac95e Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Fri, 12 Apr 2019 19:39:16 -0400 Subject: [PATCH] dashboard-main.scss: remove subscription-nag CSS --- frontend/sass/dashboard-main.scss | 41 ------------------------------- 1 file changed, 41 deletions(-) diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss index c73f62a..e20e505 100644 --- a/frontend/sass/dashboard-main.scss +++ b/frontend/sass/dashboard-main.scss @@ -3,47 +3,6 @@ @import "checkbox.scss"; @import "button.scss"; -.subscription-nag { - position: absolute; - top: 16px; - left: calc(50% - 200px); - height: 40px; - width: 400px; - border-radius: 3px; - -webkit-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07); - -moz-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07); - box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07); - background: $gray-7; - color: $gray-0; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; - z-index: 10000; - animation: shake .5s linear; - -webkit-animation: shake .5s linear; - animation-delay: 1s; - -webkit-animation-delay: 1s; -} - -@-webkit-keyframes shake { - 8%, 41% { - -webkit-transform: translateX(-5px); - } - 25%, 58% { - -webkit-transform: translateX(5px); - } - 75% { - -webkit-transform: translateX(-2px); - } - 92% { - -webkit-transform: translateX(2px); - } - 0%, 100% { - -webkit-transform: translateX(0); - } -} - .global-error, .global-ok { position: absolute; bottom: 0px;