Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
e4a77911
Commit
e4a77911
authored
Nov 26, 2019
by
Melvin Luong
Browse files
Updated palette colors and font type.
parent
fbd2b656
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/styles.scss
View file @
e4a77911
@import
"~@angular/material/theming"
;
@import
"~@angular/material/prebuilt-themes/deeppurple-amber.css"
;
@import
'health-warn.scss'
;
@import
url('https://fonts.googleapis.com/css?family=R
oboto:4
00,700|Material+Icons')
;
@import
url('https://fonts.googleapis.com/css?family=R
aleway:300,400,5
00,700|Material+Icons')
;
// Plus imports for other components in your app.
// Include the common styles for Angular Material. We include this here so that you only
...
...
@@ -9,22 +9,23 @@
// **Be sure that you only ever include this mixin once!**
@include
mat-core
();
/* For use in src/lib/core/theming/_palette.scss */
// Colour palette generated using #1a50a5 as primary:
// http://mcg.mbitson.com/#!?strudel=%231a50a5
$md-monashpalette
:
(
50
:
#e
0edf5
,
100
:
#b
3d3e7
,
200
:
#8
0b6d7
,
300
:
#
4d99c6
,
400
:
#
2683ba
,
500
:
#
006dae
,
600
:
#
0065a7
,
700
:
#
005a9d
,
800
:
#0
05094
,
900
:
#0
03e84
,
A100
:
#
b1cf
ff
,
A200
:
#7
eb0
ff
,
A400
:
#4
b91
ff
,
A700
:
#
3181
ff
,
50
:
#e
4eaf4
,
100
:
#b
acbe4
,
200
:
#8
da8d2
,
300
:
#
5f85c0
,
400
:
#
3c6ab3
,
500
:
#
1a50a5
,
600
:
#
17499d
,
700
:
#
134093
,
800
:
#0
f378a
,
900
:
#0
82779
,
A100
:
#
a8bb
ff
,
A200
:
#7
594
ff
,
A400
:
#4
26c
ff
,
A700
:
#
2958
ff
,
contrast
:
(
50
:
#000000
,
100
:
#000000
,
...
...
@@ -38,15 +39,11 @@ $md-monashpalette: (
900
:
#ffffff
,
A100
:
#000000
,
A200
:
#000000
,
A400
:
#
000000
,
A400
:
#
ffffff
,
A700
:
#ffffff
,
)
);
// Define the default theme (same as the example above).
//$strudel-app-primary: mat-palette($mat-indigo);
$strudel-app-primary
:
mat-palette
(
$md-monashpalette
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment