Skip to content

Commit 56d7b4f

Browse files
committed
Merge branch 'master' of github.com:divshot/ele-web
2 parents 18bc1cb + 1841eeb commit 56d7b4f

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

public/components/ele-editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
core-toolbar {
1+
#browse-elements {
22
background: #FF4081;
33
color: white;
44
fill: white;
@@ -23,5 +23,5 @@ core-drawer-panel::shadow #scrim {
2323
}
2424

2525
pvc-spinner::shadow .spinner > div {
26-
background: #FF4081;
26+
background: #FF4081 !important;
2727
}

public/components/ele-editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<core-header-panel drawer mode="seamed">
3737
<polymer-flex-layout vertical></polymer-flex-layout>
38-
<core-toolbar>Your Elements</core-toolbar>
38+
<core-toolbar id="browse-elements">Your Elements</core-toolbar>
3939
<div flex id="element-sidebar">
4040
<ele-package-list selected="{{packageId}}" on-selected="{{loadPackage}}"></ele-package-list>
4141
<paper-button id="new-element" on-click=="{{createElement}}">Create New Element</paper-button>

public/css/lander.css

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ nav {
3131
right: 10px;
3232
}
3333

34+
nav paper-button span {
35+
font-size: 14px;
36+
color: #C5CAE9;
37+
transition: fill 0.2s;
38+
}
39+
3440
nav paper-button::shadow span {
3541
font-size: 14px;
3642
color: #C5CAE9;
@@ -57,10 +63,6 @@ nav paper-button::shadow #icon svg {
5763
height: 20px !important;
5864
}
5965

60-
bs-container {
61-
max-width: 780px;
62-
}
63-
6466
#intro {
6567
background: #3F51B5 url('/images/components.svg');
6668
background-size: cover;
@@ -93,12 +95,25 @@ bs-container {
9395
background: #FF4081;
9496
}
9597

98+
#intro paper-button #icon {
99+
margin-top: 7px;
100+
margin-right: 4px;
101+
padding-left: 8px;
102+
}
103+
96104
#intro paper-button::shadow #icon {
97105
margin-top: 7px;
98106
margin-right: 4px;
99107
padding-left: 8px;
100108
}
101109

110+
#intro paper-button span {
111+
color: #fff;
112+
margin-left: 0;
113+
padding-right: 8px;
114+
font-size: 16px;
115+
}
116+
102117
#intro paper-button::shadow span {
103118
color: #fff;
104119
margin-left: 0;
@@ -194,6 +209,11 @@ core-scroll-header-panel::shadow #headerBg {
194209
border-top: 4px solid #303F9F;
195210
}
196211

212+
core-scroll-header-panel #headerBg, core-scroll-header-panel #condensedHeaderBg {
213+
background: #3F51B5;
214+
border-top: 4px solid #303F9F;
215+
}
216+
197217
.title {
198218
font-size: 40px;
199219
}

0 commit comments

Comments
 (0)