All files / src/templates index.module.scss

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

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                                                                                         
@import "../styles/colors";
 
.row-homepage {
  margin-top: 20px;
}
 
.row-pager {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-around;
  max-width: 100%;
  margin-bottom: 20px;
}
 
.navlink {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  color: #7d7d7d;
  text-align: center;
  text-decoration: none;
  background: white;
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
}
 
.active-link {
  color: #5252ff;
}
 
.disable-link {
  color: #737373;
}
 
.pagenum {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  font-weight: 700;
  color: #f6fcff;
  text-align: center;
  text-decoration: none;
  background: $tag-blue;
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
}