Commit 7cf7a6cc authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: typos and remove custom style for cim 009

parent 54dfc8f4
Loading
Loading
Loading
Loading
+4 −43
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ html {
  * Remove default margin.
  */

body: {
body {
  color: #586269;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@@ -900,7 +900,7 @@ table td > p:last-child {
}
table tr {
  border-top: 1px solid rgb(153, 160, 165);
  background-color: rgb(241, 241, 241)
  background-color: fff;
  color: #1a1f23;
}

@@ -1164,45 +1164,6 @@ code span.er {
}


#Table_6\.2-1 + table tbody {
  tr {
    background-color: #fff !important;
  }

  tr:nth-child(4),
  tr:nth-child(5),
  tr:nth-child(6),
  tr:nth-child(7),
  tr:nth-child(10),
  tr:nth-child(11),
  tr:nth-child(12),
  tr:nth-child(15),
  tr:nth-child(16),
  tr:nth-child(17),
  tr:nth-child(19),
  tr:nth-child(21),
  tr:nth-child(24),
  tr:nth-child(25),
  tr:nth-child(26),
  tr:nth-child(29),
  tr:nth-child(30),
  tr:nth-child(31),
  tr:nth-child(33),
  tr:nth-child(35),
  tr:nth-child(37),
  tr:nth-child(40),
  tr:nth-child(41),
  tr:nth-child(43),
  tr:nth-child(46),
  tr:nth-child(47),
  tr:nth-child(49),
  tr:nth-child(50),
  tr:nth-child(53),
  tr:nth-child(54),
  tr:nth-child(58),
  tr:nth-child(61),
  tr:nth-child(62),
  tr:nth-child(63) {
    background-color: #f8f8f8 !important;
  }
.bg-striped-row {
  background-color: rgb(241, 241, 241) !important;
}