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-03-24 12:32:43 -04:00
parent bb9b9377fd
commit 5738507576
8 changed files with 35 additions and 13 deletions

View file

@ -28,6 +28,8 @@
color: #fff;
z-index: 1002;
font-weight: 400;
/* Add an outline */
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.swiper-slide img {
@ -117,4 +119,4 @@ paper-fab.btnSlideshowExit {
margin-left: -5vh;
margin-top: -5vh;
z-index: 1003;
}
}