// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS

@import "../../common/variables";

.pt-alert {
  max-width: $pt-grid-size * 40;
  padding: $pt-grid-size * 2;
}

.pt-alert-body {
  display: flex;

  .pt-icon {
    margin-right: $pt-grid-size * 2;
    font-size: $pt-icon-size-large * 2;
  }
}

.pt-alert-footer {
  display: flex;
  flex-direction: row-reverse;
  margin-top: $pt-grid-size;

  .pt-button {
    margin-left: $pt-grid-size;
  }
}
