This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Frontend/src/app/dashboard/dashboard.component.css
Felix 2aae141844 + Added Dashboard Navbar
+ Added Transitions
+ Added Shadows
+ Added LogIn Page
2021-02-02 10:59:22 +01:00

8 lines
121 B
CSS

.bg {
position: fixed;
background-color: #1D1D28;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
}