mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Polymer 1.0: Remove unused styles
This commit is contained in:
parent
26837ae8d3
commit
986b843e0d
@ -45,70 +45,6 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<core-style id='ha-main'>
|
|
||||||
/* Palette generated by Material Palette - materialpalette.com/light-blue/orange */
|
|
||||||
|
|
||||||
.dark-primary-color { background: #0288D1; }
|
|
||||||
.default-primary-color { background: #03A9F4; }
|
|
||||||
.light-primary-color { background: #B3E5FC; }
|
|
||||||
.text-primary-color { color: #FFFFFF; }
|
|
||||||
.accent-color { background: #FF9800; }
|
|
||||||
.primary-text-color { color: #212121; }
|
|
||||||
.secondary-text-color { color: #727272; }
|
|
||||||
.divider-color { border-color: #B6B6B6; }
|
|
||||||
|
|
||||||
/* extra */
|
|
||||||
.accent-text-color { color: #FF9800; }
|
|
||||||
|
|
||||||
body {
|
|
||||||
color: #212121;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #FF9800;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
</core-style>
|
|
||||||
|
|
||||||
<core-style id='ha-animations'>
|
|
||||||
@-webkit-keyframes ha-spin {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(359deg);
|
|
||||||
transform: rotate(359deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes ha-spin {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(359deg);
|
|
||||||
transform: rotate(359deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ha-spin {
|
|
||||||
-webkit-animation: ha-spin 2s infinite linear;
|
|
||||||
animation: ha-spin 2s infinite linear;
|
|
||||||
}
|
|
||||||
</core-style>
|
|
||||||
<core-style id="ha-headers">
|
|
||||||
core-scroll-header-panel, paper-header-panel {
|
|
||||||
background-color: #E5E5E5;
|
|
||||||
}
|
|
||||||
|
|
||||||
paper-toolbar {
|
|
||||||
background: #03a9f4;
|
|
||||||
color: white;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
</core-style>
|
|
||||||
|
|
||||||
<core-style id="ha-dialog">
|
<core-style id="ha-dialog">
|
||||||
:host {
|
:host {
|
||||||
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
|
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
|
||||||
@ -182,16 +118,3 @@ a {
|
|||||||
}
|
}
|
||||||
</core-style>
|
</core-style>
|
||||||
|
|
||||||
<core-style id='ha-paper-toggle'>
|
|
||||||
paper-toggle-button::shadow .toggle-ink {
|
|
||||||
color: #039be5;
|
|
||||||
}
|
|
||||||
|
|
||||||
paper-toggle-button::shadow [checked] .toggle-bar {
|
|
||||||
background-color: #039be5;
|
|
||||||
}
|
|
||||||
|
|
||||||
paper-toggle-button::shadow [checked] .toggle-button {
|
|
||||||
background-color: #039be5;
|
|
||||||
}
|
|
||||||
</core-style>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user