You are here

pet.css in Previewable email templates 8.3

div.form-type-pet .preview {
  border: 1px solid #d4d4d4;
  background-color: hsla(0, 0%, 0%, .08);
  box-sizing: border-box;
  padding: .3em .4em .3em .5em;
  max-width: 100%;
  border-radius: 2px;
  font-size: 1em;
  color: #595959;
}

File

css/pet.css
View source
  1. div.form-type-pet .preview {
  2. border: 1px solid #d4d4d4;
  3. background-color: hsla(0, 0%, 0%, .08);
  4. box-sizing: border-box;
  5. padding: .3em .4em .3em .5em;
  6. max-width: 100%;
  7. border-radius: 2px;
  8. font-size: 1em;
  9. color: #595959;
  10. }