ctrl-alt-del-world/midway

View on GitHub
web/src/styles/midway/_nested-pages.scss

Summary

Maintainability
Test Coverage
.doc {
  &__block {
    a {
      transition: all 0.3s ease-in-out;
      &:hover {
        background-color:rgba(4, 24, 147, 0.1);
      }
    }
    p {
      &:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
      }
    }
  }
}