@salesforcedevs/dx-components 1.2.2 → 1.2.6-avatar-button-1

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.
@@ -38,10 +38,6 @@ a {
38
38
  margin: 0 var(--horizontal-spacing);
39
39
  }
40
40
 
41
- .nav-list-item > span {
42
- margin-top: var(--dx-g-spacing-xs);
43
- }
44
-
45
41
  button.nav-list-item_default > dx-icon {
46
42
  margin-left: var(--dx-g-spacing-sm);
47
43
  }
@@ -83,7 +83,6 @@ header.state-show-mobile-nav .header_l2_group-nav_overflow {
83
83
  }
84
84
 
85
85
  .header_l2_group-title .subtitle {
86
- transform: translateY(4px); /* ghost padding */
87
86
  margin-right: var(--dx-g-spacing-md);
88
87
  }
89
88
 
@@ -109,12 +108,14 @@ header.state-show-mobile-nav .header_l2_group-nav_overflow {
109
108
  margin-left: var(--dx-g-spacing-sm);
110
109
  }
111
110
 
112
- .header-login-signup {
111
+ .header-login-signup,
112
+ .header-tbid-login {
113
113
  display: flex;
114
114
  align-items: center;
115
115
  }
116
116
 
117
- .header-login-signup dx-button {
117
+ .header-login-signup dx-button,
118
+ .header-tbid-login dx-avatar-button {
118
119
  margin-left: var(--dx-g-spacing-smd);
119
120
  }
120
121