2016-01-29 17:06:33 +00:00
|
|
|
@import "minerva.variables";
|
|
|
|
|
|
|
|
.drawer.linkpreview {
|
2016-06-24 14:20:08 +00:00
|
|
|
background-color: #fff;
|
2016-01-29 17:06:33 +00:00
|
|
|
position: fixed;
|
|
|
|
padding: 0 15px 20px;
|
2016-06-24 14:20:08 +00:00
|
|
|
text-align: left;
|
2016-01-29 17:06:33 +00:00
|
|
|
|
|
|
|
&.loading {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-overlay {
|
2016-06-24 14:20:08 +00:00
|
|
|
background-color: rgba( 0, 0, 0, 0.1 );
|
|
|
|
background-attachment: fixed;
|
2016-01-29 17:06:33 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: @z-indexOverlay;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-title {
|
2016-06-24 14:20:08 +00:00
|
|
|
font-family: @fontFamilyHeading;
|
2016-01-29 17:06:33 +00:00
|
|
|
font-size: 22px;
|
|
|
|
margin-top: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-content {
|
|
|
|
font-size: 15px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-actions {
|
|
|
|
margin-top: 20px;
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-24 14:20:08 +00:00
|
|
|
@media all and ( min-width: @deviceWidthTablet ) {
|
2016-01-29 17:06:33 +00:00
|
|
|
.drawer.linkpreview {
|
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
}
|