frankenstyle 0.1.0-next.11 → 0.1.0-next.13

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.
@@ -827,13 +827,13 @@
827
827
  .uk-avatar-dot-top-left::after {
828
828
  content: '';
829
829
  position: absolute;
830
- height: var(--dot-size, 0.875rem);
831
- width: var(--dot-size, 0.875rem);
830
+ height: var(--uk-avatar-dot-size, 0.875rem);
831
+ width: var(--uk-avatar-dot-size, 0.875rem);
832
832
  border-radius: 9999px;
833
833
  border-width: 0.125rem;
834
834
  border-style: solid;
835
- border-color: var(--dot-border, var(--uk-bg));
836
- background-color: var(--dot-bg, var(--uk-primary));
835
+ border-color: var(--uk-avatar-dot-border, var(--uk-bg));
836
+ background-color: var(--uk-avatar-dot-bg, var(--uk-primary));
837
837
  z-index: 10;
838
838
  }
839
839
  .uk-avatar-dot::after,
@@ -878,19 +878,19 @@
878
878
  transform: translate(-25%, -25%);
879
879
  }
880
880
  .uk-avatar-dot-danger::after {
881
- --dot-bg: var(--uk-danger);
881
+ --uk-avatar-dot-bg: var(--uk-danger);
882
882
  }
883
883
  .uk-avatar-dot-warning::after {
884
- --dot-bg: var(--uk-warning);
884
+ --uk-avatar-dot-bg: var(--uk-warning);
885
885
  }
886
886
  .uk-avatar-dot-success::after {
887
- --dot-bg: var(--uk-success);
887
+ --uk-avatar-dot-bg: var(--uk-success);
888
888
  }
889
889
  .uk-avatar-dot-info::after {
890
- --dot-bg: var(--uk-info);
890
+ --uk-avatar-dot-bg: var(--uk-info);
891
891
  }
892
892
  .uk-avatar-dot-muted::after {
893
- --dot-bg: var(--uk-muted-f);
893
+ --uk-avatar-dot-bg: var(--uk-muted-f);
894
894
  }
895
895
  .uk-badge {
896
896
  --uk-badge-bg: var(--uk-bg);