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-04-16 12:51:35 -04:00
parent 3e61abaf71
commit 73b495f48c
62 changed files with 875 additions and 512 deletions

View file

@ -5,7 +5,6 @@
border: none;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
/*opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
@ -43,7 +42,7 @@
}
.actionSheetMenuItem {
padding: .7em 1.5em;
padding: .8em 1.6em;
margin: 0;
text-transform: none;
text-align: inherit;
@ -52,6 +51,11 @@
font-weight: inherit;
}
.layout-tv .actionSheetMenuItem {
padding-top: .6em;
padding-bottom: .6em;
}
.actionSheetItemIcon {
margin-right: 1.5em !important;
}