Spaces:
Running
Running
Update flare-ui/src/styles.scss
Browse files- flare-ui/src/styles.scss +1 -26
flare-ui/src/styles.scss
CHANGED
@@ -1,28 +1,3 @@
|
|
1 |
-
// Angular Material Theme
|
2 |
-
@use '@angular/material' as mat;
|
3 |
-
@include mat.core();
|
4 |
-
|
5 |
-
// Define custom theme
|
6 |
-
$primary: mat.define-palette(mat.$indigo-palette);
|
7 |
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
8 |
-
$warn: mat.define-palette(mat.$red-palette);
|
9 |
-
|
10 |
-
$theme: mat.define-light-theme((
|
11 |
-
color: (
|
12 |
-
primary: $primary,
|
13 |
-
accent: $accent,
|
14 |
-
warn: $warn,
|
15 |
-
)
|
16 |
-
));
|
17 |
-
|
18 |
-
@include mat.all-component-themes($theme);
|
19 |
-
|
20 |
-
// Material Icons
|
21 |
-
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|
22 |
-
|
23 |
-
// Inter Font
|
24 |
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
25 |
-
|
26 |
/* Global Styles */
|
27 |
* {
|
28 |
box-sizing: border-box;
|
@@ -100,7 +75,7 @@ body {
|
|
100 |
}
|
101 |
|
102 |
.mat-mdc-form-field {
|
103 |
-
margin: 8px 0;
|
104 |
}
|
105 |
|
106 |
/* Spinner */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/* Global Styles */
|
2 |
* {
|
3 |
box-sizing: border-box;
|
|
|
75 |
}
|
76 |
|
77 |
.mat-mdc-form-field {
|
78 |
+
margin: 8px 0;
|
79 |
}
|
80 |
|
81 |
/* Spinner */
|