Path: blob/main/website/src/assets/style/bullet-list.scss
2749 views
.bullet-list {
list-style: none;
margin-bottom: 0;
margin-left: .2rem;
svg {
vertical-align: middle;
margin-top: -2px;
color: var(--primary-color);
}
}
.bullet-list {
list-style: none;
margin-bottom: 0;
margin-left: .2rem;
svg {
vertical-align: middle;
margin-top: -2px;
color: var(--primary-color);
}
}