diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 33a15a998..1baa4e82a 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -203,3 +203,10 @@ body, button, input, textarea { height: .25rem; animation: loading-bar 3s linear infinite; } + +.notification-image { + background-size: cover; + width: 32px; + height: 32px; + background-position: 50%; +}