@morozeckiy/dd-lib 0.9.9 → 0.9.10

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.
@@ -1,156 +1,156 @@
1
- html,
2
- body,
3
- div,
4
- span,
5
- applet,
6
- object,
7
- iframe,
8
- h1,
9
- h2,
10
- h3,
11
- h4,
12
- h5,
13
- h6,
14
- p,
15
- blockquote,
16
- pre,
17
- a,
18
- abbr,
19
- acronym,
20
- address,
21
- big,
22
- cite,
23
- code,
24
- del,
25
- dfn,
26
- em,
27
- img,
28
- ins,
29
- kbd,
30
- q,
31
- s,
32
- samp,
33
- small,
34
- strike,
35
- strong,
36
- sub,
37
- sup,
38
- tt,
39
- var,
40
- b,
41
- u,
42
- i,
43
- center,
44
- dl,
45
- dt,
46
- dd,
47
- ol,
48
- ul,
49
- li,
50
- fieldset,
51
- form,
52
- label,
53
- legend,
54
- table,
55
- caption,
56
- tbody,
57
- tfoot,
58
- thead,
59
- tr,
60
- th,
61
- td,
62
- article,
63
- aside,
64
- canvas,
65
- details,
66
- embed,
67
- figure,
68
- figcaption,
69
- footer,
70
- header,
71
- hgroup,
72
- menu,
73
- nav,
74
- output,
75
- ruby,
76
- section,
77
- summary,
78
- time,
79
- mark,
80
- audio,
81
- video {
82
- margin: 0;
83
- padding: 0;
84
- border: 0;
85
- font-size: 100%;
86
- font: inherit;
87
- vertical-align: baseline;
88
- }
89
-
90
- /* HTML5 display-role reset for older browsers */
91
- article,
92
- aside,
93
- details,
94
- figcaption,
95
- figure,
96
- footer,
97
- header,
98
- hgroup,
99
- menu,
100
- nav,
101
- section {
102
- display: block;
103
- }
104
-
105
- body {
106
- line-height: 1;
107
- }
108
-
109
- ol,
110
- ul {
111
- list-style: none;
112
- }
113
-
114
- blockquote,
115
- q {
116
- quotes: none;
117
- }
118
-
119
- blockquote:before,
120
- blockquote:after,
121
- q:before,
122
- q:after {
123
- content: '';
124
- content: none;
125
- }
126
-
127
- table {
128
- border-collapse: collapse;
129
- border-spacing: 0;
130
- }
131
-
132
- a {
133
- text-decoration: none;
134
- color: inherit;
135
- }
136
-
137
- span,
138
- div,
139
- input {
140
- box-sizing: border-box;
141
- }
142
-
143
- input:focus-visible {
144
- outline: none;
145
- }
146
-
147
- input,
148
- button,
149
- textarea {
150
- font-family: inherit;
151
- color: inherit;
152
- }
153
-
154
- textarea {
155
- outline: none;
156
- }
1
+ html,
2
+ body,
3
+ div,
4
+ span,
5
+ applet,
6
+ object,
7
+ iframe,
8
+ h1,
9
+ h2,
10
+ h3,
11
+ h4,
12
+ h5,
13
+ h6,
14
+ p,
15
+ blockquote,
16
+ pre,
17
+ a,
18
+ abbr,
19
+ acronym,
20
+ address,
21
+ big,
22
+ cite,
23
+ code,
24
+ del,
25
+ dfn,
26
+ em,
27
+ img,
28
+ ins,
29
+ kbd,
30
+ q,
31
+ s,
32
+ samp,
33
+ small,
34
+ strike,
35
+ strong,
36
+ sub,
37
+ sup,
38
+ tt,
39
+ var,
40
+ b,
41
+ u,
42
+ i,
43
+ center,
44
+ dl,
45
+ dt,
46
+ dd,
47
+ ol,
48
+ ul,
49
+ li,
50
+ fieldset,
51
+ form,
52
+ label,
53
+ legend,
54
+ table,
55
+ caption,
56
+ tbody,
57
+ tfoot,
58
+ thead,
59
+ tr,
60
+ th,
61
+ td,
62
+ article,
63
+ aside,
64
+ canvas,
65
+ details,
66
+ embed,
67
+ figure,
68
+ figcaption,
69
+ footer,
70
+ header,
71
+ hgroup,
72
+ menu,
73
+ nav,
74
+ output,
75
+ ruby,
76
+ section,
77
+ summary,
78
+ time,
79
+ mark,
80
+ audio,
81
+ video {
82
+ margin: 0;
83
+ padding: 0;
84
+ border: 0;
85
+ font-size: 100%;
86
+ font: inherit;
87
+ vertical-align: baseline;
88
+ }
89
+
90
+ /* HTML5 display-role reset for older browsers */
91
+ article,
92
+ aside,
93
+ details,
94
+ figcaption,
95
+ figure,
96
+ footer,
97
+ header,
98
+ hgroup,
99
+ menu,
100
+ nav,
101
+ section {
102
+ display: block;
103
+ }
104
+
105
+ body {
106
+ line-height: 1;
107
+ }
108
+
109
+ ol,
110
+ ul {
111
+ list-style: none;
112
+ }
113
+
114
+ blockquote,
115
+ q {
116
+ quotes: none;
117
+ }
118
+
119
+ blockquote:before,
120
+ blockquote:after,
121
+ q:before,
122
+ q:after {
123
+ content: '';
124
+ content: none;
125
+ }
126
+
127
+ table {
128
+ border-collapse: collapse;
129
+ border-spacing: 0;
130
+ }
131
+
132
+ a {
133
+ text-decoration: none;
134
+ color: inherit;
135
+ }
136
+
137
+ span,
138
+ div,
139
+ input {
140
+ box-sizing: border-box;
141
+ }
142
+
143
+ input:focus-visible {
144
+ outline: none;
145
+ }
146
+
147
+ input,
148
+ button,
149
+ textarea {
150
+ font-family: inherit;
151
+ color: inherit;
152
+ }
153
+
154
+ textarea {
155
+ outline: none;
156
+ }
@@ -1,72 +1,72 @@
1
- @use './vars-light' as *;
2
- @use './vars-dark' as *;
3
-
4
- :root {
5
- .theme-light {
6
- @include style-light();
7
- color: var(--light-black-color);
8
- background-color: var(--main-bgc);
9
-
10
- .plug-bg {
11
- background-image: url('../../assets/images/svg/plug.svg');
12
- }
13
-
14
- .user-empty-bg {
15
- background-image: url('../../assets/images/svg/user-empty.svg');
16
- }
17
-
18
- .not-found-bg {
19
- background-image: url('../../assets/images/png/not-found.png');
20
- }
21
-
22
- .page-404-bg {
23
- background-image: url('../../assets/images/png/404.png');
24
- }
25
-
26
- .error-page-bg {
27
- background-image: url('../../assets/images/png/error-page.png');
28
- }
29
-
30
- .tech-works-bg {
31
- background-image: url('../../assets/images/png/tech-works.png');
32
- }
33
-
34
- .iphone-bg {
35
- background-image: url('../../assets/images/png/iphone.png');
36
- }
37
- }
38
-
39
- .theme-dark {
40
- @include style-dark();
41
- color: var(--light-black-color);
42
- background-color: var(--main-bgc);
43
-
44
- .plug-bg {
45
- background-image: url('../../assets/images/svg/plug-d.svg');
46
- }
47
-
48
- .user-empty-bg {
49
- background-image: url('../../assets/images/svg/user-empty-d.svg');
50
- }
51
-
52
- .not-found-bg {
53
- background-image: url('../../assets/images/png/not-found-d.png');
54
- }
55
-
56
- .page-404-bg {
57
- background-image: url('../../assets/images/png/404-d.png');
58
- }
59
-
60
- .error-page-bg {
61
- background-image: url('../../assets/images/png/error-page-d.png');
62
- }
63
-
64
- .tech-works-bg {
65
- background-image: url('../../assets/images/png/tech-works-d.png');
66
- }
67
-
68
- .iphone-bg {
69
- background-image: url('../../assets/images/png/iphone.png');
70
- }
71
- }
72
- }
1
+ @use './vars-light' as *;
2
+ @use './vars-dark' as *;
3
+
4
+ :root {
5
+ .theme-light {
6
+ @include style-light();
7
+ color: var(--light-black-color);
8
+ background-color: var(--main-bgc);
9
+
10
+ .plug-bg {
11
+ background-image: url('../../assets/images/svg/plug.svg');
12
+ }
13
+
14
+ .user-empty-bg {
15
+ background-image: url('../../assets/images/svg/user-empty.svg');
16
+ }
17
+
18
+ .not-found-bg {
19
+ background-image: url('../../assets/images/png/not-found.png');
20
+ }
21
+
22
+ .page-404-bg {
23
+ background-image: url('../../assets/images/png/404.png');
24
+ }
25
+
26
+ .error-page-bg {
27
+ background-image: url('../../assets/images/png/error-page.png');
28
+ }
29
+
30
+ .tech-works-bg {
31
+ background-image: url('../../assets/images/png/tech-works.png');
32
+ }
33
+
34
+ .iphone-bg {
35
+ background-image: url('../../assets/images/png/iphone.png');
36
+ }
37
+ }
38
+
39
+ .theme-dark {
40
+ @include style-dark();
41
+ color: var(--light-black-color);
42
+ background-color: var(--main-bgc);
43
+
44
+ .plug-bg {
45
+ background-image: url('../../assets/images/svg/plug-d.svg');
46
+ }
47
+
48
+ .user-empty-bg {
49
+ background-image: url('../../assets/images/svg/user-empty-d.svg');
50
+ }
51
+
52
+ .not-found-bg {
53
+ background-image: url('../../assets/images/png/not-found-d.png');
54
+ }
55
+
56
+ .page-404-bg {
57
+ background-image: url('../../assets/images/png/404-d.png');
58
+ }
59
+
60
+ .error-page-bg {
61
+ background-image: url('../../assets/images/png/error-page-d.png');
62
+ }
63
+
64
+ .tech-works-bg {
65
+ background-image: url('../../assets/images/png/tech-works-d.png');
66
+ }
67
+
68
+ .iphone-bg {
69
+ background-image: url('../../assets/images/png/iphone.png');
70
+ }
71
+ }
72
+ }