Sha256: 778149c7b6dce1cdc5f9d7bb39db90b27b732278bdbb0a51bf2831466c6875d2

Contents?: true

Size: 641 Bytes

Versions: 3

Compression:

Stored size: 641 Bytes

Contents

@import "colors";

#link_preview {
  width: 510px;
  height: 120px;
  border: 1px solid $auxiliar-color;
  margin: 5px auto;
}

#link_preview img.loading{
  margin: auto;
  margin-top: 40px;
}
.link {
  position: relative;
  padding: 10px;
}
.link .thumbnail, .link .thumbnail img{
  float: left;
  max-height: 100px;
  max-width: 120px;
  margin-right:10px;
}
.link .info{
  float: left;
  width: 360px;
  text-align: left;
}
.activity_objects .link .info{
  width: 320px;
}
.link .info .title{
  font-weight: bold;
  margin-bottom: 3px;
}
.link .info .url{
  text-decoration: underline;
  margin-bottom: 5px;
}
.link .info .description{
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
social_stream-0.14.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.14.0 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.1 app/assets/stylesheets/linkser.css.scss