Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_blog-slider.scss 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*******************************
  2. blog-init
  3. *******************************/
  4. .blog-init {
  5. .slick-list {
  6. margin: 0 -15px;
  7. .slick-slide {
  8. padding: 0 15px;
  9. }
  10. }
  11. }
  12. .blog-thumb {
  13. img {
  14. width: 100%;
  15. }
  16. }
  17. .blog-post-content {
  18. .title {
  19. font-size: 16px;
  20. font-weight: fontweight(semi-bold);
  21. text-transform: capitalize;
  22. }
  23. .sub-title {
  24. text-transform: capitalize;
  25. font-size: 14px;
  26. a {
  27. &:hover {
  28. text-decoration: underline;
  29. }
  30. }
  31. }
  32. .text {
  33. margin-bottom: 15px;
  34. }
  35. .read-more {
  36. font-size: 14px;
  37. text-transform: capitalize;
  38. display: inline-block;
  39. color: $theme-color;
  40. &:hover {
  41. text-decoration: underline;
  42. }
  43. }
  44. .separator {
  45. margin: 0 5px;
  46. }
  47. }
  48. .blog-link {
  49. font-weight: 600;
  50. font-size: 12px;
  51. color: $theme-color;
  52. &:hover {
  53. text-decoration: underline;
  54. }
  55. }
  56. .blog-links {
  57. li {
  58. margin-bottom: 5px;
  59. a {
  60. color: $tab-menu-color;
  61. }
  62. &:hover {
  63. a {
  64. color: $theme-color;
  65. }
  66. }
  67. }
  68. }
  69. /*******************************
  70. blog-init End
  71. *******************************/