api.css 871 Bytes
Newer Older
nikogu's avatar
Updates  
nikogu committed
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
html,
body,
#root {
  height: 100%;
}
body {
  background-color: #fafafa;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.apiDoc___26KPd {
  padding: 48px;
}
.apiDoc___26KPd .ant-card-head-title {
  padding: 0;
}
.apiDoc___26KPd h1 {
  margin-bottom: 24px;
}
.apiDoc___26KPd .apiItem___2gjK4 {
  margin-bottom: 24px;
}
.apiDoc___26KPd .apiItemTitle___2wCal {
  font-family: Consolas;
  font-size: 16px;
  line-height: 48px;
}
.apiDoc___26KPd .apiItemTitle___2wCal span {
  color: #dc277d;
  font-weight: 500;
}
.apiDoc___26KPd .apiItemTitle___2wCal span:last-child {
  color: #555;
  margin-left: 16px;
}
.apiDoc___26KPd .apiItemOperator___2rOvg a {
  line-height: 28px;
}
.apiDoc___26KPd .apiItemDocs___ZuCPC {
  margin-top: 16px;
}
.apiDoc___26KPd .apiItemDocs___ZuCPC h3 {
  margin-bottom: 16px;
}