_button.scss 321 B

12345678910111213141516
  1. .btn {
  2. background: #34547A;
  3. font-family: Roboto;
  4. font-style: normal;
  5. font-weight: normal;
  6. text-align: center;
  7. cursor: pointer;
  8. color: #FFFFFF;
  9. &__header {
  10. width: 225px;
  11. height: 65px;
  12. font-size: 16px;
  13. line-height: 26px;
  14. letter-spacing: 0.1em;
  15. }
  16. }