update components

This commit is contained in:
Luke Pulverenti 2016-04-16 12:51:35 -04:00
parent 3e61abaf71
commit 73b495f48c
62 changed files with 875 additions and 512 deletions

View file

@ -779,11 +779,28 @@ paper-input + .fieldDescription {
}
.mainDrawerPanel:not([narrow]) .content-primary {
padding: 110px 1.5em 3em 3em;
padding-top: 110px;
padding-bottom: 3em;
}
@media all and (min-width: 800px) {
.mainDrawerPanel:not([narrow]) .content-primary {
padding-right: 1.5em;
padding-left: 1.5em;
}
}
@media all and (min-width: 1200px) {
.mainDrawerPanel:not([narrow]) .content-primary {
padding-right: 1.5em;
padding-left: 3em;
}
}
.mainDrawerPanel:not([narrow]) .withTabs .content-primary {
padding-top: 135px!important;
padding-top: 135px !important;
}
.mainDrawerPanel:not([narrow]) .content-primary ul:first-child {