update components

This commit is contained in:
Luke Pulverenti 2016-12-22 10:57:28 -05:00
parent 08972d0648
commit 315d60943d
6 changed files with 24 additions and 7 deletions

View file

@ -2,6 +2,18 @@
margin: 0 1em 0 0;
}
.mediaInfoText {
background: rgba(31,31,31,.7);
padding: .2em .5em;
border-radius: .25em;
color: #ddd;
font-size: 84%;
background: rgba(170,170,190, .2);
display: flex;
align-items: center;
white-space: nowrap;
}
.mediaInfoIconItem {
width: auto;
height: auto;