diff --git a/assets/styles/app.css b/assets/styles/app.css index e69de29..a46f8af 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -0,0 +1,14 @@ +body { + background-color: pink; +} + +.notification .badge { + position: absolute; + top: -8px; + right: 5px; + padding: 5px 9px; + border-radius: 50%; + background-color: red; + color: white; + font-size: 6pt; +} \ No newline at end of file