@import '../../style/variables';

:host {
  font-size: 14px; // This fixes font-size: 10px applied to the whole document.
  // TODO: Fix the 10px font-size applied to body.

  &.warning {
    wpt-dialog-content {
      color: $red;
    }
  }

  wpt-dialog-content {
    padding-bottom: 5px;
  }

  wpt-dialog-actions {
    display: flex;
    justify-content: space-between;
    button {
      flex: 1 1 auto;
    }
  }
}
