removed syntax error
gitea/salix/1975-delivery_note_tags This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-01-10 11:31:12 +01:00
parent 16a9a1f5f8
commit e235bf94a6
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
@import "./variables";
vn-claim-dms-index {
.drop-zone {
color: $color-font-secondary;
box-sizing: border-box;
border-radius: 0.5em;
text-align: center;
min-height: 100%;
.empty-rows {
padding: 5em $spacing-md;
font-size: 1.4em
}
vn-icon {
font-size: 3em
}
}
.photo-list {
padding: $spacing-md;
min-height: 100%;
.photo {
width: 32em;
height: 18em;
}
}
}