.button {
  color: black;
}

.toolbar-button {
  color: blue;
}

.s-icon {
  color: white;
}

.s-icon-triangle-up:before {
  content: '\25B2';
}

.s-icon-triangle-down:before {
  content: '\25BC';
}
