All files / src/list/DotNew DotNew.module.css

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 251x                                                
.medium {
  width: 6px;
  height: 6px;
}
 
.small {
  width: 5px;
  height: 5px;
}
 
.container {
  border-radius: 50%;
  background-color: var(--zdt_dotnew_default_bg);
  composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
  box-shadow: var(--zd_bs_dotnew_shadow);
  /* animation: dotAnimation 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  box-shadow: 0 0 0 0 var(--dot_catskillWhite),
    0 0 0 0 rgba(10, 115, 235, 0.6); */
}
 
@keyframes dotAnimation {
  to {
    box-shadow: 0 0 0 12px var(--zdt_dotnew_animate_box_shadow), 0 0 0 8px var(--zdt_dotnew_animate_to_box_shadow);
  }
}