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

8 lines
116 B
SCSS

img {
max-width: 100%;
border-radius: $border-radius-small;
}
.img-raised {
box-shadow: $box-shadow-raised;
}