diff --git a/src/app/app.component.css b/src/app/app.component.css index e69de29..3d1d1d0 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -0,0 +1,15 @@ +.sidebar-wrapper { + position: relative; + margin-top: 0px; +} + +.sidebar { + position: absolute; + width: 15%; + margin-top: 10px; +} + +.sidebar a:hover:not(.active) { + background-color: indigo; + color: white; +} diff --git a/src/app/app.component.html b/src/app/app.component.html index 1a40356..a0201d7 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,9 +2,9 @@