21 lines
405 B
SCSS
21 lines
405 B
SCSS
@import "./variables";
|
|
|
|
vn-claim-dms-index {
|
|
.photo-list {
|
|
border: 2px dashed $color-font-secondary;
|
|
box-sizing: border-box;
|
|
border-radius: 0.5em;
|
|
padding: $pad-medium;
|
|
min-height: 100%;
|
|
|
|
.photo {
|
|
width: 32em;
|
|
height: 18em;
|
|
}
|
|
}
|
|
|
|
vn-empty-rows {
|
|
color: $color-font-secondary;
|
|
font-size: 2em
|
|
}
|
|
} |