Skip to content

Commit

Permalink
Polymer .9: Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 22, 2015
1 parent 451cde7 commit 76cf0e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<login-form></login-form>
</template>


<template is="dom-if" if="[[loaded]]">
<home-assistant-main></home-assistant-main>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

<dom-module id="home-assistant-main">
<style>
paper-drawer-panel {
background-color: #E5E5E5;
}

.sidenav {
background: #fafafa;
box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
Expand All @@ -37,6 +41,10 @@
--paper-menu-color: #757575;
}

.sidenav paper-item[data-panel] {
cursor: pointer;
}

.sidenav iron-icon {
margin-right: 24px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<dom-module id="partial-base">
<template>
<paper-header-panel class='fit'>
<paper-header-panel class='fit' mode="scroll">
<paper-toolbar>
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
<div class='flex'>
Expand Down

0 comments on commit 76cf0e4

Please sign in to comment.