_images.scss 156 Bytes
Newer Older
Muhamad's avatar
b  
Muhamad committed
1 2 3 4 5 6 7 8 9 10
.img-thumbnail{
    border-radius: 16px;
}
.img-raised{
    @include shadow-big-image();
}

.rounded{
    border-radius: $border-radius-large !important;
}