Skip to content

Commit

Permalink
Merge branch 'master' of github.com:divshot/ele-web
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Jul 10, 2014
2 parents 18bc1cb + 1841eeb commit 56d7b4f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/components/ele-editor.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
core-toolbar {
#browse-elements {
background: #FF4081;
color: white;
fill: white;
Expand All @@ -23,5 +23,5 @@ core-drawer-panel::shadow #scrim {
}

pvc-spinner::shadow .spinner > div {
background: #FF4081;
background: #FF4081 !important;
}
2 changes: 1 addition & 1 deletion public/components/ele-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<core-header-panel drawer mode="seamed">
<polymer-flex-layout vertical></polymer-flex-layout>
<core-toolbar>Your Elements</core-toolbar>
<core-toolbar id="browse-elements">Your Elements</core-toolbar>
<div flex id="element-sidebar">
<ele-package-list selected="{{packageId}}" on-selected="{{loadPackage}}"></ele-package-list>
<paper-button id="new-element" on-click=="{{createElement}}">Create New Element</paper-button>
Expand Down
28 changes: 24 additions & 4 deletions public/css/lander.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ nav {
right: 10px;
}

nav paper-button span {
font-size: 14px;
color: #C5CAE9;
transition: fill 0.2s;
}

nav paper-button::shadow span {
font-size: 14px;
color: #C5CAE9;
Expand All @@ -57,10 +63,6 @@ nav paper-button::shadow #icon svg {
height: 20px !important;
}

bs-container {
max-width: 780px;
}

#intro {
background: #3F51B5 url('/images/components.svg');
background-size: cover;
Expand Down Expand Up @@ -93,12 +95,25 @@ bs-container {
background: #FF4081;
}

#intro paper-button #icon {
margin-top: 7px;
margin-right: 4px;
padding-left: 8px;
}

#intro paper-button::shadow #icon {
margin-top: 7px;
margin-right: 4px;
padding-left: 8px;
}

#intro paper-button span {
color: #fff;
margin-left: 0;
padding-right: 8px;
font-size: 16px;
}

#intro paper-button::shadow span {
color: #fff;
margin-left: 0;
Expand Down Expand Up @@ -194,6 +209,11 @@ core-scroll-header-panel::shadow #headerBg {
border-top: 4px solid #303F9F;
}

core-scroll-header-panel #headerBg, core-scroll-header-panel #condensedHeaderBg {
background: #3F51B5;
border-top: 4px solid #303F9F;
}

.title {
font-size: 40px;
}

0 comments on commit 56d7b4f

Please sign in to comment.