@import '~styles/base/colors';
@import '~styles/base/type';

.otList {
  padding: 0;
  margin: 0 0 1rem;
  text-align: left;
  list-style: none;
}

.otListItem {
  font-size: font-size(body, small);
  color: palette(onetech, body-blue);
  font-weight: font-weight(medium);
  padding-left: 1rem;
  text-indent: -1.1rem;
  margin-bottom: .5rem;

  &:before {
    content: '• ';
    font-size: font-size(body, x-large);
    color: palette(onetech, action);
    padding-right: .5rem;
  }
}
