codecheck

Форк
0
322 строки · 7.9 Кб
1
/// Background of a paginator
2
/// @group data
3
$paginatorBg: #ffffff;
4

5
/// Text color of a paginator
6
/// @group data
7
$paginatorTextColor: $textSecondaryColor;
8

9
/// Border of a paginator
10
/// @group data
11
$paginatorBorder: solid #e9ecef;
12

13
/// Border width of a paginator
14
/// @group data
15
$paginatorBorderWidth: 0;
16

17
/// Padding of a paginator
18
/// @group data
19
$paginatorPadding: .5rem 1rem;
20

21
/// Width of a paginator element
22
/// @group data
23
$paginatorElementWidth: $buttonIconOnlyWidth;
24

25
/// Height of a paginator element
26
/// @group data
27
$paginatorElementHeight: $buttonIconOnlyWidth;
28

29
/// Background of a paginator element
30
/// @group data
31
$paginatorElementBg: transparent;
32

33
/// Border of a paginator element
34
/// @group data
35
$paginatorElementBorder: 0 none;
36

37
/// Icon color of a paginator element
38
/// @group data
39
$paginatorElementIconColor: $textSecondaryColor;
40

41
/// Background of a paginator element in hover state
42
/// @group data
43
$paginatorElementHoverBg: #e9ecef;
44

45
/// Border color of a paginator element in hover state
46
/// @group data
47
$paginatorElementHoverBorderColor: transparent;
48

49
/// Icon color of a paginator element in hover state
50
/// @group data
51
$paginatorElementIconHoverColor: $textSecondaryColor;
52

53
/// Border radius of a paginator element
54
/// @group data
55
$paginatorElementBorderRadius: $borderRadius;
56

57
/// Margin of a paginator element
58
/// @group data
59
$paginatorElementMargin: .143rem;
60

61
/// Padding of a paginator element
62
/// @group data
63
$paginatorElementPadding: 0;
64

65
/// Border of a table header
66
/// @group data
67
$tableHeaderBorder: 1px solid #e9ecef;
68

69
/// Border width of a table header
70
/// @group data
71
$tableHeaderBorderWidth: 0 0 1px 0;
72

73
/// Background of a table header
74
/// @group data
75
$tableHeaderBg: #f8f9fa;
76

77
/// Text color of a table header
78
/// @group data
79
$tableHeaderTextColor: $textColor;
80

81
/// Font weight of a table header
82
/// @group data
83
$tableHeaderFontWeight: 600;
84

85
/// Padding of a table header, must be defined with a shorthand for vertical and horizontal values e.g. ".5rem .5rem"
86
/// @group data
87
$tableHeaderPadding: 1rem 1rem;
88

89
/// Padding of a table header cell, must be defined with a shorthand for vertical and horizontal values e.g. ".5rem .5rem"
90
/// @group data
91
$tableHeaderCellPadding: 1rem 1rem;
92

93
/// Background of a table header cell
94
/// @group data
95
$tableHeaderCellBg: #f8f9fa;
96

97
/// Text color of a table header cell
98
/// @group data
99
$tableHeaderCellTextColor: $textColor;
100

101
/// Font weight of a table header cell
102
/// @group data
103
$tableHeaderCellFontWeight: 600;
104

105
/// Border of a table header cell
106
/// @group data
107
$tableHeaderCellBorder: 1px solid #e9ecef;
108

109
/// Border width of a table header cell
110
/// @group data
111
$tableHeaderCellBorderWidth: 0 0 1px 0;
112

113
/// Background of a table header cell in hover state
114
/// @group data
115
$tableHeaderCellHoverBg: #e9ecef;
116

117
/// Text color of a table header cell in hover state
118
/// @group data
119
$tableHeaderCellTextHoverColor: $textColor;
120

121
/// Icon color of a table header cell
122
/// @group data
123
$tableHeaderCellIconColor: $textSecondaryColor;
124

125
/// Icon color of a table header cell in hover state
126
/// @group data
127
$tableHeaderCellIconHoverColor: $textSecondaryColor;
128

129
/// Background of a table header cell in sorted state
130
/// @group data
131
$tableHeaderCellHighlightBg:#f8f9fa;
132

133
/// Text color of a table header cell in sorted state
134
/// @group data
135
$tableHeaderCellHighlightTextColor:$primaryColor;
136

137
/// Hover background of a table header cell in sorted state
138
/// @group data
139
$tableHeaderCellHighlightHoverBg:#e9ecef;
140

141
/// Hover text color of a table header cell in sorted state
142
/// @group data
143
$tableHeaderCellHighlightTextHoverColor:$primaryColor;
144

145
/// Size of a multiple column sorting order indicator
146
/// @group data
147
$tableSortableColumnBadgeSize: 1.143rem;
148

149
/// Background of a table body row
150
/// @group data
151
$tableBodyRowBg: #ffffff;
152

153
/// Text color of a table body row
154
/// @group data
155
$tableBodyRowTextColor: $textColor;
156

157
/// Background of an even table body row
158
/// @group data
159
$tableBodyRowEvenBg: #ffffff;
160

161
/// Background of a table body row in hover state
162
/// @group data
163
$tableBodyRowHoverBg: #e9ecef;
164

165
/// Text color of a table body row in hover state
166
/// @group data
167
$tableBodyRowTextHoverColor: $textColor;
168

169
/// Border for a cell of a table toby row
170
/// @group data
171
$tableBodyCellBorder: 1px solid rgba(0,0,0,0.08);
172

173
/// Border width for a cell of a table toby row
174
/// @group data
175
$tableBodyCellBorderWidth: 0 0 1px 0;
176

177
/// Padding for a cell of a table toby row, must be defined with a shorthand for vertical and horizontal values e.g. ".5rem .5rem"
178
/// @group data
179
$tableBodyCellPadding: 1rem 1rem;
180

181
/// Padding of a table footer cell, must be defined with a shorthand for vertical and horizontal values e.g. ".5rem .5rem"
182
/// @group data
183
$tableFooterCellPadding: 1rem 1rem;
184

185
/// Background of a table footer cell
186
/// @group data
187
$tableFooterCellBg: #f8f9fa;
188

189
/// Text color of a table footer cell
190
/// @group data
191
$tableFooterCellTextColor: $textColor;
192

193
/// Font weight of a table footer cell
194
/// @group data
195
$tableFooterCellFontWeight: 600;
196

197
/// Border of a table footer cell
198
/// @group data
199

200
/// Border of a table footer cell
201
/// @group data
202
$tableFooterCellBorder: 1px solid #e9ecef;
203

204
/// Border width of a table footer cell
205
/// @group data
206
$tableFooterCellBorderWidth: 0 0 1px 0;
207

208
/// Backgground of a table column resize indicator bar
209
/// @group data
210
$tableResizerHelperBg: $primaryColor;
211

212
/// Border of a table footer
213
/// @group data
214
$tableFooterBorder: 1px solid #e9ecef;
215

216
/// Border width of a table footer
217
/// @group data
218
$tableFooterBorderWidth: 0 0 1px 0;
219

220
/// Background of a table footer
221
/// @group data
222
$tableFooterBg: #f8f9fa;
223

224
/// Text color of a table footer
225
/// @group data
226
$tableFooterTextColor: $textColor;
227

228
/// Font weight of a table footer
229
/// @group data
230
$tableFooterFontWeight: 600;
231

232
/// Padding of a table footer, must be defined with a shorthand for vertical and horizontal values e.g. ".5rem .5rem"
233
/// @group data
234
$tableFooterPadding: 1rem 1rem;
235

236
/// Content alignment of a table cell
237
/// @group data
238
$tableCellContentAlignment: left;
239

240
/// Border width of a table paginator positioned at top
241
/// @group data
242
$tableTopPaginatorBorderWidth: 1px 0 1px 0;
243

244
/// Border width of a table paginator positioned at bottom
245
/// @group data
246
$tableBottomPaginatorBorderWidth: 0 0 1px 0;
247

248
/// Scale factor of a small datatable
249
/// @group data
250
$tableScaleSM: 0.5;
251

252
/// Scale factor of a large datatable
253
/// @group data
254
$tableScaleLG: 1.25;
255

256
/// Padding for content section of a dataview
257
/// @group data
258
$dataViewContentPadding: 0;
259

260
/// Border for content section of a dataview
261
/// @group data
262
$dataViewContentBorder: 0 none;
263

264
/// Padding of a tree
265
/// @group data
266
$treeContainerPadding: 0.286rem;
267

268
/// Padding of a tree node
269
/// @group data
270
$treeNodePadding: 0.143rem;
271

272
/// Padding of a tree node content consists of toggler, icon and label
273
/// @group data
274
$treeNodeContentPadding: .5rem;
275

276
/// Padding of a tree node children container
277
/// @group data
278
$treeNodeChildrenPadding: 0 0 0 1rem;
279

280
/// Color of a treenode data icon, $dataActionIconColor for the toggler element
281
/// @group data
282
$treeNodeIconColor: $textSecondaryColor;
283

284
/// Padding of a vertical timeline content element
285
/// @group data
286
$timelineVerticalEventContentPadding:0 1rem;
287

288
/// Padding of a horizontal timeline content element
289
/// @group data
290
$timelineHorizontalEventContentPadding:1rem 0;
291

292
/// Width of a timeline marker
293
/// @group data
294
$timelineEventMarkerWidth:1rem;
295

296
/// Height of a timeline marker
297
/// @group data
298
$timelineEventMarkerHeight:1rem;
299

300
/// Border radius of a timeline marker
301
/// @group data
302
$timelineEventMarkerBorderRadius:50%;
303

304
/// Border of a timeline marker
305
/// @group data
306
$timelineEventMarkerBorder:2px solid $highlightBg;
307

308
/// Background of a timeline marker
309
/// @group data
310
$timelineEventMarkerBackground:$highlightTextColor;
311

312
/// Size of a timeline connector
313
/// @group data
314
$timelineEventConnectorSize:2px;
315

316
/// Color of a timeline event
317
/// @group data
318
$timelineEventColor:#dee2e6; 
319

320
/// Color of a line to connect to organization chart nodes
321
/// @group data
322
$organizationChartConnectorColor: #dee2e6;

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.