40 lines
778 B
CSS
40 lines
778 B
CSS
|
|
/* ----------------------------- essentials.css --------------------------- */
|
|
/*4283*/
|
|
.editor section.edit_t045 ul.clients-dotted {
|
|
overflow:hidden;
|
|
}
|
|
.editor section.edit_t045 ul.clients-dotted>li {
|
|
text-align:center;
|
|
padding-top:30px;
|
|
padding-bottom:30px;
|
|
display:inline-block;
|
|
}
|
|
|
|
/*4292*/
|
|
.editor section.edit_t045 ul.clients-dotted>li a {
|
|
text-align:center;
|
|
display:block;
|
|
}
|
|
|
|
/*4298*/
|
|
.editor section.edit_t045 ul.clients-dotted>li:after {
|
|
content: '';
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
height: 0;
|
|
top: auto;
|
|
left: 0;
|
|
bottom: -1px;
|
|
border-bottom: 1px dashed rgba(0,0,0,0.3);
|
|
}
|
|
.editor section.edit_t045 ul.clients-dotted>li:before {
|
|
content: '';
|
|
position: absolute;
|
|
height: 100%;
|
|
top: 0;
|
|
left: -1px;
|
|
border-left: 1px dashed rgba(0,0,0,0.3);
|
|
}
|