sparkletown/sparkle

View on GitHub
src/components/molecules/InformationCard/InformationCard.scss

Summary

Maintainability
Test Coverage
@import "scss/constants.scss";

.information-card-container {
  border-radius: 30px;
  background: $secondary--live;
  padding: 20px;
  max-height: 370px;
  overflow: auto;
}

.information-card-text {
  color: var(--content--over-60a);
  font-size: 12px;
  margin-bottom: 0px;

  li {
    margin-left: 20px;
  }
}

.title {
  text-align: center;
}