_short-contacts.scss 596 B

1234567891011121314151617181920212223242526272829
  1. .short-contacts {
  2. &__key {
  3. font-family: $fontcuprum;
  4. color: #929292;
  5. font-size: 14px;
  6. }
  7. &__value {
  8. font-family: $fontcuprum;
  9. font-size: 16px;
  10. margin-bottom: 5px;
  11. }
  12. &__ask-button {
  13. display: inline-block;
  14. width: 100%;
  15. margin-top: 10px;
  16. text-align: center;
  17. text-decoration: underline;
  18. font-family: $fontcuprum;
  19. padding: 7px 0;
  20. color: #929292;
  21. background: #ebebeb;
  22. &:hover {
  23. background: #004d7b;
  24. color: #fff;
  25. }
  26. }
  27. }