@import "config";
@import "mixins";

.dialog{
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: fixed;
  left: 1rem;
  right: 1rem;
  z-index: 999;
}

.dialog-title{
  text-align: left;
  font-weight: bold;
}

.dialog-body{
  margin-top: 0.6rem;
  text-align: left;
}

.dialog-foot{
  margin-top: 0.6rem;
  padding: 0.8rem 0;
  text-align: center;
}

