jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css

55 lines
1.1 KiB
CSS
Raw Normal View History

2016-02-21 13:39:14 -07:00
.actionSheet {
display: flex;
justify-content: center;
}
.actionSheet.centered .actionSheetContent {
text-align: center;
align-items: center;
}
.actionSheetContent {
margin: 0 !important;
padding: 1em 1em !important;
flex-direction: column;
display: flex;
justify-content: center;
height: 100%;
}
.actionSheetMenuItem {
2016-03-27 16:22:53 -07:00
padding: .5em .5em;
2016-02-21 13:39:14 -07:00
margin: 0;
text-transform: none;
text-align: inherit;
display: flex;
justify-content: center;
font-weight: inherit;
}
.actionSheetItemIcon {
margin-right: 1.5em !important;
}
.actionSheetScroller {
max-height: 60%;
overflow-x: hidden;
overflow-y: auto;
/* Override default style being applied by polymer */
margin-bottom: 0 !important;
scroll-behavior: smooth;
}
.actionSheetScroller::-webkit-scrollbar, .actionSheetScroller::-webkit-scrollbar {
width: 0 !important;
display: none;
}
h1.actionSheetTitle {
2016-02-28 14:31:45 -07:00
margin: .5em 0 1em !important;
2016-02-21 13:39:14 -07:00
}
h2.actionSheetTitle {
margin: .25em 0 .55em !important;
}