Initial Commit
This commit is contained in:
28
WebContent/assets/sass/ct-paper/_images.scss
Normal file
28
WebContent/assets/sass/ct-paper/_images.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user