Responsive happiness

This commit is contained in:
Paulus Schoutsen 2014-11-02 00:06:04 -07:00
parent a0ab73882c
commit a4dd58cf5e
4 changed files with 21 additions and 21 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_polymer script """
VERSION = "d59e31632e2d1d5390b3d1256d931103"
VERSION = "0be01a612c785f83a9631d97b54d069a"

View File

@ -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="">

View File

@ -33,11 +33,6 @@
text-transform: uppercase;
}
.content {
padding-bottom: 10px;
padding-right: 10px;
}
</style>
<core-header-panel fullbleed>

View File

@ -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>