<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swal-content {
  padding: 0 20px;
  margin-top: 20px;
  font-size: initial;

  &amp;:last-child {
    margin-bottom: 20px;
  }

  &amp;__input,
  &amp;__textarea {
    -webkit-appearance: none;
    background-color: white;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color 0.2s;
    &amp;:focus {
      outline: none;
      border-color: #6DB8FF;
    }
  }

  &amp;__textarea {
    resize: vertical;
  }
}

</pre></body></html>