-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from PnEcrins/ui-developement
ui development
- Loading branch information
Showing
76 changed files
with
550 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
// This file was generated by running 'ng generate @angular/material:m3-theme'. | ||
// Proceed with caution if making changes to this file. | ||
|
||
@use "sass:map"; | ||
@use "@angular/material" as mat; | ||
|
||
// Note: Color palettes are generated from primary: #F9CA24 | ||
$_palettes: ( | ||
primary: ( | ||
0: #000000, | ||
10: #241a00, | ||
20: #3d2f00, | ||
25: #4a3900, | ||
30: #574500, | ||
35: #655000, | ||
40: #745c00, | ||
50: #917400, | ||
60: #b08d00, | ||
70: #d0a600, | ||
80: #efc117, | ||
90: #ffe089, | ||
95: #ffefcc, | ||
98: #fff8f0, | ||
99: #fffbff, | ||
100: #ffffff, | ||
), | ||
secondary: ( | ||
0: #000000, | ||
10: #221b04, | ||
20: #393016, | ||
25: #443b1f, | ||
30: #50462a, | ||
35: #5c5234, | ||
40: #695d3f, | ||
50: #827656, | ||
60: #9d906e, | ||
70: #b8aa87, | ||
80: #d5c5a1, | ||
90: #f1e1bb, | ||
95: #ffefcc, | ||
98: #fff8f0, | ||
99: #fffbff, | ||
100: #ffffff, | ||
), | ||
tertiary: ( | ||
0: #000000, | ||
10: #03210c, | ||
20: #19371f, | ||
25: #24422a, | ||
30: #2f4d34, | ||
35: #3b593f, | ||
40: #46664b, | ||
50: #5f7f62, | ||
60: #78997b, | ||
70: #92b494, | ||
80: #adcfae, | ||
90: #c8ecc9, | ||
95: #d6fad7, | ||
98: #eaffe8, | ||
99: #f6fff2, | ||
100: #ffffff, | ||
), | ||
neutral: ( | ||
0: #000000, | ||
10: #1e1b16, | ||
20: #33302a, | ||
25: #3e3b35, | ||
30: #4a4640, | ||
35: #56524b, | ||
40: #625e57, | ||
50: #7b766f, | ||
60: #959088, | ||
70: #b0aaa2, | ||
80: #ccc6bd, | ||
90: #e8e2d9, | ||
95: #f7f0e7, | ||
98: #fff8f0, | ||
99: #fffbff, | ||
100: #ffffff, | ||
4: #100e09, | ||
6: #15130e, | ||
12: #221f1a, | ||
17: #2c2a24, | ||
22: #37342e, | ||
24: #3c3933, | ||
87: #e0d9d0, | ||
92: #eee7de, | ||
94: #f4ede4, | ||
96: #faf3e9, | ||
), | ||
neutral-variant: ( | ||
0: #000000, | ||
10: #1f1b10, | ||
20: #353024, | ||
25: #403b2e, | ||
30: #4c4639, | ||
35: #585244, | ||
40: #645e4f, | ||
50: #7d7667, | ||
60: #989080, | ||
70: #b3aa99, | ||
80: #cfc6b4, | ||
90: #ebe1cf, | ||
95: #faf0dd, | ||
98: #fff8f0, | ||
99: #fffbff, | ||
100: #ffffff, | ||
), | ||
error: ( | ||
0: #000000, | ||
10: #410002, | ||
20: #690005, | ||
25: #7e0007, | ||
30: #93000a, | ||
35: #a80710, | ||
40: #ba1a1a, | ||
50: #de3730, | ||
60: #ff5449, | ||
70: #ff897d, | ||
80: #ffb4ab, | ||
90: #ffdad6, | ||
95: #ffedea, | ||
98: #fff8f7, | ||
99: #fffbff, | ||
100: #ffffff, | ||
), | ||
); | ||
|
||
$_rest: ( | ||
secondary: map.get($_palettes, secondary), | ||
neutral: map.get($_palettes, neutral), | ||
neutral-variant: map.get($_palettes, neutral-variant), | ||
error: map.get($_palettes, error), | ||
); | ||
$_primary: map.merge(map.get($_palettes, primary), $_rest); | ||
$_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); | ||
|
||
$light-theme: mat.define-theme( | ||
( | ||
color: ( | ||
theme-type: light, | ||
primary: $_primary, | ||
tertiary: $_tertiary, | ||
), | ||
) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,4 @@ | |
"prettier": "3.3.1", | ||
"typescript": "~5.4.2" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,8 @@ main { | |
.toolbar-spacer { | ||
flex: 1 1 auto; | ||
} | ||
|
||
.logo-container { | ||
height: calc(100% - 8px); | ||
margin-right: 8px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.