File tree Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 35
35
< link href ='//fonts.googleapis.com/css?family=Montserrat:700 ' rel ='stylesheet ' type ='text/css '>
36
36
< link href ='//fonts.googleapis.com/css?family=Lato:300,400 ' rel ='stylesheet ' type ='text/css '>
37
37
38
+ < style >
39
+ .purple {
40
+ background-color : # 7dc349 !important ;
41
+ }
42
+ </ style >
43
+
38
44
<!-- iOS Web Clip -->
39
45
< link rel ="apple-touch-icon " href ="assets/images/favicon.png ">
40
46
< meta name ="apple-mobile-web-app-capable " content ="yes ">
Original file line number Diff line number Diff line change 6
6
7
7
$primary : #FF585D ;
8
8
$secondary : #7dc349 ;
9
- $tertiary : #dabb0e ;
9
+ $tertiary : #7dc349 ;
10
+
11
+ // $tertiary: #dabb0e;
10
12
11
13
/* * ASSET URLS
12
14
* login-bg: image for login splash page
13
15
*/
14
16
15
- $login-bg : url (' https://scontent.fmba1-1.fna .fbcdn.net/v/t31.0-8/13483278_630624373754224_3282533544753907817_o.jpg?_nc_cat=0&oh=5def066abb7fbbc10979af65e59c216c&oe=5B8BD3BA' );
17
+ $login-bg : url (' https://scontent-lht6-1.xx .fbcdn.net/v/t31.0-8/13483278_630624373754224_3282533544753907817_o.jpg?_nc_cat=0&oh=5def066abb7fbbc10979af65e59c216c&oe=5B8BD3BA' );
Original file line number Diff line number Diff line change 1
1
// Branding overrides
2
2
//
3
3
// Copy variables from `_branding.scss` to this file to override default values.
4
+ $primary : #FF585D ;
5
+ $secondary : #7dc349 ;
6
+ $tertiary : #7dc349 ;
Original file line number Diff line number Diff line change 21
21
< label > Email</ label >
22
22
< input type ="email "
23
23
id ='email '
24
- placeholder ="foo@bar.edu "
24
+ placeholder ="someone@domain.com "
25
25
ng-model ="email ">
26
26
</ div >
27
27
< div class ="field ">
You can’t perform that action at this time.
0 commit comments