WebJamApps/CollegeLutheran

View on GitHub
static/_footer.scss

Summary

Maintainability
Test Coverage
.footer span i {
  font-size: 2em;
}

.footerIcon:hover {
  color: white;
}

.footer {
  flex-shrink: 0;
  background-color: rgb(36, 74, 139) !important;
}

.footer span {
  color: #f4c00eff;
  cursor: pointer;
}

.footer span:hover {
  color: #ffffff;
  cursor: pointer;
}

.wjllc {
  color: white;
  font-size: 9pt;
  font-weight: bold;
}

.wjllc:hover {
  color: black;
}

.nohover {
  margin-left: 26px;
  color: #fff !important;
  font-size: 9pt;
  margin-bottom: 0;
  cursor: text !important;
}