salix/modules/claim/front/photos/style.scss

32 lines
563 B
SCSS
Raw Normal View History

@import "./variables";
2020-01-10 10:29:11 +00:00
vn-claim-photos {
height: 100%;
2019-10-03 09:37:44 +00:00
.drop-zone {
color: $color-font-secondary;
box-sizing: border-box;
2020-04-02 12:20:57 +00:00
border-radius: 8px;
2019-10-03 09:37:44 +00:00
text-align: center;
2020-01-08 16:03:08 +00:00
min-height: 100%;
.empty-rows {
2020-04-02 12:20:57 +00:00
padding: 80px $spacing-md;
2020-01-08 16:03:08 +00:00
font-size: 1.4em
}
2019-10-03 09:37:44 +00:00
vn-icon {
2020-04-02 12:20:57 +00:00
font-size: 48px
2019-10-03 09:37:44 +00:00
}
}
.photo-list {
padding: $spacing-md;
min-height: 100%;
.photo {
width: 32em;
2019-10-01 08:35:27 +00:00
height: 18em;
}
}
2019-07-30 06:51:38 +00:00
}