Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_message.scss 213B

12345678910111213
  1. .message,
  2. .notification {
  3. .media {
  4. padding-top: 0;
  5. border: 0;
  6. }
  7. }
  8. // Fix for Bulma 0.6.1
  9. .notification > .delete {
  10. right: 0.5rem !important;
  11. top: 0.5rem !important;
  12. }