12 lines
175 B
SCSS
12 lines
175 B
SCSS
@charset "UTF-8";
|
|
|
|
.img-thumbnail{
|
|
border-radius: 16px;
|
|
}
|
|
.img-raised{
|
|
@include shadow-big-image();
|
|
}
|
|
|
|
.rounded{
|
|
border-radius: $border-radius-large !important;
|
|
}
|