Livebeat is now able to send, store and show beats
This commit is contained in:
13
frontend/src/app/login/login.component.scss
Normal file
13
frontend/src/app/login/login.component.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
#login {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
height: fit-content;
|
||||
width: fit-content;
|
||||
padding: 5rem;
|
||||
border-radius: 20px;
|
||||
background: #1d1d1d;
|
||||
box-shadow: 20px 20px 60px #191919,
|
||||
-20px -20px 60px #212121;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user