mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Add Random button
This commit is contained in:
parent
e083150e33
commit
7825367fa4
5 changed files with 53 additions and 2 deletions
22
src/App.css
22
src/App.css
|
|
@ -24,6 +24,27 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: rgba(247, 181, 76, 1);
|
||||
margin-right: 25px;
|
||||
border: none;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
border-width: 0.125rem;
|
||||
line-height: 1.15;
|
||||
height: 100%;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
border-radius: 9999px;
|
||||
outline: none;
|
||||
color: #4e4102;
|
||||
font-weight: 550;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#search {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
|
@ -49,6 +70,7 @@ a {
|
|||
#search input {
|
||||
margin-right: 25px;
|
||||
max-width: 400px;
|
||||
min-width: 100px;
|
||||
border: none;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue