|
1 |
| -/* You can add global styles to this file, and also import other style files */ |
2 |
| -// Standard CSS normalize, comment out if not required or using a different module |
3 |
| -@import "~minireset.css/minireset"; |
4 |
| - |
5 |
| -/* See: https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes.html */ |
6 |
| -@import "~igniteui-angular/lib/core/styles/themes/index"; |
7 | 1 |
|
8 |
| -@include igx-core(); |
9 |
| -@include igx-theme($default-palette); |
| 2 | +@import 'app/themes/themes.scss'; |
10 | 3 |
|
11 |
| -/* autoprefixer grid: on */ |
12 | 4 | html,
|
13 | 5 | body {
|
14 | 6 | height: 100%;
|
15 | 7 | overflow: hidden;
|
16 | 8 | margin: 0;
|
17 | 9 | }
|
18 | 10 |
|
19 |
| -.sample-wrapper { |
20 |
| - width: inherit; |
21 |
| - position: relative; |
22 |
| - height: 100%; |
23 |
| - margin: 0 auto; |
24 |
| - background: transparent; |
25 |
| -} |
26 |
| - |
27 |
| -.sample-content { |
28 |
| - display: flex; |
29 |
| - flex-grow: 1; |
30 |
| - flex-flow: row wrap; |
31 |
| - justify-content: flex-start; |
32 |
| - padding: 0; |
33 |
| - -webkit-animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
34 |
| - -moz-animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
35 |
| - animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
36 |
| -} |
37 |
| - |
38 |
| -.sample-column { |
39 |
| - display: flex; |
40 |
| - flex-flow: column nowrap; |
41 |
| - flex: 1 0 25%; |
42 |
| - align-content: flex-start; |
43 |
| - margin: 16px; |
44 |
| - min-width: 280px; |
45 |
| -} |
46 |
| - |
47 |
| -.sample-title { |
48 |
| - color: #0375be; |
49 |
| - margin-bottom: 12px; |
50 |
| - margin-top: 12px; |
51 |
| -} |
52 |
| - |
53 |
| -.sample-title .light { |
54 |
| - font-weight: 400; |
55 |
| -} |
56 |
| - |
57 |
| -.sample-description { |
58 |
| - font-size: 14px; |
59 |
| - font-weight: normal; |
60 |
| - color: #717171; |
61 |
| -} |
62 |
| - |
63 | 11 | @-webkit-keyframes color-change-2x {
|
64 | 12 | 0% {
|
65 | 13 | background: #fdf8f0;
|
@@ -99,21 +47,3 @@ body {
|
99 | 47 | .headerAlignSyle {
|
100 | 48 | text-align: right !important;
|
101 | 49 | }
|
102 |
| - |
103 |
| -$green-palette: igx-palette($primary: #09f,$secondary: #72da67, $surface: #333); |
104 |
| - |
105 |
| -.fin-dark-theme { |
106 |
| - @include igx-dark-theme($green-palette); |
107 |
| - background: #333; |
108 |
| - |
109 |
| - ::-moz-placeholder { |
110 |
| - opacity: 1; |
111 |
| - } |
112 |
| - } |
113 |
| - |
114 |
| -.dark-theme { |
115 |
| - background: #333; |
116 |
| - color: #fff; |
117 |
| - @include igx-dark-theme($green-palette); |
118 |
| -} |
119 |
| - |
0 commit comments