aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

From Rin: I don't know where this is used, but it ... #702

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

From Rin: I don't know where this is used, but it should definitely

https://github.com/aimementoring/website/blob/cd27c3743b492fa7b93950163b1a86620412e343/components/navList/navItem.module.scss#L8


.listItem {
  margin-bottom: 1rem;

  &:nth-child(1) {
    margin-top: 1em;
    // @todo  From Rin: I don't know where this is used, but it should definitely
    // NOT apply to the first nav link in the header …
  }
}
// … which is why I am putting this here.
.siteHeaderContainer .listItem:nth-child(1) {
  margin-top: 0;
}

.itemLink {
  background: none;
  border: 0;
  color: $black;
  cursor: pointer;
  font-family: $body-font-family;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-decoration: underline;

  &:hover {
    color: #c700ff;
  }
}
ew file mode 100644
ndex 000000000..0286b4c32
++ b/components/navList/navList.module.scss

e8c22acbdbed79b6ec54026a8daca1569c16b303