13 lines
332 B
CSS
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;
|
|
}
|
|
|