All files / src/version2/lookup/AlertLookup AlertLookupNew.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 401x                                                                              
.section {
  min-height: auto;
}
 
.innerSection {
  padding: 17px 30px 30px;
  color: var(--zdt_alertlookupnew_text);
  font-size: 14px;
  line-height: 1.428;
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
}
 
.buttonGap {
  margin: 0 0 0 12px;
}
 
.confirmMsgText {
  margin-top: 20px;
}
 
.extraSmall .innerSection {
  padding: 30px 16px 46px;
}
 
.footer {
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
  overflow: hidden;
}
.horizontalScroll, .verticalScroll, .bothScroll {
  height: 100%;
}
.horizontalScroll {
  composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
}
.verticalScroll {
  composes: oflowy from '~@zohodesk/components/lib/common/common.module.css';
}
.bothScroll {
  composes: oflowA from '~@zohodesk/components/lib/common/common.module.css';
}