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

28 lines
540 B
SCSS
Raw Normal View History

@import "./variables";
2019-10-01 08:35:27 +00:00
vn-claim-summary {
2020-01-09 07:18:13 +00:00
section.photo {
2020-04-02 12:52:02 +00:00
height: 248px;
}
2020-01-09 07:18:13 +00:00
.photo .image {
2020-04-02 12:52:02 +00:00
border-radius: 3px;
}
vn-textarea *{
height: 80px;
}
2022-05-25 05:51:47 +00:00
.video {
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
0 3px 1px -2px rgba(0,0,0,.2),
0 1px 5px 0 rgba(0,0,0,.12);
border: 2px solid transparent;
}
.video:hover {
border: 2px solid $color-primary
}
}