Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

37 lines
617B

  1. .block-date {
  2. margin: 0px auto ;
  3. padding-top: 0px ;
  4. text-align: center ;
  5. .day {
  6. text-transform: capitalize ;
  7. line-height: 15px ;
  8. font-size: 13px ;
  9. text-transform: uppercase ;
  10. }
  11. .num {
  12. font-size: 30px ;
  13. line-height: 35px ;
  14. font-weight: bold ;
  15. }
  16. .month {
  17. text-transform: uppercase ;
  18. line-height: 15px ;
  19. font-size: 13px ;
  20. color: darken($color1, 5) ;
  21. }
  22. }
  23. #footer {
  24. #code-source,
  25. #social-mastodon,
  26. #social-diaspora {
  27. img {
  28. height: 20px ;
  29. }
  30. }
  31. }