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

32 lines
568 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-04-02 13:11:42 +00:00
font-size: 1.375rem
2020-01-08 16:03:08 +00:00
}
2019-10-03 09:37:44 +00:00
vn-icon {
2020-04-02 13:11:42 +00:00
font-size: 3rem
2019-10-03 09:37:44 +00:00
}
}
.photo-list {
padding: $spacing-md;
min-height: 100%;
.photo {
2020-04-02 12:52:02 +00:00
width: 512px;
height: 288px;
}
}
2019-07-30 06:51:38 +00:00
}