@rhavenside/baseline-ui 1.0.4 → 1.0.5

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/baseline.css CHANGED
@@ -4504,6 +4504,12 @@ textarea {
4504
4504
  border-width: var(--border-width-base);
4505
4505
  }
4506
4506
 
4507
+ .bl-spinner-xl {
4508
+ width: 4rem;
4509
+ height: 4rem;
4510
+ border-width: var(--border-width-base);
4511
+ }
4512
+
4507
4513
  @font-face {
4508
4514
  font-family: "Baseline Icons";
4509
4515
  src: url("../fonts/baseline-icons.woff2") format("woff2"), url("../fonts/baseline-icons.woff") format("woff");