Created
January 18, 2023 23:22
-
-
Save janoamaral/45290d17a0d67ee2455a4674ee33ae71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap'); | |
body, h1, h2, h3, h4,p,button,.cardBox { | |
font-family: 'Poppins', sans-serif !important; | |
} | |
.remoteControlContent { | |
//max-width: 60em !important; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.nowPlayingInfoContainer { | |
display: flex; | |
//flex-direction: column; | |
text-align: center; | |
align-items: center; | |
justify-content: center; | |
} | |
.nowPlayingPageImageContainer { | |
width: 20em; | |
margin-left: auto; | |
margin-right: 3em; | |
} | |
.nowPlayingInfoControls { | |
width: 100%; | |
} | |
.nowPlayingInfoContainerMedia .nowPlayingSongName{ | |
font-size: 4em; | |
} | |
.nowPlayingInfoContainerMedia .nowPlayingAlbum, | |
.nowPlayingInfoContainerMedia .nowPlayingArtist { | |
color: #999; | |
} | |
.listItemBodyText { | |
font-weight: 500; | |
} | |
.nowPlayingBarText > div:first-child { | |
font-weight: bold; | |
font-size: 1.5em; | |
width: 7em; | |
} | |
.nowPlayingBarText .nowPlayingBarSecondaryText { | |
font-size: .9em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment