Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/website/src/assets/style/bullet-list.scss
1030 views
.bullet-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: .2rem;

  svg {
    vertical-align: middle;
    margin-top: -2px;
    color: var(--primary-color);
  }
}