Test version
This commit is contained in:
50
resources/assets/sass/components/_now-playing.scss
vendored
Normal file
50
resources/assets/sass/components/_now-playing.scss
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
.header .now-playing-header {
|
||||
float: right;
|
||||
}
|
||||
.now-playing-header {
|
||||
font-size: 16pt;
|
||||
font-family: 'Roboto Condensed', serif;
|
||||
font-weight: 300;
|
||||
/* background: #F6F6F6; */
|
||||
background: rgba(246, 246, 246, 0.4);
|
||||
width: 728px;
|
||||
color: #787878;
|
||||
text-align: center;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 30px;
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.title, .artist {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
font-size: 75%;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
padding: 3px;
|
||||
width: 100%;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
|
||||
a {
|
||||
line-height: 120%;
|
||||
font-size: 80%;
|
||||
color: #ABABAB;
|
||||
display: block;
|
||||
padding: 4px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user