mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
8c9287d505
commit
aa272fb404
106 changed files with 1733 additions and 554 deletions
|
@ -17,16 +17,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
|
||||
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="../../iron-flex-layout/classes/iron-flex-layout.html">
|
||||
<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
|
||||
<link rel="import" href="../../paper-styles/typography.html">
|
||||
<link rel="import" href="../paper-material.html">
|
||||
|
||||
<link rel="stylesheet" href="../../paper-styles/demo.css">
|
||||
|
||||
</head>
|
||||
<body unresolved>
|
||||
<template is="dom-bind" id="demo">
|
||||
<style>
|
||||
<style is="custom-style">
|
||||
paper-material {
|
||||
display: inline-block;
|
||||
background: white;
|
||||
|
@ -47,6 +46,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
border-radius: 50%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@apply(--layout-center-center);
|
||||
}
|
||||
</style>
|
||||
<section>
|
||||
|
@ -84,7 +84,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
tap
|
||||
</paper-material>
|
||||
|
||||
<paper-material class="fab layout center-center" elevation="0" animated>
|
||||
<paper-material class="fab" elevation="0" animated>
|
||||
tap
|
||||
</paper-material>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue