.toggler {
  position: relative;
  padding-left: 25px;

  &>i {
    position: absolute;
    left: 0;
  }
}