_message.scss 255 B

1234567891011
  1. // Messages
  2. //
  3. // Show alert messages to users. You may add it to single elements like a `<p>`,
  4. // or to a parent if there are multiple elements to show.
  5. .message {
  6. margin-bottom: 1rem;
  7. padding: 1rem;
  8. color: #717171;
  9. background-color: #f9f9f9;
  10. }