07d13c9c
isisadmin
polymer catalog
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<link rel="import" href="../../bower_components/paper-styles/paper-styles.html">
<style is="custom-style">
* {
box-sizing: border-box;
}
:root {
--iron-icon-size: 24px;
--primary-font-family: Roboto, 'Noto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
--secondary-background-color: #fafafa;
--material-curve: cubic-bezier(0.55, 0, 0.1, 1);
--material-curve-320: all 320ms cubic-bezier(0.55, 0, 0.1, 1);
--material-curve-220: all 220ms cubic-bezier(0.55, 0, 0.1, 1);
--paper-toolbar-background: #fafafa;
--paper-toolbar-color: #424242;
}
</style>
|