@ihk-gfi/lux-components-theme 15.0.0 → 15.2.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.
@@ -144,43 +144,6 @@ lux-card mat-card[class~=lux-cursor]:hover {
144
144
  border-radius: 4px;
145
145
  }
146
146
 
147
- /** ########## List ########## **/
148
- lux-list {
149
- border: 4px dashed transparent;
150
- }
151
- lux-list:focus-visible {
152
- border: 4px solid rgb(0, 152, 218) !important;
153
- border-radius: 4px;
154
- outline: none;
155
- }
156
- lux-list lux-list-item:focus-visible {
157
- outline: none;
158
- }
159
- lux-list lux-list-item lux-card.lux-list-item-selected mat-card.mat-card.lux-card {
160
- background-color: #f0f3f6 !important;
161
- position: relative;
162
- border-radius: 4px;
163
- }
164
- lux-list lux-list-item lux-card.lux-list-item-selected mat-card.mat-card.lux-card:after {
165
- content: "";
166
- left: 0;
167
- width: 6px;
168
- top: 0;
169
- bottom: 0;
170
- position: absolute;
171
- border-left: 4px solid #003366;
172
- border-radius: 4px 0 0 4px;
173
- }
174
- lux-list lux-list-item lux-card mat-card {
175
- -webkit-box-sizing: border-box;
176
- -moz-box-sizing: border-box;
177
- box-sizing: border-box;
178
- }
179
- lux-list lux-list-item lux-card mat-card:hover {
180
- background-color: #4d7094 !important;
181
- border-radius: 4px;
182
- }
183
-
184
147
  /** ########## Filter-Form ########## **/
185
148
  lux-filter-form lux-menu .lux-filter-menu-trigger button:not([disabled]).mat-fab.lux-button-rounded:hover {
186
149
  background-color: #3c5772 !important;
@@ -816,6 +779,7 @@ lux-app-header-ac .lux-app-header-nav-bar .lux-header-ac-nav-menu lux-button.lux
816
779
  }
817
780
  lux-app-header-ac .lux-app-header-nav-bar .lux-header-ac-nav-menu lux-button.lux-menu-item.nav-item-selected button.lux-button .lux-button-label {
818
781
  font-weight: 600;
782
+ height: 33px !important;
819
783
  }
820
784
  lux-app-header-ac .lux-app-header-nav-bar .lux-header-ac-nav-menu .lux-menu-extended {
821
785
  padding: 0;
@@ -1127,7 +1091,7 @@ h3,
1127
1091
  h4,
1128
1092
  h5,
1129
1093
  h6 {
1130
- font-family: "Blogger Sans", Roboto, Helvetica Neue, sans-serif;
1094
+ font-family: "Blogger Sans", Source Sans Pro, Helvetica Neue, sans-serif;
1131
1095
  }
1132
1096
 
1133
1097
  h1 {
@@ -1290,7 +1254,7 @@ body {
1290
1254
  }
1291
1255
 
1292
1256
  div {
1293
- font-family: Roboto, Helvetica Neue, sans-serif;
1257
+ font-family: Source Sans Pro, Helvetica Neue, sans-serif;
1294
1258
  }
1295
1259
 
1296
1260
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing.lux-file-preview-backdrop {
@@ -1351,6 +1315,15 @@ lux-card.lux-card-grow mat-card-content {
1351
1315
  visibility: hidden !important;
1352
1316
  }
1353
1317
 
1318
+ .lux-sr-only {
1319
+ position: absolute;
1320
+ left: -10000px;
1321
+ top: auto;
1322
+ width: 1px;
1323
+ height: 1px;
1324
+ overflow: hidden;
1325
+ }
1326
+
1354
1327
  .lux-nowrap {
1355
1328
  white-space: nowrap;
1356
1329
  }
@@ -4215,13 +4188,23 @@ lux-form-control-wrapper .lux-form-control-wrapper.lux-focused-authentic .lux-fo
4215
4188
  border-color: #003366;
4216
4189
  box-shadow: 0 0 0 1px #003366 inset;
4217
4190
  }
4218
- lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-error-authentic:not(.lux-form-control-disabled-authentic) .lux-form-control-label-authentic > * {
4219
- color: #ec2125;
4220
- }
4221
4191
  lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-error-authentic:not(.lux-form-control-disabled-authentic) .lux-form-control-container-authentic:not(.lux-no-input-row) {
4222
4192
  border-color: #ec2125;
4223
4193
  box-shadow: 0 0 0 1px #ec2125 inset;
4224
4194
  }
4195
+ lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-error-authentic:not(.lux-form-control-disabled-authentic) .lux-form-control-misc-authentic .lux-alert-icon {
4196
+ color: #bf0006;
4197
+ }
4198
+ lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-error-authentic:not(.lux-form-control-disabled-authentic) .lux-form-control-misc-authentic .lux-alert-icon mat-icon.mat-icon {
4199
+ box-sizing: border-box;
4200
+ }
4201
+ lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-error-authentic:not(.lux-form-control-disabled-authentic) .lux-form-control-misc-authentic .mat-error {
4202
+ background-color: rgb(255, 228, 231);
4203
+ border-radius: 4px;
4204
+ padding-right: 2px;
4205
+ color: #bf0006 !important;
4206
+ box-shadow: -18px 0px 0 0 rgb(255, 228, 231), -18px -1px 0 0 rgb(255, 228, 231), 0 -1px 0 0 rgb(255, 228, 231);
4207
+ }
4225
4208
  lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-disabled-authentic .lux-form-control-container-authentic,
4226
4209
  lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-disabled-authentic .lux-form-control-label-authentic,
4227
4210
  lux-form-control-wrapper .lux-form-control-wrapper.lux-form-control-disabled-authentic .lux-form-control-misc-authentic > * {
@@ -4506,6 +4489,11 @@ lux-chips-ac .lux-chips mat-chip.mat-chip-disabled lux-icon mat-icon {
4506
4489
  lux-chips-ac .lux-chips mat-chip-list div.mat-chip-list-wrapper {
4507
4490
  margin: 0px 0px 0px -4px;
4508
4491
  }
4492
+ lux-chips-ac .lux-hide-input-border .lux-form-control-container-authentic {
4493
+ border: none;
4494
+ padding: 0;
4495
+ box-shadow: none !important;
4496
+ }
4509
4497
 
4510
4498
  .lux-chips-ac-autocomplete-panel.mat-autocomplete-panel,
4511
4499
  .lux-chips-ac-autocomplete-panel-dense.mat-autocomplete-panel {
@@ -4532,9 +4520,34 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4532
4520
  }
4533
4521
 
4534
4522
  .lux-master-detail-ac {
4523
+ display: flex;
4524
+ flex-direction: row;
4525
+ gap: 30px;
4526
+ width: 100%;
4535
4527
  max-width: 100%;
4528
+ height: 100%;
4529
+ max-height: 100%;
4530
+ overflow-y: hidden;
4536
4531
  z-index: 10;
4537
4532
  }
4533
+ .lux-master-detail-ac.lux-master-detail-ac-mobile {
4534
+ gap: 0px;
4535
+ }
4536
+ .lux-master-detail-ac .lux-master-ac-container {
4537
+ display: flex;
4538
+ flex-direction: column;
4539
+ gap: 10px;
4540
+ height: 100%;
4541
+ max-height: 100%;
4542
+ width: 30%;
4543
+ max-width: 500px;
4544
+ flex-shrink: 0;
4545
+ box-sizing: border-box;
4546
+ }
4547
+ .lux-master-detail-ac .lux-master-ac-container.lux-master-ac-container-medium {
4548
+ min-width: calc(50% - 15px);
4549
+ max-width: calc(50% - 15px);
4550
+ }
4538
4551
  .lux-master-detail-ac .lux-master-ac-container.lux-master-closed {
4539
4552
  border: 1px solid rgba(0, 0, 0, 0.12);
4540
4553
  border-left-style: none;
@@ -4546,12 +4559,17 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4546
4559
  background-color: #fff;
4547
4560
  }
4548
4561
  .lux-master-detail-ac .lux-master-ac-container.lux-master-ac-container-mobile {
4562
+ width: 100%;
4563
+ max-width: unset;
4549
4564
  border: none;
4550
4565
  background-color: unset;
4551
4566
  }
4552
4567
  .lux-master-detail-ac .lux-master-header-container-ac {
4553
4568
  z-index: 100;
4554
4569
  position: relative;
4570
+ display: flex;
4571
+ align-items: start;
4572
+ justify-content: center;
4555
4573
  }
4556
4574
  .lux-master-detail-ac .lux-master-header-container-ac lux-button.master-ac-toggle {
4557
4575
  position: absolute;
@@ -4566,9 +4584,7 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4566
4584
  background-color: #fff !important;
4567
4585
  }
4568
4586
  .lux-master-detail-ac .lux-master-header-container-ac lux-button.master-ac-toggle .lux-button-icon-round.lux-lx-icon.lux-no-size {
4569
- padding-bottom: 2px;
4570
- padding-right: 1px;
4571
- padding-left: 1px;
4587
+ padding-bottom: 4px;
4572
4588
  }
4573
4589
  .lux-master-detail-ac .lux-master-header-container-ac button.lux-button.lux-button-rounded:hover:not([disabled]) {
4574
4590
  color: #4d7094;
@@ -4588,6 +4604,10 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4588
4604
  .lux-master-detail-ac .lux-master-header-container-ac mat-card-subtitle.mat-card-subtitle {
4589
4605
  font-size: 14px;
4590
4606
  }
4607
+ .lux-master-detail-ac .lux-master-header-container-ac .lux-master-header-content-container-ac {
4608
+ flex: 1 1 100%;
4609
+ max-width: 100%;
4610
+ }
4591
4611
  .lux-master-detail-ac lux-filter-form .lux-filter-card mat-card.mat-card,
4592
4612
  .lux-master-detail-ac .detail-header-container .lux-detail-header-ac mat-card.mat-card,
4593
4613
  .lux-master-detail-ac .lux-master-view-ac lux-list-item mat-card.mat-card {
@@ -4616,14 +4636,18 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4616
4636
  top: 18px;
4617
4637
  }
4618
4638
  .lux-master-detail-ac .lux-master-view-ac {
4619
- margin: 10px 0;
4639
+ height: 100%;
4640
+ overflow-y: hidden;
4620
4641
  z-index: 100;
4621
4642
  }
4622
4643
  .lux-master-detail-ac .lux-master-view-ac lux-list {
4623
- border: none !important;
4644
+ height: 100%;
4645
+ overflow-y: auto;
4624
4646
  }
4625
4647
  .lux-master-detail-ac .lux-master-view-ac lux-list-item {
4626
- margin-bottom: 4px;
4648
+ /**
4649
+ * Die List-Items basieren auf einer Card, für die Masterliste werden hier die Schriftgrößen und der White-Space verkleinert
4650
+ */
4627
4651
  }
4628
4652
  .lux-master-detail-ac .lux-master-view-ac lux-list-item mat-card.mat-card {
4629
4653
  margin: 0px;
@@ -4640,39 +4664,46 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4640
4664
  .lux-master-detail-ac .lux-master-view-ac lux-list-item-content {
4641
4665
  display: block;
4642
4666
  }
4667
+ .lux-master-detail-ac .lux-master-view-ac .lux-list-empty-container {
4668
+ margin: 20px auto;
4669
+ }
4670
+ .lux-master-detail-ac .lux-master-view-ac .lux-list-empty-icon,
4671
+ .lux-master-detail-ac .lux-master-view-ac .lux-list-empty-icon-text {
4672
+ color: rgb(158, 158, 158);
4673
+ opacity: 1;
4674
+ margin-bottom: 8px;
4675
+ }
4643
4676
  .lux-master-detail-ac lux-master-footer-ac {
4644
- padding: 10px 16px;
4677
+ padding: 10px 12px 10px 16px;
4645
4678
  z-index: 100;
4646
4679
  border: 1px solid rgba(0, 0, 0, 0.12);
4647
4680
  border-radius: 4px;
4648
4681
  background-color: #fff;
4649
4682
  }
4650
4683
  .lux-master-detail-ac lux-master-footer-ac .lux-menu-extended {
4651
- padding: 0;
4684
+ padding: 4px;
4652
4685
  }
4653
4686
  .lux-master-detail-ac .lux-detail-ac-container {
4654
4687
  position: relative;
4655
4688
  border: 1px solid rgba(0, 0, 0, 0.12);
4656
4689
  border-radius: 4px;
4657
4690
  background-color: #fff;
4691
+ display: flex;
4692
+ flex-direction: column;
4693
+ flex-grow: 1;
4694
+ gap: 20px;
4695
+ max-height: 100%;
4696
+ }
4697
+ .lux-master-detail-ac .lux-detail-ac-container.lux-empty-detail {
4698
+ width: 100%;
4658
4699
  }
4659
4700
  .lux-master-detail-ac .lux-detail-ac-container .lux-detail-header-ac mat-card.mat-card.lux-card {
4660
4701
  border: none;
4661
4702
  }
4662
- .lux-master-detail-ac .lux-detail-ac-container .lux-detail-empty {
4663
- position: absolute;
4664
- top: 0;
4665
- left: 0;
4666
- right: 0;
4667
- bottom: 0;
4668
- }
4669
- .lux-master-detail-ac .lux-detail-ac-container .lux-detail-empty.lux-mobile {
4670
- top: 60px;
4671
- }
4672
4703
  .lux-master-detail-ac .lux-detail-ac-container .lux-detail-empty-icon,
4673
4704
  .lux-master-detail-ac .lux-detail-ac-container .lux-detail-empty-icon-text {
4674
- opacity: 0.6;
4675
- padding: 0 8px;
4705
+ color: rgb(158, 158, 158);
4706
+ opacity: 1;
4676
4707
  }
4677
4708
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile {
4678
4709
  border: none;
@@ -4682,10 +4713,13 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4682
4713
  border: 2px solid #003366;
4683
4714
  }
4684
4715
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile .back-to-master-button-container {
4716
+ display: flex;
4717
+ align-items: center;
4718
+ gap: 10px;
4685
4719
  padding: 4px;
4686
4720
  }
4687
4721
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile .back-to-master-button-container:hover {
4688
- background-color: #4d7094;
4722
+ color: #4d7094;
4689
4723
  cursor: pointer;
4690
4724
  }
4691
4725
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile .back-to-master-button-container lux-button.back-to-master-button button.lux-button.lux-button-rounded {
@@ -4698,7 +4732,7 @@ lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb
4698
4732
  }
4699
4733
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile .back-to-master-button-container .back-to-master-label {
4700
4734
  font-size: 16px;
4701
- color: #4d7094;
4735
+ color: #003366;
4702
4736
  }
4703
4737
  .lux-master-detail-ac .lux-detail-ac-container.lux-detail-ac-container-mobile .lux-detail-view-container {
4704
4738
  border: 1px solid rgba(0, 0, 0, 0.12);
@@ -4745,8 +4779,15 @@ lux-textbox .lux-textbox-container {
4745
4779
  padding: 1.5em;
4746
4780
  background-color: #ffffff;
4747
4781
  }
4748
- lux-textbox .lux-textbox-container h3.lux-textbox-title {
4782
+ lux-textbox .lux-textbox-container h1.lux-textbox-title,
4783
+ lux-textbox .lux-textbox-container h2.lux-textbox-title,
4784
+ lux-textbox .lux-textbox-container h3.lux-textbox-title,
4785
+ lux-textbox .lux-textbox-container h4.lux-textbox-title,
4786
+ lux-textbox .lux-textbox-container h5.lux-textbox-title,
4787
+ lux-textbox .lux-textbox-container h6.lux-textbox-title {
4749
4788
  margin: 0;
4789
+ font-size: 20px;
4790
+ font-weight: 500;
4750
4791
  }
4751
4792
  lux-textbox .lux-textbox-container .lux-textbox-icon {
4752
4793
  width: 24px;
@@ -4834,7 +4875,7 @@ lux-icon.lux-error-icon mat-icon.lux-icon:hover {
4834
4875
  * Styling for LUX-Button
4835
4876
  */
4836
4877
  lux-button button.lux-button {
4837
- font-family: Roboto, Helvetica Neue, sans-serif;
4878
+ font-family: Source Sans Pro, Helvetica Neue, sans-serif;
4838
4879
  font-size: 14px;
4839
4880
  font-weight: 600;
4840
4881
  height: 36px;
@@ -4924,6 +4965,66 @@ lux-button:not(.lang-select-trigger-ac, .user-menu-trigger-ac, .lux-action-nav-i
4924
4965
  background-color: #004080 !important;
4925
4966
  }
4926
4967
 
4968
+ /*
4969
+ * Theming for LUX-List
4970
+ */
4971
+ lux-list {
4972
+ border-radius: 4px;
4973
+ /** ########## FOCUS ########## **/
4974
+ }
4975
+ lux-list .lux-list-empty-icon,
4976
+ lux-list .lux-list-empty-icon-text {
4977
+ color: rgba(0, 0, 0, 0.87);
4978
+ }
4979
+ lux-list .mat-card:not([class*=mat-elevation-z]) {
4980
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
4981
+ }
4982
+ lux-list lux-list-item:not(:last-of-type) lux-card {
4983
+ margin-bottom: 4px;
4984
+ }
4985
+ lux-list .mat-card-content.menu-item-content {
4986
+ margin-bottom: 0;
4987
+ }
4988
+ lux-list:focus-visible {
4989
+ outline: none;
4990
+ }
4991
+ lux-list:focus-visible .lux-list-empty-icon-text {
4992
+ outline: 4px solid rgb(0, 152, 218) !important;
4993
+ border-radius: 4px;
4994
+ }
4995
+ lux-list lux-list-item:focus-visible {
4996
+ outline: none;
4997
+ }
4998
+ lux-list lux-list-item:focus-visible lux-card mat-card {
4999
+ outline: 4px solid rgb(0, 152, 218) !important;
5000
+ outline-offset: -4px;
5001
+ }
5002
+ lux-list lux-list-item lux-card.lux-list-item-selected mat-card.mat-card.lux-card {
5003
+ background-color: #f0f3f6 !important;
5004
+ position: relative;
5005
+ border-radius: 4px;
5006
+ }
5007
+ lux-list lux-list-item lux-card.lux-list-item-selected mat-card.mat-card.lux-card:after {
5008
+ content: "";
5009
+ left: 0;
5010
+ width: 6px;
5011
+ top: 0;
5012
+ bottom: 0;
5013
+ position: absolute;
5014
+ border-left: 4px solid #003366;
5015
+ border-radius: 4px 0 0 4px;
5016
+ }
5017
+ lux-list lux-list-item lux-card mat-card {
5018
+ -webkit-box-sizing: border-box;
5019
+ -moz-box-sizing: border-box;
5020
+ box-sizing: border-box;
5021
+ }
5022
+ lux-list lux-list-item lux-card mat-card:hover {
5023
+ background-color: #4d7094 !important;
5024
+ border-radius: 4px;
5025
+ background: linear-gradient(270deg, #ffffff 0%, #f8fbff 100%);
5026
+ }
5027
+
4927
5028
  /*
4928
5029
  * Theming for LUX-App-Content
4929
5030
  */
@@ -4938,7 +5039,7 @@ lux-app-footer .lux-app-footer {
4938
5039
  background-color: #e0e7ed;
4939
5040
  }
4940
5041
  lux-app-footer .footerFont {
4941
- font-family: Roboto, Helvetica Neue, sans-serif;
5042
+ font-family: Source Sans Pro, Helvetica Neue, sans-serif;
4942
5043
  }
4943
5044
 
4944
5045
  /*
@@ -5287,23 +5388,6 @@ lux-layout-form-row .row-title {
5287
5388
  color: rgba(0, 0, 0, 0.87);
5288
5389
  }
5289
5390
 
5290
- /*
5291
- * Theming for LUX-List
5292
- */
5293
- lux-list .lux-list-empty-icon,
5294
- lux-list .lux-list-empty-icon-text {
5295
- color: rgba(0, 0, 0, 0.87);
5296
- }
5297
- lux-list .mat-card:not([class*=mat-elevation-z]) {
5298
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
5299
- }
5300
- lux-list lux-list-item lux-card mat-card {
5301
- margin: 4px;
5302
- }
5303
- lux-list .mat-card-content.menu-item-content {
5304
- margin-bottom: 0;
5305
- }
5306
-
5307
5391
  /*
5308
5392
  * Theming for LUX-Lookup-Components
5309
5393
  */
@@ -5657,8 +5741,8 @@ lux-stepper .mat-step-header:not(.lux-step-header-touched) .mat-step-icon-select
5657
5741
  /*
5658
5742
  * Theming for LUX-Table
5659
5743
  */
5660
- lux-table {
5661
- font-family: Roboto, Helvetica Neue, sans-serif;
5744
+ lux-table table.mat-table {
5745
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
5662
5746
  }
5663
5747
  lux-table .lux-row-selected {
5664
5748
  background-color: #f0f3f6;
@@ -5948,7 +6032,7 @@ lux-stepper-large {
5948
6032
  padding: 0 30px 24px 30px;
5949
6033
  }
5950
6034
  .lux-stepper-large-mobile-nav-header div {
5951
- font-family: Korb, Roboto, Helvetica Neue, sans-serif;
6035
+ font-family: Korb, Source Sans Pro, Helvetica Neue, sans-serif;
5952
6036
  font-size: 28px;
5953
6037
  }
5954
6038
 
@@ -12395,14 +12479,6 @@ lux-list .mat-card:not([class*=mat-elevation-z]) {
12395
12479
  lux-list .mat-card-content.menu-item-content {
12396
12480
  margin-bottom: 0;
12397
12481
  }
12398
- lux-list:focus-visible {
12399
- border: 4px solid rgb(0, 152, 218) !important;
12400
- border-radius: 4px;
12401
- outline: none;
12402
- }
12403
- lux-list lux-list-item:focus-visible {
12404
- outline: none;
12405
- }
12406
12482
  lux-list lux-list-item:focus-visible mat-card.mat-card.lux-card {
12407
12483
  outline: 4px solid rgb(0, 152, 218) !important;
12408
12484
  outline-offset: -4px;
@@ -12427,6 +12503,7 @@ lux-list lux-list-item lux-card mat-card[class~=lux-cursor]:not([class*=mat-elev
12427
12503
  }
12428
12504
  lux-list lux-list-item lux-card mat-card[class~=lux-cursor]:not([class*=mat-elevation-z]):hover {
12429
12505
  border: 1px solid #4d7094;
12506
+ background: linear-gradient(270deg, #ffffff 0%, #f8fbff 100%);
12430
12507
  background-color: #fff !important;
12431
12508
  }
12432
12509