DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
604 B

.link-container {
box-sizing: border-box;
padding: 5px;
background-color: @link-container-bgcolor;
// border-top: solid 1px red;
// border-right: solid 1px red;
// border-bottom: solid 1px red;
border-left: solid 4px @link-container-border-color;
border-radius: 5px;
.link-preview {
img.link-thumbnail {
width: 180px;
height: auto;
}
.link-description {
line-height: 1.15em;
max-height: 4.65em;
overflow: hidden;
}
iframe {
aspect-ratio: 16 / 9;
height: auto;
width: 100%;
max-height: 540px;
}
}
}