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-08-02 01:55:52 -04:00
parent 6f21a963ea
commit 823f69bb92
68 changed files with 303 additions and 388 deletions

View file

@ -3,7 +3,6 @@
justify-content: center;
padding: 0;
border: none;
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);
max-height: 84%;
}
@ -11,7 +10,7 @@
max-height: none;
}
.actionSheet.centered .actionSheetContent {
.actionSheetContent-centered {
text-align: center;
align-items: center;
}
@ -27,7 +26,7 @@
text-align: center;
}
button.actionSheetMenuItem {
.actionSheetMenuItem {
padding: 0 1.6em;
margin: 0;
text-transform: none;
@ -68,23 +67,17 @@ button.actionSheetMenuItem {
width: auto;
}
h1.actionSheetTitle {
.actionSheetTitle {
margin: .5em 0 1em !important;
padding: 0 1em;
flex-grow: 0;
}
h2.actionSheetTitle {
margin: .25em 0 .55em !important;
padding: 0 1em;
flex-grow: 0;
}
.actionSheetText {
padding: 0 1em;
flex-grow: 0;
}
.actionSheet.extraSpacing {
.actionsheet-extraSpacing {
font-size: 108%;
}