45 lines
930 B
SCSS
45 lines
930 B
SCSS
/* Jumps preview */
|
|
.jump-preview {
|
|
border-top: 1px solid rgba(0, 0, 0, .1);
|
|
padding: 1.4rem 0 0.5rem;
|
|
.jump-meta {
|
|
margin: 0 0 0.2rem;
|
|
}
|
|
h3 .preview-link {
|
|
font-weight: 600 !important;
|
|
font-size: 1.5rem !important;
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|
|
.preview-link {
|
|
color: inherit !important;
|
|
&:hover {
|
|
text-decoration: inherit !important;
|
|
}
|
|
p {
|
|
color: #999;
|
|
margin-bottom: 15px;
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
line-height: 1.3rem;
|
|
}
|
|
span {
|
|
max-width: 30%;
|
|
font-size: .8rem;
|
|
font-weight: 300;
|
|
color: #bbb;
|
|
vertical-align: middle;
|
|
}
|
|
ul {
|
|
float: right;
|
|
max-width: 50%;
|
|
vertical-align: top;
|
|
}
|
|
ul li {
|
|
font-weight: 300;
|
|
font-size: .8rem !important;
|
|
padding-top: .2rem;
|
|
padding-bottom: .2rem;
|
|
}
|
|
}
|