12 lines
137 B
SCSS
12 lines
137 B
SCSS
.img-rounded {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.img-circle {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
border-radius: 8px;
|
|
position: relative;
|
|
} |