platypush/platypush/backend/http/static/css/music.snapcast.css

35 lines
605 B
CSS
Raw Normal View History

2019-01-07 16:50:51 +01:00
.snapcast-host-container {
min-width: 40em;
margin: 1em auto;
background: rgba(245,245,245,0.6);
border: 1px solid rgba(220,220,220,1.0);
border-radius: 10px;
}
.snapcast-host-header {
border-bottom: 1px solid rgba(220,220,220,1.0);
font-size: 1em;
}
.snapcast-group-header {
padding: 0.5em;
}
.snapcast-group-settings {
text-align: center;
cursor: pointer;
}
.snapcast-group-header h2 {
font-size: 1.5em;
}
.snapcast-client-container {
padding: 0 1.4em;
}
.snapcast-client-header h3 {
font-size: 1.2em;
}