/**
 * note
 */

.note {
  position: relative;
  width: 100%;
  .note-list {
    .list();
    flex-wrap: nowrap;
  }
  .note-icon {
    line-height: 1;
  }
}
