mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
get api libs from bower
This commit is contained in:
parent
def418714f
commit
f36e664503
97 changed files with 16860 additions and 197 deletions
|
@ -16,11 +16,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
:root {
|
||||
|
||||
/* Shared Styles */
|
||||
|
||||
/*
|
||||
Unfortunately, we can't use nested rules
|
||||
See https://github.com/Polymer/polymer/issues/1399
|
||||
*/
|
||||
--paper-font-common-base: {
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -44,14 +39,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
/* Material Font Styles */
|
||||
|
||||
--paper-font-display4: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 112px;
|
||||
font-weight: 300;
|
||||
|
@ -60,14 +49,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-display3: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 56px;
|
||||
font-weight: 400;
|
||||
|
@ -76,10 +59,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-display2: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 45px;
|
||||
font-weight: 400;
|
||||
|
@ -88,10 +68,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-display1: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 34px;
|
||||
font-weight: 400;
|
||||
|
@ -100,10 +77,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-headline: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 24px;
|
||||
font-weight: 400;
|
||||
|
@ -112,14 +86,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-title: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
|
@ -127,10 +95,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-subhead: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
|
@ -138,9 +103,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-body2: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
|
@ -148,9 +111,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-body1: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply(--paper-font-common-base);
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
@ -158,13 +119,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-caption: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
|
@ -173,14 +129,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-menu: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
|
@ -188,14 +138,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-button: {
|
||||
/* @apply(--paper-font-common-base) */
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* @apply(--paper-font-common-nowrap); */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply(--paper-font-common-base);
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
|
@ -205,9 +149,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-code2: {
|
||||
/* @apply(--paper-font-common-code); */
|
||||
font-family: 'Roboto Mono', 'Consolas', 'Menlo', monospace;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply(--paper-font-common-code);
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
|
@ -215,9 +157,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
};
|
||||
|
||||
--paper-font-code1: {
|
||||
/* @apply(--paper-font-common-code); */
|
||||
font-family: 'Roboto Mono', 'Consolas', 'Menlo', monospace;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply(--paper-font-common-code);
|
||||
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue