@import '~wix-rich-content-common/dist/statics/styles/palette';
@import '~wix-rich-content-common/dist/statics/styles/mixins';
@import '~wix-rich-content-common/dist/statics/styles/consts';

.textLabelButton {
  background: transparent;
  color: $toolbar-font-color;
  padding: 5px;
  border: 0 none;
  line-height: normal;
  margin: 0;
  cursor: pointer;
  &:hover,
  &:focus {
    outline: 0;
    color: $accent-color;
  }
}

.textLabelButton_wrapper {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
  &:last-child {
    margin-right: 0;
  }
}

.textLabelButton_label {
  outline: none;
}

.textLabelButton_icon {
  width: $icon-width;
  height: $icon-width;
  vertical-align: middle;
  color: $toolbar-font-color;

  svg {
    width: 100%;
    height: 100%;
  }

  @include svg-fill;
}
