style.scss 217 B

1234567891011121314
  1. image {
  2. display: block;
  3. }
  4. .container {
  5. min-height: 100vh;
  6. }
  7. .m_button {
  8. background: linear-gradient(180deg, #FFAD3D 0%, #FF740A 100%);
  9. color: #fff !important;
  10. font-weight: 600;
  11. }
  12. .textColor1 {
  13. color: #FFAD3D;
  14. }