mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Responsive happiness
This commit is contained in:
parent
a0ab73882c
commit
a4dd58cf5e
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
||||
VERSION = "d59e31632e2d1d5390b3d1256d931103"
|
||||
VERSION = "0be01a612c785f83a9631d97b54d069a"
|
||||
|
@ -18032,14 +18032,19 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
state-card, state-add-card {
|
||||
state-card {
|
||||
display: inline-block;
|
||||
width: 350px;
|
||||
margin: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
state-add-card {
|
||||
cursor: pointer;
|
||||
@media all and (min-width: 764px) {
|
||||
:host {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
state-card {
|
||||
width: calc(50% - 42px);
|
||||
margin: 8px 0 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
@ -18135,11 +18140,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-bottom: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<core-header-panel fullbleed="">
|
||||
|
@ -33,11 +33,6 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-bottom: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<core-header-panel fullbleed>
|
||||
|
@ -9,14 +9,19 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
state-card, state-add-card {
|
||||
state-card {
|
||||
display: inline-block;
|
||||
width: 350px;
|
||||
margin: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
state-add-card {
|
||||
cursor: pointer;
|
||||
@media all and (min-width: 764px) {
|
||||
:host {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
state-card {
|
||||
width: calc(50% - 42px);
|
||||
margin: 8px 0 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user