forked from varia/web-narrowcast
increased visibility button play audio stream
This commit is contained in:
parent
9d1d3c6f97
commit
0acedbf896
@ -239,8 +239,8 @@ button.minimize:hover {
|
||||
.live {
|
||||
margin-left: 300px;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
/* width: 100%; */
|
||||
/* height: 100%;
|
||||
width: 100%; */
|
||||
}
|
||||
|
||||
|
||||
@ -358,17 +358,21 @@ button.minimize:hover {
|
||||
|
||||
button.b-narrow {
|
||||
box-shadow: 0.3rem 0.2rem 0.3rem #ffe4fd;
|
||||
border: 0rem;
|
||||
border: 0.03rem solid #393c56;
|
||||
border-radius: 0.5rem 5rem 5rem 5rem;
|
||||
line-height: 1rem;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: inline;
|
||||
height: 2rem;
|
||||
font-size: 1rem;
|
||||
padding: 0.6rem;
|
||||
font-size: 1.6rem;
|
||||
width: auto;
|
||||
color: #393c56;
|
||||
background-color: #ffe4fd;
|
||||
}
|
||||
button.b-narrow:hover {
|
||||
background-color: #393c56;
|
||||
color: #ffe4fd;
|
||||
color: #ffe4fd;
|
||||
}
|
||||
.b-play::before {
|
||||
content: 'PLAY';
|
||||
@ -434,7 +438,7 @@ content: 'PAUSE';
|
||||
|
||||
|
||||
.audio-stream {
|
||||
margin: 6rem 0% 4rem 0%;
|
||||
margin: 4rem 0% 2rem 0%;
|
||||
}
|
||||
|
||||
/* SILVIO MOBILE*/
|
||||
|
Loading…
Reference in New Issue
Block a user