Deploying to gh-pages from @ Shabinder/spotiflyer-kmp@cf9ed5e885 🚀

This commit is contained in:
Shabinder 2021-03-16 15:15:39 +00:00
parent c4557c10c0
commit 5f2e545ede
3 changed files with 9 additions and 4 deletions

View File

@ -28,14 +28,19 @@ body, html {
font-weight: 100; font-weight: 100;
text-shadow: 0.3px 0.5px #ffffff; text-shadow: 0.3px 0.5px #ffffff;
} }
.headingTitle{ .headingTitle{
text-align: center; text-align: center;
margin: 10px; margin: 10px;
font-family: 'RocknRoll One', sans-serif; font-family: 'RocknRoll One', sans-serif;
} }
.glow-button:hover { .glow-button, .PaymentButton {
transition: all .2s ease-in-out;
}
.glow-button:hover, .PaymentButton:hover {
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
box-shadow: 0 5px 15px rgb(105, 44, 143); box-shadow: 0 5px 15px rgb(105, 44, 143);
transform: scale(1.1);
} }
/*Loading Spinner*/ /*Loading Spinner*/
@ -295,7 +300,7 @@ input.cmn-toggle-round-flat:checked + label:after {
flex-direction: column; flex-direction: column;
} }
.searchInput { .searchInput {
width: 35vw; width: 60vw;
padding: 0 6px; padding: 0 6px;
} }
.search-icon { .search-icon {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long