aimementoring / website

AIME Mentoring Website
1 stars 0 forks source link

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

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/334b00d939e26b3aebfffd2f83619e9eb0e4f4ae/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

fce0f9f90210501a2586b0518626611a446a44c1