File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 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
2525pvc-spinner ::shadow .spinner > div {
26- background : # FF4081 ;
26+ background : # FF4081 !important ;
2727}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3131 right : 10px ;
3232}
3333
34+ nav paper-button span {
35+ font-size : 14px ;
36+ color : # C5CAE9 ;
37+ transition : fill 0.2s ;
38+ }
39+
3440nav 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}
You can’t perform that action at this time.
0 commit comments