31 lines
404 B
SCSS
31 lines
404 B
SCSS
.portlet.table_content.no-border{
|
|
|
|
td{
|
|
|
|
border:0px !important;
|
|
}
|
|
}
|
|
|
|
|
|
.portlet.table_content table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
|
|
}
|
|
.portlet.table_content table td {
|
|
border: 1px solid black; }
|
|
|
|
.portlet.block_content .two_column .column {
|
|
float: left;
|
|
width: 50%; }
|
|
.portlet.block_content .two_column .column .block {
|
|
padding: 10px; }
|
|
|
|
.portlet.link_content{
|
|
padding:5px;
|
|
|
|
|
|
} |