redbadger/website-honestly

View on GitHub
site/components/note/style.css

Summary

Maintainability
Test Coverage
@value red from "../variables/colors.css";

.note {
  background-color: white;
  padding: 20px 20px 5px 20px;
  border: 1px solid #d0d0d0;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}