@mixin border-radius() {
  border-radius: 5px;
}
@mixin ellipses() {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
