1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-06-10 02:54:03 -04:00
parent 59b4199fc0
commit 8144b83f54
44 changed files with 413 additions and 355 deletions

View file

@ -2,9 +2,10 @@
margin: 0 1em 0 0;
}
iron-icon.mediaInfoItem {
i.mediaInfoItem {
width: 3vh;
height: 3vh;
font-size: 3vh;
margin-right: .6em;
}
@ -21,10 +22,11 @@ iron-icon.mediaInfoItem {
padding-bottom: 0;
}
.starRatingContainer iron-icon {
.starRatingContainer i {
color: #CB272A;
width: 3vh;
height: 3vh;
font-size: 3vh;
}
.mediaInfoItem.criticRating {
@ -54,12 +56,14 @@ iron-icon.mediaInfoItem {
text-transform: uppercase;
}
.layout-tv iron-icon.mediaInfoItem {
.layout-tv i.mediaInfoItem {
width: 4vh;
height: 4vh;
font-size: 4vh;
}
.layout-tv .starRatingContainer iron-icon {
.layout-tv .starRatingContainer i {
width: 3.4vh;
height: 3.4vh;
font-size: 3.4vh;
}