datasurvey/src/main/webapp/content/scss/paper-dashboard/_images.scss

8 lines
116 B
SCSS
Raw Normal View History

2021-07-04 00:03:18 +00:00
img {
max-width: 100%;
border-radius: $border-radius-small;
}
.img-raised {
box-shadow: $box-shadow-raised;
}