27 lines
553 B
SCSS
27 lines
553 B
SCSS
.portlet {
|
|
&.table_content table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
td {
|
|
border: 1px solid black; } }
|
|
&.block_content .two_column .column {
|
|
float: left;
|
|
width: 50%;
|
|
.block {
|
|
padding: 10px; } } }
|
|
|
|
|
|
|
|
.img_link_portlet{
|
|
border: 1px solid RGB(91, 67, 46);
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
.image_file {
|
|
float: left;
|
|
margin-right: 10px; }
|
|
.title, .description {
|
|
margin-left: 130px; }
|
|
.title a, .description a {
|
|
color: #604435;
|
|
text-decoration: none; } } |