Skip to content

Commit 8185789

Browse files
Merge pull request #3 from thewebplatform/master
Updating From Parent
2 parents 1805b9f + 4fd457b commit 8185789

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

app/styles/app-theme.html

+19-13
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,33 @@
2222
/* Application theme */
2323

2424
:root {
25-
--dark-primary-color: #303F9F;
26-
--default-primary-color: #3F51B5;
27-
--light-primary-color: #C5CAE9;
28-
--text-primary-color: #ffffff; /*text/icons*/
29-
--accent-color: #FF4081;
30-
--primary-background-color: #c5cae9;
31-
--primary-text-color: #212121;
32-
--secondary-text-color: #727272;
33-
--disabled-text-color: #bdbdbd;
34-
--divider-color: #B6B6B6;
25+
--dark-primary-color: #1976D2;
26+
--default-primary-color: #2196F3;
27+
--light-primary-color: #BBDEFB;
28+
--text-primary-color: #FFFFFF;
29+
--accent-color: #FF5722;
30+
--primary-background-color: #BBDEFB;
31+
--primary-text-color: #212121;
32+
--secondary-text-color: #727272;
33+
--disabled-text-color: #BDBDBD;
34+
--divider-color: #B6B6B6;
35+
3536

3637
/* Components */
3738

3839
/* paper-drawer-panel */
39-
--drawer-menu-color: #ffffff;
40-
--drawer-border-color: 1px solid #ccc;
40+
--drawer-menu-color: #ffffff;
41+
--drawer-border-color: 1px solid #ccc;
4142
--drawer-toolbar-border-color: 1px solid rgba(0, 0, 0, 0.22);
4243

4344
/* paper-menu */
4445
--paper-menu-background-color: #fff;
45-
--menu-link-color: #111111;
46+
--menu-link-color: #111111;
47+
48+
/* paper-input */
49+
--paper-input-container-color: rgba(255, 255, 255, 0.64);
50+
--paper-input-container-focus-color: rgba(255, 255, 255, 1);
51+
--paper-input-container-input-color: #fff;
4652
}
4753

4854
/* General styles */

assets/wireframes/firstdraft.jpg

265 KB
Loading

0 commit comments

Comments
 (0)