@axos-web-dev/shared-components 1.0.100-dev.60 → 1.0.100-dev.61
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.
|
@@ -135,6 +135,7 @@ button:has(span:hover) ._13n1jqk6 {
|
|
|
135
135
|
overflow-y: auto;
|
|
136
136
|
padding: 1rem;
|
|
137
137
|
scrollbar-color: #ccc transparent;
|
|
138
|
+
overflow-x: hidden;
|
|
138
139
|
}
|
|
139
140
|
._13n1jqkc > :first-child {
|
|
140
141
|
margin-top: auto;
|
|
@@ -308,6 +309,7 @@ button:has(span:hover) ._13n1jqk6 {
|
|
|
308
309
|
animation: _13n1jqku 2s linear infinite;
|
|
309
310
|
font-weight: bold;
|
|
310
311
|
letter-spacing: 0.22px;
|
|
312
|
+
font-size: 14px;
|
|
311
313
|
}
|
|
312
314
|
@media screen and (max-width: 768px) {
|
|
313
315
|
._13n1jqk0 {
|
package/package.json
CHANGED