better textboxes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import "../../../../styles/shadow";
|
||||
|
||||
.song {
|
||||
background: #fffe;
|
||||
background: #fff5;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</app-button-row>
|
||||
|
||||
</app-card>
|
||||
<app-card *ngIf="!!(files$|async)" heading="Anhänge">
|
||||
<app-card *ngIf="(files$|async).length>0" heading="Anhänge">
|
||||
<p *ngFor="let file of (files$|async)">
|
||||
<app-file [file]="file"></app-file>
|
||||
</p>
|
||||
|
||||
@@ -8,12 +8,14 @@ p.error {
|
||||
}
|
||||
|
||||
.login {
|
||||
backdrop-filter: blur(12px);
|
||||
padding: 20px;
|
||||
width: 400px;
|
||||
margin: 100px 0;
|
||||
background: #fffc;
|
||||
background: #fffa;
|
||||
border-radius: 8px;
|
||||
font-size: 18px;
|
||||
position: relative;
|
||||
@media screen and (max-width: 860px) {
|
||||
margin: 20px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user