@include export-module('co-send-method-dialog-theme') {
  .co-send-method-dialog {
    .send-button-wrapper {
      background-color: $sc-co-send-method-dialog-send-method-button-background-color;
      border-color: $sc-co-send-method-dialog-send-method-button-border-color;
      &.selected {
        background-color: $sc-co-send-method-dialog-send-method-button-selected-background-color;
        .custom-button-icon {
          svg { // for fontawesome icons
            fill: $sc-co-send-method-dialog-send-method-selected-icon-color;
          }
          & [fill] { // for own icons
            fill: $sc-co-send-method-dialog-send-method-selected-icon-color;
          }
        }
        .custom-button-title {
          color: $sc-co-send-method-dialog-send-method-selected-title-font-color;
        }
      }
      .custom-button-icon {
        svg { // for fontawesome icons
          fill: $sc-co-send-method-dialog-send-method-icon-color;
        }
        & [fill] { // for own icons
          fill: $sc-co-send-method-dialog-send-method-icon-color;
        }
      }
      .custom-button-title {
        color: $sc-co-send-method-dialog-send-method-title-font-color;
      }
    }
  }
}
