aboutsummaryrefslogblamecommitdiffstats
path: root/ui/app/components/modal/modal-content/index.scss
blob: 560505b84e3e4682b274de0edfc009482dd2b489 (plain) (tree)


















                         
.modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;

  &__title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
  }

  &__description {
    text-align: center;
    font-size: .875rem;
  }
}