diff --git a/apps/signup/signup.css b/apps/signup/signup.css index 240531a27..ae83e3ea9 100644 --- a/apps/signup/signup.css +++ b/apps/signup/signup.css @@ -4,6 +4,20 @@ body { font-family: 'Roboto', sans-serif; overflow-x: hidden; } +.popup { + position: fixed; + top: 10%; + right: 5%; + max-width: 300px; + height: 50px; + padding: 10px; + background-color: #28a745; + color: #fff; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + z-index:9999; +} .bg-dark { background-color: #343a40!important; } diff --git a/apps/signup/signup.html b/apps/signup/signup.html index 343f5916c..8ab2add59 100644 --- a/apps/signup/signup.html +++ b/apps/signup/signup.html @@ -66,7 +66,6 @@ style="text-align:center; background: #17a2b8; font-size: xx-large; color: white; padding: 4px; border-radius: 5px 5px 0px 0px;"> caMicroscope -