mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
Deploying to gh-pages from @ Shabinder/spotiflyer-kmp@cf9ed5e885 🚀
This commit is contained in:
parent
c4557c10c0
commit
5f2e545ede
@ -28,14 +28,19 @@ body, html {
|
||||
font-weight: 100;
|
||||
text-shadow: 0.3px 0.5px #ffffff;
|
||||
}
|
||||
|
||||
.headingTitle{
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
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);
|
||||
box-shadow: 0 5px 15px rgb(105, 44, 143);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
/*Loading Spinner*/
|
||||
@ -295,7 +300,7 @@ input.cmn-toggle-round-flat:checked + label:after {
|
||||
flex-direction: column;
|
||||
}
|
||||
.searchInput {
|
||||
width: 35vw;
|
||||
width: 60vw;
|
||||
padding: 0 6px;
|
||||
}
|
||||
.search-icon {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user