ws-nextjs-app/pages/[service]/send/[id]/SubmitButton/__snapshots__/index.test.tsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SubmitButton should render a submit button with an associated label 1`] = `
.emotion-0 {
  background-color: #0071F1;
  color: #FFFFFF;
  width: 100%;
  font-family: ReithSans,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border: none;
  outline: solid 0.0625rem transparent;
  padding: 0.75rem 0;
  cursor: pointer;
}

@media (min-width: 20rem) and (max-width: 37.4375rem) {
  .emotion-0 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 37.5rem) {
  .emotion-0 {
    margin-top: 0.5rem;
  }
}

.emotion-0:hover,
.emotion-0:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background-color: #0051AD;
}

@media (min-width: 80rem) {
  .emotion-0 {
    margin-top: 0;
  }
}

<button
  class="emotion-0"
  type="submit"
>
  Submit
</button>
`;