mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move elements css files to sass
This commit is contained in:
parent
8e77f35657
commit
34a19e0781
27 changed files with 14 additions and 14 deletions
19
src/elements/emby-scrollbuttons/emby-scrollbuttons.scss
Normal file
19
src/elements/emby-scrollbuttons/emby-scrollbuttons.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.emby-scrollbuttons {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 104px;
|
||||
min-height: 24px;
|
||||
padding-top: 0.85em;
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.emby-scrollbuttons-button > .material-icons {
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue