@softheon/armature 19.23.0 → 19.23.2

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,3 +144,23 @@ mat-button-toggle-group {
144
144
  }
145
145
  }
146
146
  }
147
+
148
+ .tippy-more-information {
149
+ height: 24px;
150
+ width: 24px;
151
+ background: transparent;
152
+ border-radius: 50%;
153
+ padding: 0;
154
+ margin-left: 5px;
155
+ border: none;
156
+ cursor: pointer;
157
+
158
+ i {
159
+ font-size: 24px;
160
+ color: map.get(theme.$arm-primary, 500);
161
+ }
162
+
163
+ &:focus {
164
+ outline: 3px solid map.get(theme.$arm-primary, A500) !important;
165
+ }
166
+ }
@@ -87,4 +87,5 @@
87
87
  .mat-badge-content {
88
88
  background: vars.$surface-color-inverse-light !important;
89
89
  background-color: vars.$surface-color-inverse-light !important;
90
+ font-family: "Poppins" !important;
90
91
  }
@@ -122,6 +122,14 @@
122
122
  margin: 0;
123
123
  padding: 0;
124
124
  }
125
+
126
+ .tippy-link {
127
+ color: map.get(theme.$arm-primary, 200);
128
+
129
+ &:hover {
130
+ color: map.get(theme.$arm-primary, 300);
131
+ }
132
+ }
125
133
  }
126
134
 
127
135
  &__close {