Image Upload, spinner aktivirt, listings & details überarbeitet

This commit is contained in:
2024-03-18 18:17:04 +01:00
parent 2b27ab8ba5
commit fd91adda57
31 changed files with 582 additions and 263 deletions

View File

@@ -1,4 +1,4 @@
.rounded-image {
.rounded-logo {
border-radius: 6px;
width: 120px;
height: 30px;
@@ -6,7 +6,15 @@
padding: 1px 1px;
object-fit: contain;
}
.rounded-profile {
// @extend .rounded-logo;
max-width: 100px;
max-height: 120px;
border-radius: 6px;
border: 1px solid #6b7280;
padding: 1px 1px;
object-fit: contain;
}
.wfull{
width: 100%;
}