tiles.less 622 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // Tiles
  3. // -------------------------------------------------
  4. .tile {
  5. background-color: @tiles-bg;
  6. border-radius: @tiles-border-radius;
  7. padding: 14px;
  8. margin-bottom: 20px;
  9. position: relative;
  10. text-align: center;
  11. .tile-hot-ribbon {
  12. display: block;
  13. position: absolute;
  14. right: -4px;
  15. top: -4px;
  16. width: 82px;
  17. }
  18. p {
  19. font-size: 15px;
  20. margin-bottom: 33px;
  21. }
  22. }
  23. .tile-image {
  24. height: 100px;
  25. margin: 31px 0 27px;
  26. vertical-align: bottom;
  27. &.big-illustration {
  28. height: 111px;
  29. margin-top: 20px;
  30. width: 112px;
  31. }
  32. }
  33. .tile-title {
  34. font-size: 20px;
  35. margin: 0;
  36. }