ivanzotov/constructor

View on GitHub
core/app/assets/stylesheets/constructor_core/project/blocks/b-tree/__link/b-tree__link.scss

Summary

Maintainability
Test Coverage
.b-tree__link {
  display: block;
  height: 41px;
  padding: 0 10px 0 0;
  color: #333;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 42px;
  margin-left: 40px;
  text-decoration: none !important;

  &:hover {
    color: #dd4b39;
  }
}