All files / src/list/SecondaryText SecondaryText.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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 12712x                                                                                                                                                                                                                                                            
.paidUserIcon {
  margin-right: 5px;
  vertical-align: middle;
  bottom: 1px;
  position: relative;
  font-size: 8px;
}
.icon {
  display: block;
}
.disable {
  cursor: not-allowed;
}
.textBold {
  font-family: var(--zd_bold);
  color: var(--zdt_secondaryText_black_text);
}
.textStyle, .link{
display: block
}
.textStyle.textBold {
  font-family: var(--zd_bold);
  color: var(--zdt_secondaryText_black_text);
}
.ticketId,
.link,
.textStyle,
.secondaryText,
.ratingText,
.phoneNumber {
  color: var(--zdt_secondaryText_secondaryText_text);
}
.textStyle,
.secondaryText {
  font-size: 12px;
}
.ticketId,
.phoneNumber,
.ratingText {
  font-size: 12px;
}
.textStyle,
.secondaryText,
.phoneNumber {
  cursor: pointer;
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
  max-width: 100%;
  display: block;
}
.textStyle:hover,
.ticketIdLink,
.phoneNumber:hover,
.link:hover {
  color: var(--zdt_secondaryText_blue_text);
}
/* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
  color: var(--zdt_secondaryText_blue_text);
} */
.ticketIdLink {
  cursor: pointer;
}
.ticketIdLink:hover, .ticketIdLink:focus {
  color: var(--zdt_secondaryText_blue_hover_text);
}
.primaryAccountNameCnt {
  max-width: 100%;
}
/* status */
.font_regular {
  font-family: var(--zd_regular);
}
.font_semibold {
  font-family: var(--zd_semibold);
}
.font_bold {
  font-family: var(--zd_bold);
}
.font_semibold,
.font_bold,
.textBold {
  composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
}
.priorityText,
.statusText {
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
}
 
.priorityText {
  font-size: 12px;
  max-width: 100%;
}
.departmentText {
  font-size: 12px;
  color: var(--zdt_secondaryText_secondaryText_text);
  max-width: 100%;
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
}
/* HappinessRating Style */
.happinessContainer {
  composes: inlineBlockMiddle from '../listCommon.module.css';
}
.happinessImg {
  width: 13px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
 
/* colors */
.gray {
  color: var(--zdt_secondaryText_gray_text);
}
.orange {
  color: var(--zdt_secondaryText_orage_text);
}
.green {
  color: var(--zdt_secondaryText_green_text);
}
.red {
  color: var(--zdt_secondaryText_red_text);
}
.blue {
  color: var(--zdt_secondaryText_blue_text);
}
.black {
  color: var(--zdt_secondaryText_black_text);
}