ba-js-common-header 0.0.49 → 0.0.52

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/dist/style.css CHANGED
@@ -67,7 +67,7 @@
67
67
  --bs-red: #e41f1f;
68
68
  --bs-orange: #eb752e;
69
69
  --bs-yellow: #ffc107;
70
- --bs-green: #70ca3a;
70
+ --bs-green: #81bf8c;
71
71
  --bs-teal: #45aeb1;
72
72
  --bs-cyan: #0dcaf0;
73
73
  --bs-white: #fff;
@@ -84,7 +84,7 @@
84
84
  --bs-gray-900: #4a4e4f;
85
85
  --bs-primary: #3b5772;
86
86
  --bs-secondary: #929494;
87
- --bs-success: #70ca3a;
87
+ --bs-success: #81bf8c;
88
88
  --bs-info: #45aeb1;
89
89
  --bs-warning: #eb752e;
90
90
  --bs-danger: #e41f1f;
@@ -92,7 +92,7 @@
92
92
  --bs-dark: #2d2926;
93
93
  --bs-primary-rgb: 59, 87, 114;
94
94
  --bs-secondary-rgb: 146, 148, 148;
95
- --bs-success-rgb: 112, 202, 58;
95
+ --bs-success-rgb: 129, 191, 140;
96
96
  --bs-info-rgb: 69, 174, 177;
97
97
  --bs-warning-rgb: 235, 117, 46;
98
98
  --bs-danger-rgb: 228, 31, 31;
@@ -2089,15 +2089,15 @@ progress {
2089
2089
  }
2090
2090
 
2091
2091
  .table-success {
2092
- --bs-table-bg: #e2f4d8;
2093
- --bs-table-striped-bg: #d9eacf;
2092
+ --bs-table-bg: #e6f2e8;
2093
+ --bs-table-striped-bg: #dde8de;
2094
2094
  --bs-table-striped-color: #2d2926;
2095
- --bs-table-active-bg: #d0e0c6;
2095
+ --bs-table-active-bg: #d4ded5;
2096
2096
  --bs-table-active-color: #2d2926;
2097
- --bs-table-hover-bg: #d4e5cb;
2097
+ --bs-table-hover-bg: #d8e3d9;
2098
2098
  --bs-table-hover-color: #2d2926;
2099
2099
  color: #2d2926;
2100
- border-color: #d0e0c6;
2100
+ border-color: #d4ded5;
2101
2101
  }
2102
2102
 
2103
2103
  .table-info {
@@ -2770,7 +2770,7 @@ textarea.form-control-lg {
2770
2770
  width: 100%;
2771
2771
  margin-top: 0.25rem;
2772
2772
  font-size: 0.875em;
2773
- color: #70ca3a;
2773
+ color: #81bf8c;
2774
2774
  }
2775
2775
 
2776
2776
  .valid-tooltip {
@@ -2783,7 +2783,7 @@ textarea.form-control-lg {
2783
2783
  margin-top: 0.1rem;
2784
2784
  font-size: 0.765625rem;
2785
2785
  color: #2d2926;
2786
- background-color: rgba(112, 202, 58, 0.9);
2786
+ background-color: rgba(129, 191, 140, 0.9);
2787
2787
  border-radius: 0.25rem;
2788
2788
  }
2789
2789
 
@@ -2795,16 +2795,16 @@ textarea.form-control-lg {
2795
2795
  }
2796
2796
 
2797
2797
  .was-validated .form-control:valid, .form-control.is-valid {
2798
- border-color: #70ca3a;
2798
+ border-color: #81bf8c;
2799
2799
  padding-right: calc(1.5em + 0.75rem);
2800
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2370ca3a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2800
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2381bf8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2801
2801
  background-repeat: no-repeat;
2802
2802
  background-position: right calc(0.375em + 0.1875rem) center;
2803
2803
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2804
2804
  }
2805
2805
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
2806
- border-color: #70ca3a;
2807
- box-shadow: 0 0 0 0.25rem rgba(112, 202, 58, 0.25);
2806
+ border-color: #81bf8c;
2807
+ box-shadow: 0 0 0 0.25rem rgba(129, 191, 140, 0.25);
2808
2808
  }
2809
2809
 
2810
2810
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
@@ -2813,30 +2813,30 @@ textarea.form-control-lg {
2813
2813
  }
2814
2814
 
2815
2815
  .was-validated .form-select:valid, .form-select.is-valid {
2816
- border-color: #70ca3a;
2816
+ border-color: #81bf8c;
2817
2817
  }
2818
2818
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2819
2819
  padding-right: 4.125rem;
2820
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23606566' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2370ca3a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2820
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23606566' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2381bf8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2821
2821
  background-position: right 0.75rem center, center right 2.25rem;
2822
2822
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2823
2823
  }
2824
2824
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
2825
- border-color: #70ca3a;
2826
- box-shadow: 0 0 0 0.25rem rgba(112, 202, 58, 0.25);
2825
+ border-color: #81bf8c;
2826
+ box-shadow: 0 0 0 0.25rem rgba(129, 191, 140, 0.25);
2827
2827
  }
2828
2828
 
2829
2829
  .was-validated .form-check-input:valid, .form-check-input.is-valid {
2830
- border-color: #70ca3a;
2830
+ border-color: #81bf8c;
2831
2831
  }
2832
2832
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
2833
- background-color: #70ca3a;
2833
+ background-color: #81bf8c;
2834
2834
  }
2835
2835
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
2836
- box-shadow: 0 0 0 0.25rem rgba(112, 202, 58, 0.25);
2836
+ box-shadow: 0 0 0 0.25rem rgba(129, 191, 140, 0.25);
2837
2837
  }
2838
2838
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
2839
- color: #70ca3a;
2839
+ color: #81bf8c;
2840
2840
  }
2841
2841
 
2842
2842
  .form-check-inline .form-check-input ~ .valid-feedback {
@@ -3040,32 +3040,32 @@ textarea.form-control-lg {
3040
3040
 
3041
3041
  .btn-success {
3042
3042
  color: #2d2926;
3043
- background-color: #70ca3a;
3044
- border-color: #70ca3a;
3043
+ background-color: #81bf8c;
3044
+ border-color: #81bf8c;
3045
3045
  }
3046
3046
  .btn-success:hover {
3047
3047
  color: #2d2926;
3048
- background-color: #85d258;
3049
- border-color: #7ecf4e;
3048
+ background-color: #94c99d;
3049
+ border-color: #8ec598;
3050
3050
  }
3051
3051
  .btn-check:focus + .btn-success, .btn-success:focus {
3052
3052
  color: #2d2926;
3053
- background-color: #85d258;
3054
- border-color: #7ecf4e;
3055
- box-shadow: 0 0 0 0.25rem rgba(102, 178, 55, 0.5);
3053
+ background-color: #94c99d;
3054
+ border-color: #8ec598;
3055
+ box-shadow: 0 0 0 0.25rem rgba(116, 169, 125, 0.5);
3056
3056
  }
3057
3057
  .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
3058
3058
  color: #2d2926;
3059
- background-color: #8dd561;
3060
- border-color: #7ecf4e;
3059
+ background-color: #9acca3;
3060
+ border-color: #8ec598;
3061
3061
  }
3062
3062
  .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
3063
- box-shadow: 0 0 0 0.25rem rgba(102, 178, 55, 0.5);
3063
+ box-shadow: 0 0 0 0.25rem rgba(116, 169, 125, 0.5);
3064
3064
  }
3065
3065
  .btn-success:disabled, .btn-success.disabled {
3066
3066
  color: #2d2926;
3067
- background-color: #70ca3a;
3068
- border-color: #70ca3a;
3067
+ background-color: #81bf8c;
3068
+ border-color: #81bf8c;
3069
3069
  }
3070
3070
 
3071
3071
  .btn-info {
@@ -3269,27 +3269,27 @@ textarea.form-control-lg {
3269
3269
  }
3270
3270
 
3271
3271
  .btn-outline-success {
3272
- color: #70ca3a;
3273
- border-color: #70ca3a;
3272
+ color: #81bf8c;
3273
+ border-color: #81bf8c;
3274
3274
  }
3275
3275
  .btn-outline-success:hover {
3276
3276
  color: #2d2926;
3277
- background-color: #70ca3a;
3278
- border-color: #70ca3a;
3277
+ background-color: #81bf8c;
3278
+ border-color: #81bf8c;
3279
3279
  }
3280
3280
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
3281
- box-shadow: 0 0 0 0.25rem rgba(112, 202, 58, 0.5);
3281
+ box-shadow: 0 0 0 0.25rem rgba(129, 191, 140, 0.5);
3282
3282
  }
3283
3283
  .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
3284
3284
  color: #2d2926;
3285
- background-color: #70ca3a;
3286
- border-color: #70ca3a;
3285
+ background-color: #81bf8c;
3286
+ border-color: #81bf8c;
3287
3287
  }
3288
3288
  .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
3289
- box-shadow: 0 0 0 0.25rem rgba(112, 202, 58, 0.5);
3289
+ box-shadow: 0 0 0 0.25rem rgba(129, 191, 140, 0.5);
3290
3290
  }
3291
3291
  .btn-outline-success:disabled, .btn-outline-success.disabled {
3292
- color: #70ca3a;
3292
+ color: #81bf8c;
3293
3293
  background-color: transparent;
3294
3294
  }
3295
3295
 
@@ -4900,12 +4900,12 @@ textarea.form-control-lg {
4900
4900
  }
4901
4901
 
4902
4902
  .alert-success {
4903
- color: #437923;
4904
- background-color: #e2f4d8;
4905
- border-color: #d4efc4;
4903
+ color: #4d7354;
4904
+ background-color: #e6f2e8;
4905
+ border-color: #d9ecdd;
4906
4906
  }
4907
4907
  .alert-success .alert-link {
4908
- color: #36611c;
4908
+ color: #3e5c43;
4909
4909
  }
4910
4910
 
4911
4911
  .alert-info {
@@ -5249,17 +5249,17 @@ textarea.form-control-lg {
5249
5249
  }
5250
5250
 
5251
5251
  .list-group-item-success {
5252
- color: #437923;
5253
- background-color: #e2f4d8;
5252
+ color: #4d7354;
5253
+ background-color: #e6f2e8;
5254
5254
  }
5255
5255
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
5256
- color: #437923;
5257
- background-color: #cbdcc2;
5256
+ color: #4d7354;
5257
+ background-color: #cfdad1;
5258
5258
  }
5259
5259
  .list-group-item-success.list-group-item-action.active {
5260
5260
  color: #fff;
5261
- background-color: #437923;
5262
- border-color: #437923;
5261
+ background-color: #4d7354;
5262
+ border-color: #4d7354;
5263
5263
  }
5264
5264
 
5265
5265
  .list-group-item-info {
@@ -6346,10 +6346,10 @@ textarea.form-control-lg {
6346
6346
  }
6347
6347
 
6348
6348
  .link-success {
6349
- color: #70ca3a;
6349
+ color: #81bf8c;
6350
6350
  }
6351
6351
  .link-success:hover, .link-success:focus {
6352
- color: #8dd561;
6352
+ color: #9acca3;
6353
6353
  }
6354
6354
 
6355
6355
  .link-info {
@@ -6786,7 +6786,7 @@ textarea.form-control-lg {
6786
6786
  }
6787
6787
 
6788
6788
  .border-success {
6789
- border-color: #70ca3a !important;
6789
+ border-color: #81bf8c !important;
6790
6790
  }
6791
6791
 
6792
6792
  .border-info {
@@ -11229,6 +11229,10 @@ h4, .h4 {
11229
11229
  }
11230
11230
  }
11231
11231
 
11232
+ #update_button_container {
11233
+ transition: background-color 0.25s ease-in-out;
11234
+ }
11235
+
11232
11236
  .bg-corporate-1 {
11233
11237
  background-color: #3b5772 !important;
11234
11238
  }
@@ -11459,6 +11463,11 @@ h4, .h4 {
11459
11463
  font-size: 1.1rem;
11460
11464
  }
11461
11465
 
11466
+ #hd-top-container {
11467
+ position: relative;
11468
+ z-index: 1;
11469
+ }
11470
+
11462
11471
  #hd-submenu-back {
11463
11472
  cursor: pointer;
11464
11473
  }
@@ -11468,6 +11477,9 @@ h4, .h4 {
11468
11477
  font-size: 0.7rem;
11469
11478
  font-weight: 400;
11470
11479
  }
11480
+ #hd-extranet .hd-icon {
11481
+ margin-right: 0.5rem;
11482
+ }
11471
11483
  @media screen and (max-width: 992px) {
11472
11484
  #hd-extranet {
11473
11485
  display: none;
@@ -11519,6 +11531,55 @@ h4, .h4 {
11519
11531
  top: 5px;
11520
11532
  }
11521
11533
 
11534
+ .hd-dropdown {
11535
+ position: relative;
11536
+ }
11537
+
11538
+ .hd-dropdown-menu {
11539
+ background-clip: padding-box;
11540
+ background-color: #fff;
11541
+ border-radius: 0.25rem;
11542
+ border: 1px solid rgba(45, 41, 38, 0.15);
11543
+ color: #606566;
11544
+ display: none;
11545
+ font-size: 0.875rem;
11546
+ list-style: none;
11547
+ margin: 0;
11548
+ min-width: 10rem;
11549
+ padding: 0.5rem 0;
11550
+ position: absolute;
11551
+ right: 0;
11552
+ text-align: left;
11553
+ z-index: 1000;
11554
+ }
11555
+ @media screen and (min-width: 992px) {
11556
+ .hd-dropdown-menu {
11557
+ transform: translateX(50%);
11558
+ }
11559
+ }
11560
+
11561
+ .hd-dropdown-header {
11562
+ color: #606566;
11563
+ display: block;
11564
+ font-size: 0.765625rem;
11565
+ margin-bottom: 0;
11566
+ padding: 0.5rem 1rem;
11567
+ white-space: nowrap;
11568
+ }
11569
+
11570
+ .hd-dropdown-item {
11571
+ background-color: transparent;
11572
+ border: 0;
11573
+ clear: both;
11574
+ display: block;
11575
+ font-weight: 300;
11576
+ padding: 0.25rem 1rem;
11577
+ text-align: inherit;
11578
+ text-decoration: none;
11579
+ white-space: nowrap;
11580
+ width: 100%;
11581
+ }
11582
+
11522
11583
  @media screen and (max-width: 992px) {
11523
11584
  #hd-property {
11524
11585
  display: none;
@@ -11549,6 +11610,13 @@ h4, .h4 {
11549
11610
  }
11550
11611
  }
11551
11612
 
11613
+ #hd-group-property-name .hd-icon {
11614
+ font-size: 1rem;
11615
+ height: 1.5rem;
11616
+ }
11617
+ #hd-group-property-name > div {
11618
+ cursor: pointer;
11619
+ }
11552
11620
  @media screen and (min-width: 992px) {
11553
11621
  #hd-group-property-name {
11554
11622
  max-width: 50%;
@@ -11584,6 +11652,52 @@ h4, .h4 {
11584
11652
  top: 11px;
11585
11653
  transition: fill 0.15s ease-in-out;
11586
11654
  }
11655
+ #hd-property-input-container > ul {
11656
+ background-color: white;
11657
+ color: #3b5772;
11658
+ font-weight: 400;
11659
+ max-height: 360px;
11660
+ overflow-y: scroll;
11661
+ position: absolute;
11662
+ width: 475px;
11663
+ z-index: 100;
11664
+ }
11665
+ #hd-property-input-container > ul > li {
11666
+ cursor: pointer;
11667
+ }
11668
+ #hd-property-input-container > ul > li:first-child {
11669
+ border: none;
11670
+ }
11671
+ @media screen and (max-width: 992px) {
11672
+ #hd-property-input-container > ul > li {
11673
+ border-top: 1px solid rgba(59, 87, 114, 0.25);
11674
+ }
11675
+ }
11676
+ @media screen and (min-width: 992px) {
11677
+ #hd-property-input-container > ul {
11678
+ display: none;
11679
+ }
11680
+ }
11681
+ @media screen and (max-width: 992px) {
11682
+ #hd-property-input-container > ul {
11683
+ width: calc(100% + 30px);
11684
+ height: calc(100vh - 106px);
11685
+ max-height: none;
11686
+ top: 45px;
11687
+ left: -15px;
11688
+ margin: 0;
11689
+ }
11690
+ }
11691
+ #hd-property-input-container[aria-expanded=true] > ul {
11692
+ padding-top: 1rem;
11693
+ padding-bottom: 1rem;
11694
+ display: block;
11695
+ }
11696
+ @media screen and (min-width: 992px) {
11697
+ #hd-property-input-container[aria-expanded=true] > input {
11698
+ border-radius: 17.5px 17.5px 0 0;
11699
+ }
11700
+ }
11587
11701
  #hd-property-input-container input {
11588
11702
  background-color: #3b5772;
11589
11703
  border: 1px solid rgba(255, 255, 255, 0.25);
@@ -11594,6 +11708,9 @@ h4, .h4 {
11594
11708
  padding-right: 35px;
11595
11709
  transition: background-color 0.15s ease-in-out;
11596
11710
  }
11711
+ #hd-property-input-container input:focus {
11712
+ box-shadow: none;
11713
+ }
11597
11714
  #hd-property-input-container input:focus ~ .hd-icon-close {
11598
11715
  display: block;
11599
11716
  }
@@ -11605,6 +11722,7 @@ h4, .h4 {
11605
11722
  @media screen and (min-width: 992px) {
11606
11723
  #hd-property-input-container input:focus {
11607
11724
  background-color: #fff;
11725
+ border: none;
11608
11726
  color: #3b5772;
11609
11727
  }
11610
11728
  #hd-property-input-container input:focus ~ .hd-icon-search {
@@ -11649,16 +11767,8 @@ h4, .h4 {
11649
11767
  #hd-nav-container {
11650
11768
  font-size: 0.8rem;
11651
11769
  }
11652
- @media screen and (max-width: 992px) {
11653
- #hd-nav-container {
11654
- background-color: #fff;
11655
- color: #3b5772;
11656
- }
11657
- }
11658
- @media screen and (min-width: 992px) {
11659
- #hd-nav-container {
11660
- display: block !important;
11661
- }
11770
+ #hd-nav-container a {
11771
+ color: #3b5772;
11662
11772
  }
11663
11773
  @media screen and (min-width: 992px) {
11664
11774
  #hd-nav-container ul.hd-nav-first-level > li.hd-nav-selected > div a, #hd-nav-container ul.hd-nav-first-level > li.hd-nav-selected > div span {
@@ -11678,6 +11788,17 @@ h4, .h4 {
11678
11788
  #hd-nav-container .hd-icon {
11679
11789
  fill: #3b5772;
11680
11790
  }
11791
+ @media screen and (max-width: 992px) {
11792
+ #hd-nav-container {
11793
+ background-color: #fff;
11794
+ color: #3b5772;
11795
+ }
11796
+ }
11797
+ @media screen and (min-width: 992px) {
11798
+ #hd-nav-container {
11799
+ display: block !important;
11800
+ }
11801
+ }
11681
11802
 
11682
11803
  @media screen and (max-width: 992px) {
11683
11804
  #hd-nav-container,
@@ -11838,7 +11959,7 @@ h4, .h4 {
11838
11959
  display: none;
11839
11960
  left: 100%;
11840
11961
  position: absolute;
11841
- top: 0;
11962
+ top: -1rem;
11842
11963
  width: 275px;
11843
11964
  }
11844
11965
  #hd-nav-container ul.hd-nav-third-level > li:hover ul.hd-nav-second-level,
@@ -12031,11 +12152,17 @@ h4, .h4 {
12031
12152
  margin-right: 2px;
12032
12153
  margin-bottom: 2px;
12033
12154
  font-size: 16px;
12034
- line-height: 16px img;
12035
- line-height-vertical-align: middle;
12036
- line-height-width: 16px;
12037
- line-height-height: 16px;
12038
- line-height-background: transparent url(/scripts/jquery_checkbox/check_3s.png) no-repeat;
12155
+ line-height: 16px;
12156
+ }
12157
+ .jquery-checkbox-0 img,
12158
+ .jquery-checkbox-1 img,
12159
+ .jquery-checkbox-2 img,
12160
+ .jquery-checkbox-3 img,
12161
+ .jquery-checkbox-4 img {
12162
+ vertical-align: middle;
12163
+ width: 16px;
12164
+ height: 16px;
12165
+ background: transparent url(/scripts/jquery_checkbox/check_3s.png) no-repeat;
12039
12166
  }
12040
12167
 
12041
12168
  .pseudo-checkbox {
@@ -12070,22 +12197,79 @@ h4, .h4 {
12070
12197
  overflow-x: hidden;
12071
12198
  }
12072
12199
 
12073
- #obm-photo {
12074
- background-position: center;
12075
- background-repeat: no-repeat;
12076
- background-size: cover;
12077
- min-height: 150px;
12078
- }
12079
12200
  @media screen and (max-width: 576px) {
12080
- #obm-photo {
12081
- background-size: contain;
12201
+ .staff-layout-1,
12202
+ .staff-layout-2 {
12203
+ text-align: center;
12204
+ }
12205
+ .staff-layout-1 .staff-photo-container,
12206
+ .staff-layout-2 .staff-photo-container {
12207
+ margin: 0 auto;
12208
+ width: 180px;
12082
12209
  }
12083
12210
  }
12084
12211
 
12085
- @media screen and (max-width: 576px) {
12086
- #obm-text {
12087
- text-align: center;
12212
+ @media screen and (min-width: 768px) {
12213
+ .staff-layout-3 .staff-2,
12214
+ .staff-layout-3 .staff-3 {
12215
+ transform: scale(0.9);
12088
12216
  }
12089
12217
  }
12218
+ @media screen and (max-width: 768px) {
12219
+ .staff-layout-3 .staff-photo-container {
12220
+ margin: 0 auto;
12221
+ width: 180px;
12222
+ }
12223
+ }
12224
+
12225
+ .staff-card {
12226
+ z-index: 10;
12227
+ }
12228
+ .staff-card > div {
12229
+ border-radius: 0.5rem;
12230
+ transition: box-shadow 0.25s ease-in-out;
12231
+ }
12232
+ .staff-card:hover > div {
12233
+ box-shadow: 0 0.75rem 1.5rem rgba(45, 41, 38, 0.25) !important;
12234
+ }
12235
+ .staff-card:hover .staff-photo {
12236
+ transform: scale(1.05);
12237
+ }
12238
+
12239
+ .staff-photo-container {
12240
+ border-radius: 0.5rem;
12241
+ overflow: hidden;
12242
+ position: relative;
12243
+ }
12090
12244
 
12091
- /*# sourceMappingURL=ha-refresh-2022.css.map */
12245
+ .staff-photo {
12246
+ background-position: center;
12247
+ background-repeat: no-repeat;
12248
+ background-size: cover;
12249
+ height: 100%;
12250
+ left: 0;
12251
+ position: absolute;
12252
+ top: 0;
12253
+ width: 100%;
12254
+ transition: transform 0.25s ease-in-out;
12255
+ }
12256
+
12257
+ .notifications-container {
12258
+ z-index: 10;
12259
+ }
12260
+
12261
+ .blog-article > a {
12262
+ background-color: #fff;
12263
+ transition: background-color 0.25s ease-in-out;
12264
+ }
12265
+ .blog-article img {
12266
+ filter: grayscale(100%);
12267
+ transition: filter 0.25s ease-in-out;
12268
+ }
12269
+ .blog-article:hover > a {
12270
+ background-color: #45aeb1;
12271
+ color: #fff;
12272
+ }
12273
+ .blog-article:hover img {
12274
+ filter: grayscale(0%);
12275
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ba-js-common-header",
3
- "version": "0.0.49",
3
+ "version": "0.0.52",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",
@@ -16,11 +16,12 @@
16
16
  "dependencies": {
17
17
  "@react-spring/web": "^9.4.4",
18
18
  "@reduxjs/toolkit": "^1.8.1",
19
- "ba-js-icon": "^2.0.2",
19
+ "ba-js-icon": "^2.1.0",
20
20
  "classnames": "^2.3.1",
21
21
  "core-js": "^3.22.5",
22
22
  "downshift": "^6.1.7",
23
23
  "jed": "^1.1.1",
24
+ "js-cookie": "^3.0.1",
24
25
  "lodash": "^4.17.21",
25
26
  "nanoid": "^3.3.4",
26
27
  "prop-types": "^15.8.1",