small-icon.css 370 B

123456789101112131415
  1. slides > slide:not(.nobackground):before {
  2. background: url(../../images/conversations_logo.png) no-repeat 0 50%;
  3. font-size: 12pt;
  4. content: "";
  5. position: absolute;
  6. bottom: 20px;
  7. left: 60px;
  8. -moz-background-size: 30px 30px;
  9. -o-background-size: 30px 30px;
  10. -webkit-background-size: 30px 30px;
  11. background-size: 30px 30px;
  12. padding-left: 40px;
  13. height: 30px;
  14. line-height: 1.9;
  15. }