dealpostools 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -11
- package/tools/642.5d39acadd5be978d.js +1 -0
- package/tools/assets/bootstrap_light.scss +1172 -1172
- package/tools/assets/lbd/_alerts.scss +90 -90
- package/tools/assets/lbd/_bootstrap-switch.scss +128 -128
- package/tools/assets/lbd/_buttons.scss +132 -132
- package/tools/assets/lbd/_cards.scss +256 -256
- package/tools/assets/lbd/_chartist.scss +229 -229
- package/tools/assets/lbd/_checkbox-radio-switch.scss +140 -140
- package/tools/assets/lbd/_dropdown.scss +137 -137
- package/tools/assets/lbd/_footers.scss +75 -75
- package/tools/assets/lbd/_inputs.scss +141 -141
- package/tools/assets/lbd/_misc.scss +120 -120
- package/tools/assets/lbd/_mixins.scss +8 -8
- package/tools/assets/lbd/_navbars.scss +235 -235
- package/tools/assets/lbd/_partial-nucleo-icons.scss +574 -574
- package/tools/assets/lbd/_responsive.scss +482 -482
- package/tools/assets/lbd/_sidebar-and-main-panel.scss +331 -331
- package/tools/assets/lbd/_tables.scss +88 -88
- package/tools/assets/lbd/_typography.scss +91 -91
- package/tools/assets/lbd/_variables.scss +272 -272
- package/tools/assets/lbd/mixins/_buttons.scss +69 -69
- package/tools/assets/lbd/mixins/_cards.scss +8 -8
- package/tools/assets/lbd/mixins/_chartist.scss +85 -85
- package/tools/assets/lbd/mixins/_icons.scss +12 -12
- package/tools/assets/lbd/mixins/_inputs.scss +1 -1
- package/tools/assets/lbd/mixins/_labels.scss +20 -20
- package/tools/assets/lbd/mixins/_morphing-buttons.scss +33 -33
- package/tools/assets/lbd/mixins/_navbars.scss +11 -11
- package/tools/assets/lbd/mixins/_social-buttons.scss +42 -42
- package/tools/assets/lbd/mixins/_tabs.scss +3 -3
- package/tools/assets/lbd/mixins/_transparency.scss +19 -19
- package/tools/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
- package/tools/assets/lbd/plugins/_animate.scss +227 -227
- package/tools/assets/lbd/plugins/_datetime-picker.scss +463 -463
- package/tools/assets/light-bootstrap-dashboard.scss +32 -32
- package/tools/assets/pos_variable.scss +83 -83
- package/tools/index.html +2 -2
- package/tools/main.eb9648348ee7f065.js +1 -0
- package/tools/{runtime.4c9ee467c84ede91.js → runtime.c8171bfc17eaf1cc.js} +1 -1
- package/tools/157.a84bb181407710a0.js +0 -1
- package/tools/main.c604dd23bb38821d.js +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
/*!
|
|
3
|
-
|
|
4
|
-
=========================================================
|
|
5
|
-
* Light Bootstrap Dashboard - v2.0.1 (Bootstrap 4)
|
|
6
|
-
=========================================================
|
|
7
|
-
|
|
8
|
-
* Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard
|
|
9
|
-
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
|
|
10
|
-
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard/blob/master/LICENSE.md)
|
|
11
|
-
|
|
12
|
-
=========================================================
|
|
13
|
-
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
@import "lbd/variables";
|
|
19
|
-
@import "lbd/mixins";
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// Core CSS
|
|
23
|
-
|
|
24
|
-
@import "lbd/sidebar-and-main-panel";
|
|
25
|
-
@import "lbd/navbars";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
// Fancy Stuff
|
|
29
|
-
@import "lbd/responsive";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
|
|
2
|
+
/*!
|
|
3
|
+
|
|
4
|
+
=========================================================
|
|
5
|
+
* Light Bootstrap Dashboard - v2.0.1 (Bootstrap 4)
|
|
6
|
+
=========================================================
|
|
7
|
+
|
|
8
|
+
* Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard
|
|
9
|
+
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
|
|
10
|
+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard/blob/master/LICENSE.md)
|
|
11
|
+
|
|
12
|
+
=========================================================
|
|
13
|
+
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
@import "lbd/variables";
|
|
19
|
+
@import "lbd/mixins";
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Core CSS
|
|
23
|
+
|
|
24
|
+
@import "lbd/sidebar-and-main-panel";
|
|
25
|
+
@import "lbd/navbars";
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
// Fancy Stuff
|
|
29
|
+
@import "lbd/responsive";
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
/*General*/
|
|
2
|
-
$header-color: #3B3B3B; //pos variable //black color for all header , h1-h6, th panel header
|
|
3
|
-
$body-color: #333333; //black color for all content
|
|
4
|
-
$white: #ffffff; // rewrite for easy import to other file
|
|
5
|
-
$light:#dddddd; //border color
|
|
6
|
-
$green: #89b03e;//color for success
|
|
7
|
-
$dark: #4d4d4d; //color for specific dark (card header)
|
|
8
|
-
$blue: #337ab7 ;//primary blue for all link
|
|
9
|
-
$light-blue: #dfeffc ;//modal button
|
|
10
|
-
$gray-secondary: #cccccc;
|
|
11
|
-
$red: #c9302c;
|
|
12
|
-
$orange: #f6a828 ;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
$lightgrey: rgba(203, 203, 210, 0.15);//pos variable
|
|
17
|
-
|
|
18
|
-
$font-family-base: 'Roboto', sans-serif;
|
|
19
|
-
$headings-font-family: 'Roboto Slab', serif;
|
|
20
|
-
|
|
21
|
-
$text-muted: #9a9a9a ;
|
|
22
|
-
$link-color :#0976b4;
|
|
23
|
-
|
|
24
|
-
$h1-font-size: 1.375rem; //22px
|
|
25
|
-
$h2-font-size: 1.25rem; //20px
|
|
26
|
-
$h3-font-size: 1.125rem; //18px
|
|
27
|
-
$h4-font-size: 1rem; //16px
|
|
28
|
-
$h5-font-size: 0.875rem; //14px
|
|
29
|
-
$h6-font-size: 0.8125rem; //13px
|
|
30
|
-
$font-size-base: 0.75rem; //12px
|
|
31
|
-
$font-size-sm: 0.625rem ;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
$headings-font-weight: 700;
|
|
36
|
-
$font-weight-normal: 400;
|
|
37
|
-
//primary: all link
|
|
38
|
-
//success : main button
|
|
39
|
-
//secondary : secondary button
|
|
40
|
-
//nav-blue
|
|
41
|
-
$theme-colors: ( "primary":$blue, "success": $green, secondary:#cccccc, "dark": $dark,"light":$light,"light-gray":$lightgrey,"light-blue":$light-blue,"danger":$red,"warning":$orange);
|
|
42
|
-
|
|
43
|
-
$spacer: 0.125rem; //2px spacing for each level
|
|
44
|
-
$spacers: (0: 0, 1: $spacer, 2: $spacer*2, 3: $spacer*3, 4:$spacer*4,5:$spacer*5,6:$spacer*6,7:$spacer*7,8:$spacer*8,9:$spacer*9,10:$spacer*10,11:$spacer*11,12:$spacer*12 );
|
|
45
|
-
|
|
46
|
-
//table
|
|
47
|
-
$table-head-color: $header-color;
|
|
48
|
-
$table-head-bg: #f6f6f6;
|
|
49
|
-
$table-border-color: $light;
|
|
50
|
-
$table-cell-padding: 12px 8px;
|
|
51
|
-
|
|
52
|
-
//btn
|
|
53
|
-
$btn-padding-y: 0.625rem;
|
|
54
|
-
$btn-padding-x: 0.9375rem;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
//drop down
|
|
58
|
-
$dropdown-item-padding-y: .5rem;
|
|
59
|
-
$dropdown-item-padding-x: 1rem;
|
|
60
|
-
$dropdown-link-color: $body-color;
|
|
61
|
-
$dropdown-link-active-bg: transparent;
|
|
62
|
-
$dropdown-link-active-color: inherit;
|
|
63
|
-
//form
|
|
64
|
-
$input-focus-box-shadow: none;
|
|
65
|
-
$input-border-radius:0px;
|
|
66
|
-
$input-border-radius-lg: 1px;
|
|
67
|
-
$font-size-lg:1rem;
|
|
68
|
-
$input-group-addon-bg: white;
|
|
69
|
-
|
|
70
|
-
$modal-input-border: 1px solid #C8D3DF;
|
|
71
|
-
$modal-input-padding:5px 7px;
|
|
72
|
-
//card
|
|
73
|
-
$card-cap-bg: $white !default;
|
|
74
|
-
$card-spacer-x: 0.9375rem;
|
|
75
|
-
|
|
76
|
-
//border
|
|
77
|
-
$border:1px solid $light;
|
|
78
|
-
|
|
79
|
-
//Receipt Printing
|
|
80
|
-
$enable-print-styles: false;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
1
|
+
/*General*/
|
|
2
|
+
$header-color: #3B3B3B; //pos variable //black color for all header , h1-h6, th panel header
|
|
3
|
+
$body-color: #333333; //black color for all content
|
|
4
|
+
$white: #ffffff; // rewrite for easy import to other file
|
|
5
|
+
$light:#dddddd; //border color
|
|
6
|
+
$green: #89b03e;//color for success
|
|
7
|
+
$dark: #4d4d4d; //color for specific dark (card header)
|
|
8
|
+
$blue: #337ab7 ;//primary blue for all link
|
|
9
|
+
$light-blue: #dfeffc ;//modal button
|
|
10
|
+
$gray-secondary: #cccccc;
|
|
11
|
+
$red: #c9302c;
|
|
12
|
+
$orange: #f6a828 ;
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
$lightgrey: rgba(203, 203, 210, 0.15);//pos variable
|
|
17
|
+
|
|
18
|
+
$font-family-base: 'Roboto', sans-serif;
|
|
19
|
+
$headings-font-family: 'Roboto Slab', serif;
|
|
20
|
+
|
|
21
|
+
$text-muted: #9a9a9a ;
|
|
22
|
+
$link-color :#0976b4;
|
|
23
|
+
|
|
24
|
+
$h1-font-size: 1.375rem; //22px
|
|
25
|
+
$h2-font-size: 1.25rem; //20px
|
|
26
|
+
$h3-font-size: 1.125rem; //18px
|
|
27
|
+
$h4-font-size: 1rem; //16px
|
|
28
|
+
$h5-font-size: 0.875rem; //14px
|
|
29
|
+
$h6-font-size: 0.8125rem; //13px
|
|
30
|
+
$font-size-base: 0.75rem; //12px
|
|
31
|
+
$font-size-sm: 0.625rem ;
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
$headings-font-weight: 700;
|
|
36
|
+
$font-weight-normal: 400;
|
|
37
|
+
//primary: all link
|
|
38
|
+
//success : main button
|
|
39
|
+
//secondary : secondary button
|
|
40
|
+
//nav-blue
|
|
41
|
+
$theme-colors: ( "primary":$blue, "success": $green, secondary:#cccccc, "dark": $dark,"light":$light,"light-gray":$lightgrey,"light-blue":$light-blue,"danger":$red,"warning":$orange);
|
|
42
|
+
|
|
43
|
+
$spacer: 0.125rem; //2px spacing for each level
|
|
44
|
+
$spacers: (0: 0, 1: $spacer, 2: $spacer*2, 3: $spacer*3, 4:$spacer*4,5:$spacer*5,6:$spacer*6,7:$spacer*7,8:$spacer*8,9:$spacer*9,10:$spacer*10,11:$spacer*11,12:$spacer*12 );
|
|
45
|
+
|
|
46
|
+
//table
|
|
47
|
+
$table-head-color: $header-color;
|
|
48
|
+
$table-head-bg: #f6f6f6;
|
|
49
|
+
$table-border-color: $light;
|
|
50
|
+
$table-cell-padding: 12px 8px;
|
|
51
|
+
|
|
52
|
+
//btn
|
|
53
|
+
$btn-padding-y: 0.625rem;
|
|
54
|
+
$btn-padding-x: 0.9375rem;
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
//drop down
|
|
58
|
+
$dropdown-item-padding-y: .5rem;
|
|
59
|
+
$dropdown-item-padding-x: 1rem;
|
|
60
|
+
$dropdown-link-color: $body-color;
|
|
61
|
+
$dropdown-link-active-bg: transparent;
|
|
62
|
+
$dropdown-link-active-color: inherit;
|
|
63
|
+
//form
|
|
64
|
+
$input-focus-box-shadow: none;
|
|
65
|
+
$input-border-radius:0px;
|
|
66
|
+
$input-border-radius-lg: 1px;
|
|
67
|
+
$font-size-lg:1rem;
|
|
68
|
+
$input-group-addon-bg: white;
|
|
69
|
+
|
|
70
|
+
$modal-input-border: 1px solid #C8D3DF;
|
|
71
|
+
$modal-input-padding:5px 7px;
|
|
72
|
+
//card
|
|
73
|
+
$card-cap-bg: $white !default;
|
|
74
|
+
$card-spacer-x: 0.9375rem;
|
|
75
|
+
|
|
76
|
+
//border
|
|
77
|
+
$border:1px solid $light;
|
|
78
|
+
|
|
79
|
+
//Receipt Printing
|
|
80
|
+
$enable-print-styles: false;
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
package/tools/index.html
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufB5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufO5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufC5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufB5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufO5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufC5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qWr4xCCQ_k.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style>
|
|
11
11
|
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
|
|
12
12
|
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
|
|
13
|
-
<
|
|
13
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dealpostools@2.0.7/toolsstyles.5c1195796226e415.css"></head>
|
|
14
14
|
<body>
|
|
15
15
|
<app-root></app-root>
|
|
16
16
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
17
17
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
|
|
18
|
-
<script src="https://cdn.jsdelivr.net/npm/dealpostools@2.0.
|
|
18
|
+
<script src="https://cdn.jsdelivr.net/npm/dealpostools@2.0.7/toolsruntime.c8171bfc17eaf1cc.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealpostools@2.0.7/toolspolyfills.e1e985e05162f7f3.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealpostools@2.0.7/toolsscripts.810cf68f9a0ab876.js" defer></script><script src="https://cdn.jsdelivr.net/npm/dealpostools@2.0.7/toolsmain.eb9648348ee7f065.js" type="module"></script>
|
|
19
19
|
|
|
20
20
|
</body></html>
|