11 lines
156 B
SCSS
11 lines
156 B
SCSS
.img-thumbnail{
|
|
border-radius: 16px;
|
|
}
|
|
.img-raised{
|
|
@include shadow-big-image();
|
|
}
|
|
|
|
.rounded{
|
|
border-radius: $border-radius-large !important;
|
|
}
|