28 lines
No EOL
588 B
SCSS
28 lines
No EOL
588 B
SCSS
.img-rounded{
|
|
border-radius: $border-radius-extreme;
|
|
box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
|
|
transition: opacity 0.5s ease 0s;
|
|
}
|
|
.img-details{
|
|
min-height: 50px;
|
|
padding: 0 4px 0.5em;
|
|
}
|
|
.img-details .author{
|
|
margin-left: 10px;
|
|
margin-top: -21px;
|
|
width: 40px;
|
|
}
|
|
.img-circle{
|
|
background-color: $white-color;
|
|
margin-bottom: 10px;
|
|
padding: 4px;
|
|
}
|
|
.img-thumbnail{
|
|
border: 0 none;
|
|
border-radius: $border-radius-extreme;
|
|
box-shadow: 0 1px 2px rgba(164, 158, 147, 0.6);
|
|
margin-bottom: 10px;
|
|
}
|
|
.img-no-padding{
|
|
padding: 0px;
|
|
} |