calendinfo.scss 339 B

12345678910111213141516171819
  1. .calendinfo {
  2. color: #929292;
  3. font-size: 13px;
  4. text-align: right;
  5. line-height: 20px;
  6. margin: 15px 0 0 0;
  7. display: -webkit-flex;
  8. display: -ms-flex;
  9. display: flex;
  10. flex-direction: column;
  11. margin-bottom: 35px;
  12. &__item:first-child {
  13. padding-bottom: 15px;
  14. }
  15. &__calendcase {
  16. }
  17. }