@import "vars";

.example {
  > span {
    margin: 0 16px 8px 0;
  }

//   .badge {
// 	line-height: 30px;
//   }

  &-2 > span {
	  margin-right: 35px;
  }

//   .badge-pill {
//   	line-height: 1;
//   }
}
