Image Upload, spinner aktivirt, listings & details überarbeitet
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user