ivanzotov/constructor

View on GitHub
core/app/assets/stylesheets/constructor_core/project/blocks/b-full-url/b-full-url.scss

Summary

Maintainability
Test Coverage
.b-full-url {
  font-weight: 300;
  font-size: 13px;
  color: #555;

  .fa-pencil {
    display: none;
  }

  &:hover {
    .fa-pencil {
      display: inline;
    }
  }
}