@elliemae/ds-basic 2.0.0-rc.9 → 2.1.0-rc.0
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/css/dimsum.css +0 -1145
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/package.json +44 -44
- package/styles/components/index.scss +0 -2
- package/styles/components/packages/ds-basic/index.scss +0 -2
- package/styles/components/packages/ds-basic/styles/dist-index.scss +0 -2
- package/styles/dist-index.scss +0 -2
- package/styles/components/packages/ds-app-picker/DSAppPicker.scss +0 -161
- package/styles/components/packages/ds-tabs/DSTabs.scss +0 -272
- package/styles/components/packages/ds-treeview/deprecated/Tree.scss +0 -143
package/css/dimsum.css
CHANGED
|
@@ -5175,1038 +5175,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5175
5175
|
transform: translate(-50%, -50%);
|
|
5176
5176
|
z-index: 201; }
|
|
5177
5177
|
|
|
5178
|
-
.em-ds-tabs__tab-bar-container {
|
|
5179
|
-
display: flex; }
|
|
5180
|
-
|
|
5181
|
-
.em-ds-tabs-tab-bar__list {
|
|
5182
|
-
position: relative;
|
|
5183
|
-
border-bottom: 0.07692rem solid #8C93A6;
|
|
5184
|
-
display: flex;
|
|
5185
|
-
flex-wrap: nowrap;
|
|
5186
|
-
flex: 1; }
|
|
5187
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5188
|
-
padding-left: 16px; }
|
|
5189
|
-
|
|
5190
|
-
.em-ds-tabs-tab-bar__list--carousel {
|
|
5191
|
-
max-width: 100%; }
|
|
5192
|
-
|
|
5193
|
-
.em-ds-tabs-tab-bar__subtabs-list {
|
|
5194
|
-
position: relative;
|
|
5195
|
-
display: flex;
|
|
5196
|
-
align-items: center;
|
|
5197
|
-
flex-wrap: nowrap;
|
|
5198
|
-
flex: 1; }
|
|
5199
|
-
.em-ds-tabs-tab-bar__subtabs-list .em-ds-tabs-tab-bar__tab {
|
|
5200
|
-
text-transform: capitalize;
|
|
5201
|
-
padding-bottom: 0;
|
|
5202
|
-
padding-top: 0; }
|
|
5203
|
-
.em-ds-tabs-tab-bar__subtabs-list--carousel {
|
|
5204
|
-
max-width: 100%; }
|
|
5205
|
-
.em-ds-tabs-tab-bar__subtabs-list:not(.em-ds-tabs-tab-bar__subtabs-list--carousel) {
|
|
5206
|
-
padding-left: 16px; }
|
|
5207
|
-
|
|
5208
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5209
|
-
position: relative;
|
|
5210
|
-
background-color: transparent;
|
|
5211
|
-
border: 1px solid transparent;
|
|
5212
|
-
cursor: pointer;
|
|
5213
|
-
transition: 100ms cubic-bezier(0, 0, 0.42, 1);
|
|
5214
|
-
text-transform: uppercase;
|
|
5215
|
-
white-space: nowrap;
|
|
5216
|
-
padding: 2px 0;
|
|
5217
|
-
margin-right: 1.23077rem;
|
|
5218
|
-
letter-spacing: 0px;
|
|
5219
|
-
line-height: 1.3;
|
|
5220
|
-
color: #353C46; }
|
|
5221
|
-
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
|
|
5222
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5223
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5224
|
-
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
5225
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5226
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5227
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5228
|
-
margin-left: 1.23077rem; }
|
|
5229
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5230
|
-
font-size: 1rem;
|
|
5231
|
-
line-height: normal;
|
|
5232
|
-
font-weight: 600;
|
|
5233
|
-
color: #353C46;
|
|
5234
|
-
line-height: 1.3; }
|
|
5235
|
-
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
|
|
5236
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5237
|
-
font-weight: 400;
|
|
5238
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5239
|
-
-webkit-text-stroke: 0.4px #353C46; } }
|
|
5240
|
-
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
5241
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5242
|
-
font-weight: 400;
|
|
5243
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5244
|
-
-webkit-text-stroke: 0.4px #353C46; } }
|
|
5245
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5246
|
-
outline: none;
|
|
5247
|
-
color: #1e79c2; }
|
|
5248
|
-
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
|
|
5249
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5250
|
-
font-weight: 400;
|
|
5251
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5252
|
-
-webkit-text-stroke: 0.4px #1e79c2; } }
|
|
5253
|
-
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
5254
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5255
|
-
font-weight: 400;
|
|
5256
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5257
|
-
-webkit-text-stroke: 0.4px #1e79c2; } }
|
|
5258
|
-
.em-ds-tabs-tab-bar__tab--disabled {
|
|
5259
|
-
color: #697489;
|
|
5260
|
-
cursor: default; }
|
|
5261
|
-
.em-ds-tabs-tab-bar__tab--disabled:focus {
|
|
5262
|
-
outline: none; }
|
|
5263
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5264
|
-
content: "";
|
|
5265
|
-
position: absolute;
|
|
5266
|
-
width: 0.15385rem;
|
|
5267
|
-
right: -18px;
|
|
5268
|
-
top: 1.4px;
|
|
5269
|
-
height: 0.98462rem;
|
|
5270
|
-
background-color: #8C93A6; }
|
|
5271
|
-
|
|
5272
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5273
|
-
position: absolute;
|
|
5274
|
-
margin-top: 0.30769rem;
|
|
5275
|
-
border-bottom: 0.23077rem solid #1e79c2;
|
|
5276
|
-
pointer-events: none;
|
|
5277
|
-
transition: 200ms cubic-bezier(0.36, 0, 1, 1); }
|
|
5278
|
-
|
|
5279
|
-
.em-ds-tabs-panels__panel {
|
|
5280
|
-
padding-top: 0.61538rem; }
|
|
5281
|
-
.em-ds-tabs-panels__panel:focus {
|
|
5282
|
-
outline: none; }
|
|
5283
|
-
|
|
5284
|
-
@media (max-width: 48rem) {
|
|
5285
|
-
.em-ds-tabs-tab-bar__list {
|
|
5286
|
-
background: #EBF6FF;
|
|
5287
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5288
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5289
|
-
z-index: 0;
|
|
5290
|
-
overflow-x: scroll;
|
|
5291
|
-
overflow-y: hidden;
|
|
5292
|
-
-ms-overflow-style: none;
|
|
5293
|
-
scrollbar-width: none; }
|
|
5294
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5295
|
-
display: none; }
|
|
5296
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5297
|
-
position: fixed;
|
|
5298
|
-
left: 0px;
|
|
5299
|
-
content: "";
|
|
5300
|
-
height: 38px;
|
|
5301
|
-
width: 24px;
|
|
5302
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5303
|
-
z-index: 100;
|
|
5304
|
-
pointer-events: none; }
|
|
5305
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5306
|
-
position: fixed;
|
|
5307
|
-
right: 0px;
|
|
5308
|
-
content: "";
|
|
5309
|
-
height: 38px;
|
|
5310
|
-
width: 24px;
|
|
5311
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5312
|
-
z-index: 100;
|
|
5313
|
-
pointer-events: none; }
|
|
5314
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5315
|
-
display: flex;
|
|
5316
|
-
overflow-x: hidden; }
|
|
5317
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5318
|
-
flex: 1;
|
|
5319
|
-
overflow: hidden; }
|
|
5320
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5321
|
-
padding-left: 14px; }
|
|
5322
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5323
|
-
height: 2.49rem;
|
|
5324
|
-
color: #1e79c2;
|
|
5325
|
-
font-weight: 400;
|
|
5326
|
-
padding: 0;
|
|
5327
|
-
margin-right: 14px;
|
|
5328
|
-
font-size: 13px;
|
|
5329
|
-
line-height: 1.3; } }
|
|
5330
|
-
@media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
|
|
5331
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5332
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5333
|
-
|
|
5334
|
-
@media (max-width: 48rem) {
|
|
5335
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5336
|
-
margin-left: 14px; }
|
|
5337
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5338
|
-
font-weight: 400;
|
|
5339
|
-
font-size: 13px; } }
|
|
5340
|
-
@media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
|
|
5341
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5342
|
-
font-weight: 400;
|
|
5343
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5344
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5345
|
-
|
|
5346
|
-
@media (max-width: 48rem) {
|
|
5347
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5348
|
-
font-size: 13px;
|
|
5349
|
-
color: #006AA9;
|
|
5350
|
-
line-height: 1.3;
|
|
5351
|
-
font-weight: 400;
|
|
5352
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5353
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5354
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5355
|
-
color: #006AA9;
|
|
5356
|
-
font-size: 13px; } }
|
|
5357
|
-
@media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
|
|
5358
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5359
|
-
font-weight: 400;
|
|
5360
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5361
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5362
|
-
|
|
5363
|
-
@media (max-width: 48rem) {
|
|
5364
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5365
|
-
outline: none;
|
|
5366
|
-
color: #006AA9; } }
|
|
5367
|
-
@media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
|
|
5368
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5369
|
-
font-weight: 400;
|
|
5370
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5371
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5372
|
-
|
|
5373
|
-
@media (max-width: 48rem) {
|
|
5374
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5375
|
-
top: 50%;
|
|
5376
|
-
transform: translateY(-50%); }
|
|
5377
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5378
|
-
margin-left: 0rem;
|
|
5379
|
-
margin-top: 0.15385rem;
|
|
5380
|
-
border-bottom-width: 3px; }
|
|
5381
|
-
.em-ds-tabs-panels__panel {
|
|
5382
|
-
padding-top: 0; } }
|
|
5383
|
-
|
|
5384
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
5385
|
-
.em-ds-tabs-tab-bar__list {
|
|
5386
|
-
background: #EBF6FF;
|
|
5387
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5388
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5389
|
-
z-index: 0;
|
|
5390
|
-
overflow-x: scroll;
|
|
5391
|
-
overflow-y: hidden;
|
|
5392
|
-
-ms-overflow-style: none;
|
|
5393
|
-
scrollbar-width: none; }
|
|
5394
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5395
|
-
display: none; }
|
|
5396
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5397
|
-
position: fixed;
|
|
5398
|
-
left: 0px;
|
|
5399
|
-
content: "";
|
|
5400
|
-
height: 38px;
|
|
5401
|
-
width: 24px;
|
|
5402
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5403
|
-
z-index: 100;
|
|
5404
|
-
pointer-events: none; }
|
|
5405
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5406
|
-
position: fixed;
|
|
5407
|
-
right: 0px;
|
|
5408
|
-
content: "";
|
|
5409
|
-
height: 38px;
|
|
5410
|
-
width: 24px;
|
|
5411
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5412
|
-
z-index: 100;
|
|
5413
|
-
pointer-events: none; }
|
|
5414
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5415
|
-
display: flex;
|
|
5416
|
-
overflow-x: hidden; }
|
|
5417
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5418
|
-
flex: 1;
|
|
5419
|
-
overflow: hidden; }
|
|
5420
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5421
|
-
padding-left: 14px; }
|
|
5422
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5423
|
-
height: 2.49rem;
|
|
5424
|
-
color: #1e79c2;
|
|
5425
|
-
font-weight: 400;
|
|
5426
|
-
padding: 0;
|
|
5427
|
-
margin-right: 14px;
|
|
5428
|
-
font-size: 13px;
|
|
5429
|
-
line-height: 1.3; } }
|
|
5430
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5431
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5432
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5433
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5434
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5435
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5436
|
-
|
|
5437
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
5438
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5439
|
-
margin-left: 14px; }
|
|
5440
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5441
|
-
font-weight: 400;
|
|
5442
|
-
font-size: 13px; } }
|
|
5443
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5444
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5445
|
-
font-weight: 400;
|
|
5446
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5447
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5448
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5449
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5450
|
-
font-weight: 400;
|
|
5451
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5452
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5453
|
-
|
|
5454
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
5455
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5456
|
-
font-size: 13px;
|
|
5457
|
-
color: #006AA9;
|
|
5458
|
-
line-height: 1.3;
|
|
5459
|
-
font-weight: 400;
|
|
5460
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5461
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5462
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5463
|
-
color: #006AA9;
|
|
5464
|
-
font-size: 13px; } }
|
|
5465
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5466
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5467
|
-
font-weight: 400;
|
|
5468
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5469
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5470
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5471
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5472
|
-
font-weight: 400;
|
|
5473
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5474
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5475
|
-
|
|
5476
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
5477
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5478
|
-
outline: none;
|
|
5479
|
-
color: #006AA9; } }
|
|
5480
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5481
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5482
|
-
font-weight: 400;
|
|
5483
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5484
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5485
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5486
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5487
|
-
font-weight: 400;
|
|
5488
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5489
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5490
|
-
|
|
5491
|
-
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
5492
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5493
|
-
top: 50%;
|
|
5494
|
-
transform: translateY(-50%); }
|
|
5495
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5496
|
-
margin-left: 0rem;
|
|
5497
|
-
margin-top: 0.15385rem;
|
|
5498
|
-
border-bottom-width: 3px; }
|
|
5499
|
-
.em-ds-tabs-panels__panel {
|
|
5500
|
-
padding-top: 0; } }
|
|
5501
|
-
|
|
5502
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
5503
|
-
.em-ds-tabs-tab-bar__list {
|
|
5504
|
-
background: #EBF6FF;
|
|
5505
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5506
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5507
|
-
z-index: 0;
|
|
5508
|
-
overflow-x: scroll;
|
|
5509
|
-
overflow-y: hidden;
|
|
5510
|
-
-ms-overflow-style: none;
|
|
5511
|
-
scrollbar-width: none; }
|
|
5512
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5513
|
-
display: none; }
|
|
5514
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5515
|
-
position: fixed;
|
|
5516
|
-
left: 0px;
|
|
5517
|
-
content: "";
|
|
5518
|
-
height: 38px;
|
|
5519
|
-
width: 24px;
|
|
5520
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5521
|
-
z-index: 100;
|
|
5522
|
-
pointer-events: none; }
|
|
5523
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5524
|
-
position: fixed;
|
|
5525
|
-
right: 0px;
|
|
5526
|
-
content: "";
|
|
5527
|
-
height: 38px;
|
|
5528
|
-
width: 24px;
|
|
5529
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5530
|
-
z-index: 100;
|
|
5531
|
-
pointer-events: none; }
|
|
5532
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5533
|
-
display: flex;
|
|
5534
|
-
overflow-x: hidden; }
|
|
5535
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5536
|
-
flex: 1;
|
|
5537
|
-
overflow: hidden; }
|
|
5538
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5539
|
-
padding-left: 14px; }
|
|
5540
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5541
|
-
height: 2.49rem;
|
|
5542
|
-
color: #1e79c2;
|
|
5543
|
-
font-weight: 400;
|
|
5544
|
-
padding: 0;
|
|
5545
|
-
margin-right: 14px;
|
|
5546
|
-
font-size: 13px;
|
|
5547
|
-
line-height: 1.3; } }
|
|
5548
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5549
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5550
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5551
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5552
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5553
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5554
|
-
|
|
5555
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
5556
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5557
|
-
margin-left: 14px; }
|
|
5558
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5559
|
-
font-weight: 400;
|
|
5560
|
-
font-size: 13px; } }
|
|
5561
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5562
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5563
|
-
font-weight: 400;
|
|
5564
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5565
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5566
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5567
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5568
|
-
font-weight: 400;
|
|
5569
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5570
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5571
|
-
|
|
5572
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
5573
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5574
|
-
font-size: 13px;
|
|
5575
|
-
color: #006AA9;
|
|
5576
|
-
line-height: 1.3;
|
|
5577
|
-
font-weight: 400;
|
|
5578
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5579
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5580
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5581
|
-
color: #006AA9;
|
|
5582
|
-
font-size: 13px; } }
|
|
5583
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5584
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5585
|
-
font-weight: 400;
|
|
5586
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5587
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5588
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5589
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5590
|
-
font-weight: 400;
|
|
5591
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5592
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5593
|
-
|
|
5594
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
5595
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5596
|
-
outline: none;
|
|
5597
|
-
color: #006AA9; } }
|
|
5598
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5599
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5600
|
-
font-weight: 400;
|
|
5601
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5602
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5603
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5604
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5605
|
-
font-weight: 400;
|
|
5606
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5607
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5608
|
-
|
|
5609
|
-
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
5610
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5611
|
-
top: 50%;
|
|
5612
|
-
transform: translateY(-50%); }
|
|
5613
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5614
|
-
margin-left: 0rem;
|
|
5615
|
-
margin-top: 0.15385rem;
|
|
5616
|
-
border-bottom-width: 3px; }
|
|
5617
|
-
.em-ds-tabs-panels__panel {
|
|
5618
|
-
padding-top: 0; } }
|
|
5619
|
-
|
|
5620
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
5621
|
-
.em-ds-tabs-tab-bar__list {
|
|
5622
|
-
background: #EBF6FF;
|
|
5623
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5624
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5625
|
-
z-index: 0;
|
|
5626
|
-
overflow-x: scroll;
|
|
5627
|
-
overflow-y: hidden;
|
|
5628
|
-
-ms-overflow-style: none;
|
|
5629
|
-
scrollbar-width: none; }
|
|
5630
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5631
|
-
display: none; }
|
|
5632
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5633
|
-
position: fixed;
|
|
5634
|
-
left: 0px;
|
|
5635
|
-
content: "";
|
|
5636
|
-
height: 38px;
|
|
5637
|
-
width: 24px;
|
|
5638
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5639
|
-
z-index: 100;
|
|
5640
|
-
pointer-events: none; }
|
|
5641
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5642
|
-
position: fixed;
|
|
5643
|
-
right: 0px;
|
|
5644
|
-
content: "";
|
|
5645
|
-
height: 38px;
|
|
5646
|
-
width: 24px;
|
|
5647
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5648
|
-
z-index: 100;
|
|
5649
|
-
pointer-events: none; }
|
|
5650
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5651
|
-
display: flex;
|
|
5652
|
-
overflow-x: hidden; }
|
|
5653
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5654
|
-
flex: 1;
|
|
5655
|
-
overflow: hidden; }
|
|
5656
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5657
|
-
padding-left: 14px; }
|
|
5658
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5659
|
-
height: 2.49rem;
|
|
5660
|
-
color: #1e79c2;
|
|
5661
|
-
font-weight: 400;
|
|
5662
|
-
padding: 0;
|
|
5663
|
-
margin-right: 14px;
|
|
5664
|
-
font-size: 13px;
|
|
5665
|
-
line-height: 1.3; } }
|
|
5666
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5667
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5668
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5669
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5670
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5671
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5672
|
-
|
|
5673
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
5674
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5675
|
-
margin-left: 14px; }
|
|
5676
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5677
|
-
font-weight: 400;
|
|
5678
|
-
font-size: 13px; } }
|
|
5679
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5680
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5681
|
-
font-weight: 400;
|
|
5682
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5683
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5684
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5685
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5686
|
-
font-weight: 400;
|
|
5687
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5688
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5689
|
-
|
|
5690
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
5691
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5692
|
-
font-size: 13px;
|
|
5693
|
-
color: #006AA9;
|
|
5694
|
-
line-height: 1.3;
|
|
5695
|
-
font-weight: 400;
|
|
5696
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5697
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5698
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5699
|
-
color: #006AA9;
|
|
5700
|
-
font-size: 13px; } }
|
|
5701
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5702
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5703
|
-
font-weight: 400;
|
|
5704
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5705
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5706
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5707
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5708
|
-
font-weight: 400;
|
|
5709
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5710
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5711
|
-
|
|
5712
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
5713
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5714
|
-
outline: none;
|
|
5715
|
-
color: #006AA9; } }
|
|
5716
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
|
|
5717
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5718
|
-
font-weight: 400;
|
|
5719
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5720
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5721
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
|
|
5722
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5723
|
-
font-weight: 400;
|
|
5724
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5725
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5726
|
-
|
|
5727
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
5728
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5729
|
-
top: 50%;
|
|
5730
|
-
transform: translateY(-50%); }
|
|
5731
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5732
|
-
margin-left: 0rem;
|
|
5733
|
-
margin-top: 0.15385rem;
|
|
5734
|
-
border-bottom-width: 3px; }
|
|
5735
|
-
.em-ds-tabs-panels__panel {
|
|
5736
|
-
padding-top: 0; } }
|
|
5737
|
-
|
|
5738
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5739
|
-
.em-ds-tabs-tab-bar__list {
|
|
5740
|
-
background: #EBF6FF;
|
|
5741
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5742
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5743
|
-
z-index: 0;
|
|
5744
|
-
overflow-x: scroll;
|
|
5745
|
-
overflow-y: hidden;
|
|
5746
|
-
-ms-overflow-style: none;
|
|
5747
|
-
scrollbar-width: none; }
|
|
5748
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5749
|
-
display: none; }
|
|
5750
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5751
|
-
position: fixed;
|
|
5752
|
-
left: 0px;
|
|
5753
|
-
content: "";
|
|
5754
|
-
height: 38px;
|
|
5755
|
-
width: 24px;
|
|
5756
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5757
|
-
z-index: 100;
|
|
5758
|
-
pointer-events: none; }
|
|
5759
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5760
|
-
position: fixed;
|
|
5761
|
-
right: 0px;
|
|
5762
|
-
content: "";
|
|
5763
|
-
height: 38px;
|
|
5764
|
-
width: 24px;
|
|
5765
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5766
|
-
z-index: 100;
|
|
5767
|
-
pointer-events: none; }
|
|
5768
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5769
|
-
display: flex;
|
|
5770
|
-
overflow-x: hidden; }
|
|
5771
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5772
|
-
flex: 1;
|
|
5773
|
-
overflow: hidden; }
|
|
5774
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5775
|
-
padding-left: 14px; }
|
|
5776
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5777
|
-
height: 2.49rem;
|
|
5778
|
-
color: #1e79c2;
|
|
5779
|
-
font-weight: 400;
|
|
5780
|
-
padding: 0;
|
|
5781
|
-
margin-right: 14px;
|
|
5782
|
-
font-size: 13px;
|
|
5783
|
-
line-height: 1.3; } }
|
|
5784
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5785
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5786
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5787
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5788
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5789
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5790
|
-
|
|
5791
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5792
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5793
|
-
margin-left: 14px; }
|
|
5794
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5795
|
-
font-weight: 400;
|
|
5796
|
-
font-size: 13px; } }
|
|
5797
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5798
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5799
|
-
font-weight: 400;
|
|
5800
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5801
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5802
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5803
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5804
|
-
font-weight: 400;
|
|
5805
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5806
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5807
|
-
|
|
5808
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5809
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5810
|
-
font-size: 13px;
|
|
5811
|
-
color: #006AA9;
|
|
5812
|
-
line-height: 1.3;
|
|
5813
|
-
font-weight: 400;
|
|
5814
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5815
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5816
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5817
|
-
color: #006AA9;
|
|
5818
|
-
font-size: 13px; } }
|
|
5819
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5820
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5821
|
-
font-weight: 400;
|
|
5822
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5823
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5824
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5825
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5826
|
-
font-weight: 400;
|
|
5827
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5828
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5829
|
-
|
|
5830
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5831
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5832
|
-
outline: none;
|
|
5833
|
-
color: #006AA9; } }
|
|
5834
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
5835
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5836
|
-
font-weight: 400;
|
|
5837
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5838
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5839
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
5840
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5841
|
-
font-weight: 400;
|
|
5842
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5843
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5844
|
-
|
|
5845
|
-
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5846
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5847
|
-
top: 50%;
|
|
5848
|
-
transform: translateY(-50%); }
|
|
5849
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5850
|
-
margin-left: 0rem;
|
|
5851
|
-
margin-top: 0.15385rem;
|
|
5852
|
-
border-bottom-width: 3px; }
|
|
5853
|
-
.em-ds-tabs-panels__panel {
|
|
5854
|
-
padding-top: 0; } }
|
|
5855
|
-
|
|
5856
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
5857
|
-
.em-ds-tabs-tab-bar__list {
|
|
5858
|
-
background: #EBF6FF;
|
|
5859
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5860
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5861
|
-
z-index: 0;
|
|
5862
|
-
overflow-x: scroll;
|
|
5863
|
-
overflow-y: hidden;
|
|
5864
|
-
-ms-overflow-style: none;
|
|
5865
|
-
scrollbar-width: none; }
|
|
5866
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5867
|
-
display: none; }
|
|
5868
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5869
|
-
position: fixed;
|
|
5870
|
-
left: 0px;
|
|
5871
|
-
content: "";
|
|
5872
|
-
height: 38px;
|
|
5873
|
-
width: 24px;
|
|
5874
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5875
|
-
z-index: 100;
|
|
5876
|
-
pointer-events: none; }
|
|
5877
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5878
|
-
position: fixed;
|
|
5879
|
-
right: 0px;
|
|
5880
|
-
content: "";
|
|
5881
|
-
height: 38px;
|
|
5882
|
-
width: 24px;
|
|
5883
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
5884
|
-
z-index: 100;
|
|
5885
|
-
pointer-events: none; }
|
|
5886
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
5887
|
-
display: flex;
|
|
5888
|
-
overflow-x: hidden; }
|
|
5889
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
5890
|
-
flex: 1;
|
|
5891
|
-
overflow: hidden; }
|
|
5892
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
5893
|
-
padding-left: 14px; }
|
|
5894
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5895
|
-
height: 2.49rem;
|
|
5896
|
-
color: #1e79c2;
|
|
5897
|
-
font-weight: 400;
|
|
5898
|
-
padding: 0;
|
|
5899
|
-
margin-right: 14px;
|
|
5900
|
-
font-size: 13px;
|
|
5901
|
-
line-height: 1.3; } }
|
|
5902
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
5903
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5904
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5905
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
5906
|
-
.em-ds-tabs-tab-bar__tab {
|
|
5907
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
5908
|
-
|
|
5909
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
5910
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
5911
|
-
margin-left: 14px; }
|
|
5912
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5913
|
-
font-weight: 400;
|
|
5914
|
-
font-size: 13px; } }
|
|
5915
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
5916
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5917
|
-
font-weight: 400;
|
|
5918
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5919
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5920
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
5921
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
5922
|
-
font-weight: 400;
|
|
5923
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5924
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5925
|
-
|
|
5926
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
5927
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
5928
|
-
font-size: 13px;
|
|
5929
|
-
color: #006AA9;
|
|
5930
|
-
line-height: 1.3;
|
|
5931
|
-
font-weight: 400;
|
|
5932
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5933
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
5934
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5935
|
-
color: #006AA9;
|
|
5936
|
-
font-size: 13px; } }
|
|
5937
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
5938
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5939
|
-
font-weight: 400;
|
|
5940
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5941
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5942
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
5943
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
5944
|
-
font-weight: 400;
|
|
5945
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5946
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5947
|
-
|
|
5948
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
5949
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5950
|
-
outline: none;
|
|
5951
|
-
color: #006AA9; } }
|
|
5952
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
5953
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5954
|
-
font-weight: 400;
|
|
5955
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5956
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5957
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
5958
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
5959
|
-
font-weight: 400;
|
|
5960
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
5961
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
5962
|
-
|
|
5963
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
5964
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
5965
|
-
top: 50%;
|
|
5966
|
-
transform: translateY(-50%); }
|
|
5967
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
5968
|
-
margin-left: 0rem;
|
|
5969
|
-
margin-top: 0.15385rem;
|
|
5970
|
-
border-bottom-width: 3px; }
|
|
5971
|
-
.em-ds-tabs-panels__panel {
|
|
5972
|
-
padding-top: 0; } }
|
|
5973
|
-
|
|
5974
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
5975
|
-
.em-ds-tabs-tab-bar__list {
|
|
5976
|
-
background: #EBF6FF;
|
|
5977
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
5978
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
5979
|
-
z-index: 0;
|
|
5980
|
-
overflow-x: scroll;
|
|
5981
|
-
overflow-y: hidden;
|
|
5982
|
-
-ms-overflow-style: none;
|
|
5983
|
-
scrollbar-width: none; }
|
|
5984
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
5985
|
-
display: none; }
|
|
5986
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
5987
|
-
position: fixed;
|
|
5988
|
-
left: 0px;
|
|
5989
|
-
content: "";
|
|
5990
|
-
height: 38px;
|
|
5991
|
-
width: 24px;
|
|
5992
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
5993
|
-
z-index: 100;
|
|
5994
|
-
pointer-events: none; }
|
|
5995
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
5996
|
-
position: fixed;
|
|
5997
|
-
right: 0px;
|
|
5998
|
-
content: "";
|
|
5999
|
-
height: 38px;
|
|
6000
|
-
width: 24px;
|
|
6001
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
6002
|
-
z-index: 100;
|
|
6003
|
-
pointer-events: none; }
|
|
6004
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
6005
|
-
display: flex;
|
|
6006
|
-
overflow-x: hidden; }
|
|
6007
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
6008
|
-
flex: 1;
|
|
6009
|
-
overflow: hidden; }
|
|
6010
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
6011
|
-
padding-left: 14px; }
|
|
6012
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6013
|
-
height: 2.49rem;
|
|
6014
|
-
color: #1e79c2;
|
|
6015
|
-
font-weight: 400;
|
|
6016
|
-
padding: 0;
|
|
6017
|
-
margin-right: 14px;
|
|
6018
|
-
font-size: 13px;
|
|
6019
|
-
line-height: 1.3; } }
|
|
6020
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
6021
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6022
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
6023
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
6024
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6025
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
6026
|
-
|
|
6027
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6028
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
6029
|
-
margin-left: 14px; }
|
|
6030
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6031
|
-
font-weight: 400;
|
|
6032
|
-
font-size: 13px; } }
|
|
6033
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
6034
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6035
|
-
font-weight: 400;
|
|
6036
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6037
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6038
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
6039
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6040
|
-
font-weight: 400;
|
|
6041
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6042
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6043
|
-
|
|
6044
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6045
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
6046
|
-
font-size: 13px;
|
|
6047
|
-
color: #006AA9;
|
|
6048
|
-
line-height: 1.3;
|
|
6049
|
-
font-weight: 400;
|
|
6050
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6051
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
6052
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6053
|
-
color: #006AA9;
|
|
6054
|
-
font-size: 13px; } }
|
|
6055
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
6056
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6057
|
-
font-weight: 400;
|
|
6058
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6059
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6060
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
6061
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6062
|
-
font-weight: 400;
|
|
6063
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6064
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6065
|
-
|
|
6066
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6067
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6068
|
-
outline: none;
|
|
6069
|
-
color: #006AA9; } }
|
|
6070
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
|
|
6071
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6072
|
-
font-weight: 400;
|
|
6073
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6074
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6075
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
|
|
6076
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6077
|
-
font-weight: 400;
|
|
6078
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6079
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6080
|
-
|
|
6081
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6082
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
6083
|
-
top: 50%;
|
|
6084
|
-
transform: translateY(-50%); }
|
|
6085
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
6086
|
-
margin-left: 0rem;
|
|
6087
|
-
margin-top: 0.15385rem;
|
|
6088
|
-
border-bottom-width: 3px; }
|
|
6089
|
-
.em-ds-tabs-panels__panel {
|
|
6090
|
-
padding-top: 0; } }
|
|
6091
|
-
|
|
6092
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6093
|
-
.em-ds-tabs-tab-bar__list {
|
|
6094
|
-
background: #EBF6FF;
|
|
6095
|
-
border-bottom: 0.07692rem solid #A3D6FF; }
|
|
6096
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers {
|
|
6097
|
-
z-index: 0;
|
|
6098
|
-
overflow-x: scroll;
|
|
6099
|
-
overflow-y: hidden;
|
|
6100
|
-
-ms-overflow-style: none;
|
|
6101
|
-
scrollbar-width: none; }
|
|
6102
|
-
.em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
|
|
6103
|
-
display: none; }
|
|
6104
|
-
.em-ds-tabs-tab-bar__list--left-gradients::before {
|
|
6105
|
-
position: fixed;
|
|
6106
|
-
left: 0px;
|
|
6107
|
-
content: "";
|
|
6108
|
-
height: 38px;
|
|
6109
|
-
width: 24px;
|
|
6110
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
6111
|
-
z-index: 100;
|
|
6112
|
-
pointer-events: none; }
|
|
6113
|
-
.em-ds-tabs-tab-bar__list--right-gradients::after {
|
|
6114
|
-
position: fixed;
|
|
6115
|
-
right: 0px;
|
|
6116
|
-
content: "";
|
|
6117
|
-
height: 38px;
|
|
6118
|
-
width: 24px;
|
|
6119
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
6120
|
-
z-index: 100;
|
|
6121
|
-
pointer-events: none; }
|
|
6122
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers {
|
|
6123
|
-
display: flex;
|
|
6124
|
-
overflow-x: hidden; }
|
|
6125
|
-
.em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
|
|
6126
|
-
flex: 1;
|
|
6127
|
-
overflow: hidden; }
|
|
6128
|
-
.em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
|
|
6129
|
-
padding-left: 14px; }
|
|
6130
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6131
|
-
height: 2.49rem;
|
|
6132
|
-
color: #1e79c2;
|
|
6133
|
-
font-weight: 400;
|
|
6134
|
-
padding: 0;
|
|
6135
|
-
margin-right: 14px;
|
|
6136
|
-
font-size: 13px;
|
|
6137
|
-
line-height: 1.3; } }
|
|
6138
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
6139
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6140
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
6141
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
6142
|
-
.em-ds-tabs-tab-bar__tab {
|
|
6143
|
-
-webkit-text-stroke: 0.4px transparent; } }
|
|
6144
|
-
|
|
6145
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6146
|
-
.em-ds-tabs-tab-bar__tab:not(:first-child) {
|
|
6147
|
-
margin-left: 14px; }
|
|
6148
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6149
|
-
font-weight: 400;
|
|
6150
|
-
font-size: 13px; } }
|
|
6151
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
6152
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6153
|
-
font-weight: 400;
|
|
6154
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6155
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6156
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
6157
|
-
.em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
|
|
6158
|
-
font-weight: 400;
|
|
6159
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6160
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6161
|
-
|
|
6162
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6163
|
-
.em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
|
|
6164
|
-
font-size: 13px;
|
|
6165
|
-
color: #006AA9;
|
|
6166
|
-
line-height: 1.3;
|
|
6167
|
-
font-weight: 400;
|
|
6168
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6169
|
-
-webkit-text-stroke: 0.4px #006AA9; }
|
|
6170
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6171
|
-
color: #006AA9;
|
|
6172
|
-
font-size: 13px; } }
|
|
6173
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
6174
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6175
|
-
font-weight: 400;
|
|
6176
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6177
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6178
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
6179
|
-
.em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
|
|
6180
|
-
font-weight: 400;
|
|
6181
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6182
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6183
|
-
|
|
6184
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6185
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6186
|
-
outline: none;
|
|
6187
|
-
color: #006AA9; } }
|
|
6188
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
|
|
6189
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6190
|
-
font-weight: 400;
|
|
6191
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6192
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6193
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
|
|
6194
|
-
.em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
|
|
6195
|
-
font-weight: 400;
|
|
6196
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
6197
|
-
-webkit-text-stroke: 0.4px #006AA9; } }
|
|
6198
|
-
|
|
6199
|
-
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6200
|
-
.em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
|
|
6201
|
-
top: 50%;
|
|
6202
|
-
transform: translateY(-50%); }
|
|
6203
|
-
.em-ds-tabs-tab-bar__selection-indicator {
|
|
6204
|
-
margin-left: 0rem;
|
|
6205
|
-
margin-top: 0.15385rem;
|
|
6206
|
-
border-bottom-width: 3px; }
|
|
6207
|
-
.em-ds-tabs-panels__panel {
|
|
6208
|
-
padding-top: 0; } }
|
|
6209
|
-
|
|
6210
5178
|
.em-ds-tooltip {
|
|
6211
5179
|
text-align: middle;
|
|
6212
5180
|
max-width: 19.2rem;
|
|
@@ -8796,119 +7764,6 @@ div.em-ds-button {
|
|
|
8796
7764
|
100% {
|
|
8797
7765
|
transform: rotate(0deg); } }
|
|
8798
7766
|
|
|
8799
|
-
.em-ds-app-picker__wrapper {
|
|
8800
|
-
display: flex;
|
|
8801
|
-
flex-direction: column;
|
|
8802
|
-
align-items: center;
|
|
8803
|
-
min-width: 244px;
|
|
8804
|
-
max-height: 449px;
|
|
8805
|
-
overflow-y: scroll;
|
|
8806
|
-
padding: 4px 0;
|
|
8807
|
-
margin: 0 auto; }
|
|
8808
|
-
.em-ds-app-picker__wrapper:focus {
|
|
8809
|
-
outline: none; }
|
|
8810
|
-
|
|
8811
|
-
.em-ds-app-picker__arrow {
|
|
8812
|
-
position: relative;
|
|
8813
|
-
top: -21px;
|
|
8814
|
-
margin: 0;
|
|
8815
|
-
fill: #fff; }
|
|
8816
|
-
|
|
8817
|
-
.em-ds-app-picker__grid {
|
|
8818
|
-
display: flex;
|
|
8819
|
-
flex-direction: column;
|
|
8820
|
-
justify-content: center;
|
|
8821
|
-
align-items: center;
|
|
8822
|
-
width: 100%;
|
|
8823
|
-
padding: 0 8px; }
|
|
8824
|
-
|
|
8825
|
-
.em-ds-app-picker__row {
|
|
8826
|
-
display: flex;
|
|
8827
|
-
width: 100%; }
|
|
8828
|
-
|
|
8829
|
-
.em-ds-app-picker__section-title {
|
|
8830
|
-
color: #353C46;
|
|
8831
|
-
font-size: 0.8461rem;
|
|
8832
|
-
font-weight: bold;
|
|
8833
|
-
margin: 8px 0 4px 0;
|
|
8834
|
-
line-height: 1;
|
|
8835
|
-
text-transform: uppercase; }
|
|
8836
|
-
|
|
8837
|
-
.em-ds-app-picker__chip {
|
|
8838
|
-
display: flex;
|
|
8839
|
-
flex-direction: column;
|
|
8840
|
-
align-items: center;
|
|
8841
|
-
border-radius: 2%;
|
|
8842
|
-
padding: 8px 0 4px 0;
|
|
8843
|
-
margin: 4px;
|
|
8844
|
-
height: 68px;
|
|
8845
|
-
width: 68px;
|
|
8846
|
-
line-height: 1px;
|
|
8847
|
-
background-color: #fff;
|
|
8848
|
-
color: #1e79c2;
|
|
8849
|
-
cursor: pointer;
|
|
8850
|
-
border: 2px solid transparent; }
|
|
8851
|
-
.em-ds-app-picker__chip:hover {
|
|
8852
|
-
color: #005181;
|
|
8853
|
-
background-color: #EBF6FF; }
|
|
8854
|
-
.em-ds-app-picker__chip:hover .app-picker__icon {
|
|
8855
|
-
fill: #005181; }
|
|
8856
|
-
.em-ds-app-picker__chip:focus {
|
|
8857
|
-
outline: none;
|
|
8858
|
-
border: 2px solid #005181; }
|
|
8859
|
-
.em-ds-app-picker__chip--disabled {
|
|
8860
|
-
color: #697489;
|
|
8861
|
-
cursor: not-allowed; }
|
|
8862
|
-
.em-ds-app-picker__chip--disabled .app-picker__icon {
|
|
8863
|
-
fill: #697489; }
|
|
8864
|
-
.em-ds-app-picker__chip--disabled:focus, .em-ds-app-picker__chip--disabled:hover {
|
|
8865
|
-
background-color: #fff;
|
|
8866
|
-
cursor: not-allowed;
|
|
8867
|
-
border: 2px solid transparent; }
|
|
8868
|
-
.em-ds-app-picker__chip--disabled:focus .em-ds-app-picker__chip-label, .em-ds-app-picker__chip--disabled:hover .em-ds-app-picker__chip-label {
|
|
8869
|
-
color: #697489; }
|
|
8870
|
-
.em-ds-app-picker__chip--disabled:hover .app-picker__icon {
|
|
8871
|
-
fill: #697489; }
|
|
8872
|
-
.em-ds-app-picker__chip--selected {
|
|
8873
|
-
color: #005181;
|
|
8874
|
-
background-color: #EBF6FF;
|
|
8875
|
-
position: relative; }
|
|
8876
|
-
.em-ds-app-picker__chip--selected .app-picker__icon {
|
|
8877
|
-
fill: #005181; }
|
|
8878
|
-
.em-ds-app-picker__chip--selected:focus {
|
|
8879
|
-
border: 2px solid transparent; }
|
|
8880
|
-
.em-ds-app-picker__chip--selected:focus::after {
|
|
8881
|
-
border: 2px solid #005181; }
|
|
8882
|
-
.em-ds-app-picker__chip--selected::after {
|
|
8883
|
-
position: absolute;
|
|
8884
|
-
content: '';
|
|
8885
|
-
top: -2px;
|
|
8886
|
-
left: -2px;
|
|
8887
|
-
width: calc(100% + 4px);
|
|
8888
|
-
height: calc(100% + 4px);
|
|
8889
|
-
border: 1px solid #1e79c2;
|
|
8890
|
-
border-radius: 2px; }
|
|
8891
|
-
|
|
8892
|
-
.app-picker__icon {
|
|
8893
|
-
fill: #1e79c2; }
|
|
8894
|
-
|
|
8895
|
-
#app-picker__button:hover {
|
|
8896
|
-
background-color: transparent; }
|
|
8897
|
-
|
|
8898
|
-
.em-ds-app-picker__chip-label {
|
|
8899
|
-
font-size: 0.8461rem;
|
|
8900
|
-
font-weight: 600;
|
|
8901
|
-
word-wrap: break-word;
|
|
8902
|
-
margin: 4px 0;
|
|
8903
|
-
line-height: 12px;
|
|
8904
|
-
text-overflow: ellipsis; }
|
|
8905
|
-
|
|
8906
|
-
.em-ds-app-picker__separator {
|
|
8907
|
-
border-top: 1px solid #E0E3E8;
|
|
8908
|
-
border-bottom: none;
|
|
8909
|
-
width: 99%;
|
|
8910
|
-
margin-bottom: 0; }
|
|
8911
|
-
|
|
8912
7767
|
@keyframes pulse {
|
|
8913
7768
|
0% {
|
|
8914
7769
|
box-shadow: 0 0 0 0 #1e79c2; }
|