diff --git a/src/index.html b/src/index.html index 6792501..6c37344 100644 --- a/src/index.html +++ b/src/index.html @@ -46,6 +46,26 @@ top: 5px; margin-left: 7px; } + .btn { + display: inline-block; + border: 0; + background: #0074d9; + /*border: 1px solid #aaa;*/ + color: white; + font-size: inherit; + border-radius: 3px; + padding: 7px 15px; + cursor: pointer; + transition: 0.2s ease; + } + .btn:hover { + text-decoration: none; + box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15); + } + .star:after { + content: '★'; + color: #eee333; + } .main-container { position: absolute; left: 0; right: 0; @@ -193,16 +213,14 @@ } .modal { position: fixed; - top: 50%; + top: 5vh; left: 50%; - width: 580px; + width: 70vw; + margin-left: -35vw; max-width: 90vw; height: auto; z-index: 2000; visibility: hidden; - backface-visibility: hidden; - transform: translateX(-50%) translateY(-50%) scale(2); - zoom: 0.5; } .modal__content { background: #fdfdfd; @@ -280,6 +298,9 @@ background: #f8f6f9; position: relative; } + .notification:not(:last-child) { + margin-bottom: 10px; + } .notification li:not(:last-child) { margin-bottom: 10px; } @@ -452,7 +473,7 @@
Made by Kushagra Gour
Tweet out your feature requests, comments & suggestions to @chinchang457.
@@ -466,6 +487,7 @@