@import "../colors/colors";

.fx-modal {
  .terms {
    height: 300px;
    overflow: auto;
    font-weight: 300;
    border: 1px solid $gray-50;
    background-color: $gray-05;
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
  }
}