-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added wave and color bg and formatted file
- Loading branch information
Showing
9 changed files
with
82 additions
and
86 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,53 @@ | ||
body { | ||
padding: 1rem; | ||
} | ||
.audio-player{ | ||
width: 80vw; | ||
padding: 1.2rem 1rem; | ||
border-radius: 5px | ||
} | ||
|
||
.rhap_container { | ||
background: #f7f7f9; | ||
} | ||
|
||
.rhap_controls-section { | ||
margin-bottom: 15px; | ||
} | ||
|
||
.rhap_progress-section { | ||
height: 20px; | ||
padding-bottom: 20px; | ||
} | ||
|
||
/* .rhap_main-controls-button { | ||
padding: 1rem; | ||
} | ||
|
||
.audio-player { | ||
width: 80vw; | ||
padding: 1.2rem 1rem; | ||
border-radius: 5px; | ||
} | ||
|
||
.rhap_container { | ||
/* background: #f7f7f9; */ | ||
background-color: transparent; | ||
} | ||
|
||
.rhap_controls-section { | ||
margin-bottom: 15px; | ||
} | ||
|
||
.rhap_progress-section { | ||
height: 20px; | ||
padding-bottom: 20px; | ||
} | ||
|
||
/* .rhap_main-controls-button { | ||
width: 80px !important; | ||
height: 80px !important; | ||
} */ | ||
/* .rhap_main-controls-button { | ||
|
||
/* .rhap_main-controls-button { | ||
width: 4vw; | ||
height: 4vw; | ||
} */ | ||
|
||
.rhap_main-controls-button svg { | ||
color: #ff5555; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
.rhap_progress-filled, | ||
.rhap_progress-indicator { | ||
background-color: #ff5555 !important; | ||
} | ||
|
||
.rhap_button-clear.rhap_volume-button { | ||
color: #ff5555 !important; | ||
} | ||
|
||
.rhap_volume-bar, .rhap_volume-indicator { | ||
background-color: red; | ||
} | ||
|
||
|
||
|
||
|
||
.rhap_main-controls-button svg { | ||
color: #ff5555; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.rhap_progress-filled, | ||
.rhap_progress-indicator { | ||
background-color: #ff5555 !important; | ||
} | ||
|
||
.rhap_button-clear.rhap_volume-button { | ||
color: #ff5555 !important; | ||
} | ||
|
||
.rhap_volume-bar, | ||
.rhap_volume-indicator { | ||
background-color: red; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ const Card = (props) => { | |
|
||
</div> | ||
</div> | ||
|
||
|
||
</> | ||
); | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
|
||
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); | ||
|
||
|
||
|
||
.quote-text { | ||
font-family: 'Great Vibes', cursive; | ||
font-size: 1.9rem; | ||
font-size: 1.9rem; | ||
font-style: italic; | ||
color: #ffc107; | ||
color: #ffc107; | ||
margin: 10px; | ||
text-align: center; | ||
} | ||
|
||
|
||
|
||
|
||
text-align: center; | ||
} |
This file contains 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
This file contains 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