w-aura/src/components/pages/ABDesign/v1/ui/GreenButton/styles.module.css
2024-06-22 11:15:46 +03:00

13 lines
332 B
CSS

.button {
min-height: 0;
min-width: 0;
height: 62px;
width: 100%;
background: linear-gradient(90deg, #3a716d31 9%, #3c3c3c31 72%, #21888931 96%),
linear-gradient(90deg, #05d4b6 23%, #22908e 74%, #0cc3ac 94%);
border-radius: 8px;
font-size: 29px;
line-height: 125%;
font-weight: normal;
}