Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
28
html/assets/sass/ct-paper/_images.scss
Normal file
28
html/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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue