14 lines
315 B
SCSS
14 lines
315 B
SCSS
.img_link_portlet {
|
|
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
h3 {
|
|
color: RGB(91, 67, 46); }
|
|
.image_file {
|
|
float: left;
|
|
margin-right: 10px; }
|
|
.title, .description {
|
|
margin-left: 130px; }
|
|
.title a, .description a {
|
|
color: #604435;
|
|
text-decoration: none; } } |