forked from socialsensingbot/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
248 lines (195 loc) · 5.41 KB
/
styles.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
//@use 'sass:map';
@use '@angular/material' as mat;
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@include mat.core();
$my-primary: mat.define-palette(mat.$indigo-palette, 500);
$my-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
$my-theme: mat.define-light-theme((
color: (
primary: $my-primary,
accent: $my-accent,
),
typography: mat.define-typography-config(),
density: 0,
));
// Emit theme-dependent styles for common features used across multiple components.
@include mat.core-theme($my-theme);
// Emit styles for MatButton based on `$my-theme`. Because the configuration
// passed to `define-light-theme` omits typography, `button-theme` will not
// emit any typography styles.
@include mat.button-theme($my-theme);
@include mat.dialog-theme($my-theme);
@include mat.legacy-form-field-theme($my-theme);
//@import '@angular/material/theming';
$blackish: rgba(80, 80, 80, 1.0);
$lighter-black: rgba(128, 128, 128, 1.0);
$light-grey: rgba(180, 180, 180, 1.0);
$lighter-grey: rgba(220, 220, 220, 1.0);
$disabled-black: rgba(75, 75, 75, 1.0);
.amplify-block {
.amplify-container {
padding-bottom: 2em;
}
}
// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue. Available color palettes: https://material.io/design/color/
//
//$app-primary: mat.define-palette(mat.$light-blue-palette, 600);
//$app-accent: mat.define-palette(mat.$pink-palette, 800);
//$app-active: mat.define-palette(mat.$pink-palette, 800);
//
//// The warn palette is optional (defaults to red).
//$app-warn: mat.define-palette(mat.$red-palette);
//
//$app-theme: mat.define-light-theme(
// (
// color: (
// primary: $app-primary,
// accent: $app-accent,
// warn: $app-warn,
// ),
// )
//);
// Emit theme-dependent styles for common features used across multiple components.
//@include mat.core-theme($app-theme);
//
//@function my-mat-light-theme-foreground($color) {
// @return (
// base: $blackish,
// divider: $lighter-black,
// dividers: $lighter-black,
// disabled: rgba(black, 0.3),
// disabled-button: rgba(black, 0.3),
// disabled-text: rgba(black, 0.3),
// hint-text: $blackish,
// secondary-text: $blackish,
// icon: $blackish,
// icons: $blackish,
// text: $blackish,
// slider-min: $blackish,
// slider-off: $blackish,
// slider-off-active: $blackish,
// );
//}
//
//;
//
//// You can put any color here. I've chosen mat-color($my-app-primary, 700)
//$my-foreground: my-mat-light-theme-foreground($app-primary);
//$my-app-theme-custom: map-merge($app-theme, (foreground: $my-foreground));
// Include theme styles for core and each component used in your app.
// Alternatively, you can import and @include the theme mixins for each component
// that you are using.
//@include angular-material-theme($my-app-theme-custom);
//@include mat.all-component-themes($app-theme);
.active {
//color: mat-color($app-primary);
}
.valid, .primary {
//color: mat-color($app-primary);
}
html, body {
height: 100%;
}
body {
margin: 0;
font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}
form {
width: 100%;
}
form > * {
margin-bottom: 1.5em;
width: 100%;
}
a {
//color: mat-color($app-accent);
}
.cursor-pointer {
cursor: pointer;
}
.full-width {
width: 100%;
}
.active {
//color: mat-color($app-active);
}
blockquote {
&.twitter-tweet-error {
* {
display: none;
}
}
}
.app-toolbar-separator {
display: flex;
min-width: 1em;
}
.app-toolbar-expanding-separator {
display: flex;
flex-grow: 10;
min-width: 1em;
max-width: 100%;
}
.app-toolbar {
display: flex;
//flex-direction: row;
justify-content: left;
font-size: 14px;
//overflow: visible;
background-color: whitesmoke;
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}
.mat-tab-label, .mat-tab-link {
font-weight: lighter !important;
}
.mat-tab-label-active {
font-weight: normal !important;
}
.logo-button {
font-family: 'Josefin Sans', sans-serif;
font-size: 18px;
background: none;
color: $blackish;
}
.logo-button img {
max-width: 24px;
max-height: 24px;
min-width: 24px;
min-height: 24px;
margin-top: -4px;
margin-right: 6px;
color: $blackish;
}
.menu-spacer {
display: inline-block;
width: 100%;
}
.mat-card {
background: #fff;
}
.mat-select-panel {
background: #fff;
}
.mat-select-value {
color: $blackish !important;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.mat-dialog-container {
background: #fff;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.expanded-toolbar {
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
overflow: visible;
position: absolute;
border: solid 1px $lighter-grey;
button {
margin-right:6px;
}
}