tenna
Version:
A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.
46 lines (37 loc) • 817 B
text/less
//
// Scaffolding
// --------------------------------------------------
// Body reset
// -------------------------
body {
font-family: @font-family-base;
font-size: @font-size-base;
line-height: @line-height-base;
color: @text-color;
background-color: @body-bg;
}
// Links
// -------------------------
a {
color: @link-color;
text-decoration: none;
.transition(.25s);
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: none;
}
}
// Images
// -------------------------
// Rounded corners
.img-rounded {
border-radius: @border-radius-large;
}
// Description text under image
.img-comment {
font-size: ceil(@font-size-base * 1.071); // ~15px
line-height: @line-height-base;
font-style: italic;
margin: 24px 0;
}