calend.scss 564 B

12345678910111213141516171819202122232425262728
  1. .calend {
  2. width: 230px;
  3. text-decoration: none !important;
  4. text-align: center;
  5. table {
  6. width: 210px !important;
  7. padding-bottom: 10px;
  8. }
  9. a {
  10. text-decoration: none !important;
  11. }
  12. &__link {
  13. text-decoration: none;
  14. width: 22px !important;
  15. height: 22px !important;
  16. line-height: 22px !important;
  17. display: block;
  18. margin: auto;
  19. &:hover {
  20. background: #eb914e;
  21. border-radius: 50%;
  22. color: #ffffff !important;
  23. }
  24. }
  25. }