@epam/uui 5.5.3 → 5.5.5

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,174 +1,174 @@
1
- @mixin overflow-ellipsis() {
2
- overflow: hidden;
3
- text-overflow: ellipsis;
4
- }
5
-
6
- .uui-typography {
7
- font-family: var(--uui-font);
8
- color: var(--uui-text-primary);
9
-
10
- .hero-header, h1, h2, h3, h4, h5, h6 {
11
- margin: 0;
12
- }
13
-
14
- .hero-header {
15
- font-family: var(--uui-font);
16
- font-weight: 500;
17
- margin: 30px 0;
18
- font-size: 66px;
19
- line-height: 72px;
20
- }
21
-
22
- .promo-header, h1, h2, h3 {
23
- font-family: var(--uui-font);
24
- font-weight: 700;
25
- }
26
-
27
- h4, h5, h6 {
28
- font-family: var(--uui-font);
29
- font-weight: 600;
30
- }
31
-
32
- h1, h2, h3, h4, h5, h6 {
33
- margin-bottom: 0.5em;
34
- margin-top: 1.2em;
35
- line-height: 1.35em;
36
- }
37
-
38
- h1 {
39
- font-size: 42px;
40
- }
41
-
42
- h2 {
43
- font-size: 30px;
44
- letter-spacing: 0.1px;
45
-
46
- .promo-header {
47
- letter-spacing: 2px;
48
- }
49
- }
50
-
51
- h3 {
52
- font-size: 24px;
53
- }
54
-
55
- h4 {
56
- font-size: 18px;
57
- letter-spacing: 0.1px;
58
- }
59
-
60
- h5 {
61
- font-size: 16px;
62
- }
63
-
64
- h6 {
65
- font-size: 14px;
66
- }
67
-
68
- b, strong {
69
- font-family: var(--uui-font);
70
- font-weight: 600;
71
- }
72
-
73
- i, em {
74
- font-family: var(--uui-font);
75
- font-weight: 400;
76
- font-style: italic;
77
- }
78
-
79
- a {
80
- display: inline-flex;
81
- align-items: center;
82
- color: var(--uui-link);
83
- text-decoration: underline;
84
-
85
- &:visited {
86
- color: var(--uui-link-visited);
87
-
88
- &:hover {
89
- color: var(--uui-link-visited-hover);
90
- }
91
- }
92
-
93
- &:hover {
94
- color: var(--uui-link-hover);
95
- }
96
- }
97
-
98
- code {
99
- padding: 0.125em 0.25em;
100
- color: var(--uui-text-primary);
101
- background-color: var(--uui-neutral-30);
102
- font-family: var(--uui-font-mono, monospace);
103
- font-weight: 400;
104
- white-space: pre-wrap;
105
- word-wrap: normal;
106
- }
107
-
108
- ol, ul {
109
- padding: 0;
110
- }
111
-
112
- li {
113
- margin-left: 1.25em;
114
- line-height: 1.5;
115
- }
116
-
117
- pre {
118
- padding: 1.25em;
119
- font-family: monospace;
120
- white-space: pre-wrap;
121
- word-wrap: normal;
122
- }
123
-
124
- img {
125
- max-width: 100%;
126
- }
127
-
128
- figure {
129
- margin: 0;
130
-
131
- figcaption {
132
- font-size: 0.9em;
133
- opacity: 0.9;
134
- text-align: center;
135
- }
136
- }
137
-
138
- p {
139
- margin: 0.5em 0;
140
- line-height: 1.5;
141
- }
142
-
143
- .uui-critical {
144
- color: var(--uui-text-critical);
145
- }
146
-
147
- .uui-info {
148
- color: var(--uui-text-info);
149
- }
150
-
151
- .uui-success {
152
- color: var(--uui-text-success);
153
- }
154
-
155
- .uui-warning {
156
- color: var(--uui-text-warning);
157
- }
158
-
159
- .uui-highlight {
160
- background-color: var(--uui-warning-10);
161
- }
162
- }
163
-
164
- .uui-typography-size-12 {
165
- font-size: 12px;
166
- }
167
-
168
- .uui-typography-size-14 {
169
- font-size: 14px;
170
- }
171
-
172
- .uui-typography-size-16 {
173
- font-size: 16px;
174
- }
1
+ @mixin overflow-ellipsis() {
2
+ overflow: hidden;
3
+ text-overflow: ellipsis;
4
+ }
5
+
6
+ .uui-typography {
7
+ font-family: var(--uui-font);
8
+ color: var(--uui-text-primary);
9
+
10
+ .hero-header, h1, h2, h3, h4, h5, h6 {
11
+ margin: 0;
12
+ }
13
+
14
+ .hero-header {
15
+ font-family: var(--uui-font);
16
+ font-weight: 500;
17
+ margin: 30px 0;
18
+ font-size: 66px;
19
+ line-height: 72px;
20
+ }
21
+
22
+ .promo-header, h1, h2, h3 {
23
+ font-family: var(--uui-font);
24
+ font-weight: 700;
25
+ }
26
+
27
+ h4, h5, h6 {
28
+ font-family: var(--uui-font);
29
+ font-weight: 600;
30
+ }
31
+
32
+ h1, h2, h3, h4, h5, h6 {
33
+ margin-bottom: 0.5em;
34
+ margin-top: 1.2em;
35
+ line-height: 1.35em;
36
+ }
37
+
38
+ h1 {
39
+ font-size: 42px;
40
+ }
41
+
42
+ h2 {
43
+ font-size: 30px;
44
+ letter-spacing: 0.1px;
45
+
46
+ .promo-header {
47
+ letter-spacing: 2px;
48
+ }
49
+ }
50
+
51
+ h3 {
52
+ font-size: 24px;
53
+ }
54
+
55
+ h4 {
56
+ font-size: 18px;
57
+ letter-spacing: 0.1px;
58
+ }
59
+
60
+ h5 {
61
+ font-size: 16px;
62
+ }
63
+
64
+ h6 {
65
+ font-size: 14px;
66
+ }
67
+
68
+ b, strong {
69
+ font-family: var(--uui-font);
70
+ font-weight: 600;
71
+ }
72
+
73
+ i, em {
74
+ font-family: var(--uui-font);
75
+ font-weight: 400;
76
+ font-style: italic;
77
+ }
78
+
79
+ a {
80
+ display: inline-flex;
81
+ align-items: center;
82
+ color: var(--uui-link);
83
+ text-decoration: underline;
84
+
85
+ &:visited {
86
+ color: var(--uui-link-visited);
87
+
88
+ &:hover {
89
+ color: var(--uui-link-visited-hover);
90
+ }
91
+ }
92
+
93
+ &:hover {
94
+ color: var(--uui-link-hover);
95
+ }
96
+ }
97
+
98
+ code {
99
+ padding: 0.125em 0.25em;
100
+ color: var(--uui-text-primary);
101
+ background-color: var(--uui-neutral-30);
102
+ font-family: var(--uui-font-mono, monospace);
103
+ font-weight: 400;
104
+ white-space: pre-wrap;
105
+ word-wrap: normal;
106
+ }
107
+
108
+ ol, ul {
109
+ padding: 0;
110
+ }
111
+
112
+ li {
113
+ margin-left: 1.25em;
114
+ line-height: 1.5;
115
+ }
116
+
117
+ pre {
118
+ padding: 1.25em;
119
+ font-family: monospace;
120
+ white-space: pre-wrap;
121
+ word-wrap: normal;
122
+ }
123
+
124
+ img {
125
+ max-width: 100%;
126
+ }
127
+
128
+ figure {
129
+ margin: 0;
130
+
131
+ figcaption {
132
+ font-size: 0.9em;
133
+ opacity: 0.9;
134
+ text-align: center;
135
+ }
136
+ }
137
+
138
+ p {
139
+ margin: 0.5em 0;
140
+ line-height: 1.5;
141
+ }
142
+
143
+ .uui-critical {
144
+ color: var(--uui-text-critical);
145
+ }
146
+
147
+ .uui-info {
148
+ color: var(--uui-text-info);
149
+ }
150
+
151
+ .uui-success {
152
+ color: var(--uui-text-success);
153
+ }
154
+
155
+ .uui-warning {
156
+ color: var(--uui-text-warning);
157
+ }
158
+
159
+ .uui-highlight {
160
+ background-color: var(--uui-warning-10);
161
+ }
162
+ }
163
+
164
+ .uui-typography-size-12 {
165
+ font-size: 12px;
166
+ }
167
+
168
+ .uui-typography-size-14 {
169
+ font-size: 14px;
170
+ }
171
+
172
+ .uui-typography-size-16 {
173
+ font-size: 16px;
174
+ }