2022-12-01 12:05:08 +01:00
|
|
|
.c__button {
|
2023-01-04 15:52:24 +01:00
|
|
|
background-image: var(--c--theme--colors--primary-gradient);
|
2022-12-01 12:05:08 +01:00
|
|
|
padding: 8px 30px;
|
2023-01-04 15:52:24 +01:00
|
|
|
border-radius: var(--c--components--button--border-radius);
|
2022-12-01 12:05:08 +01:00
|
|
|
border: none;
|
2023-01-04 15:52:24 +01:00
|
|
|
box-shadow: var(--c--components--button--shadow);
|
2022-12-01 12:05:08 +01:00
|
|
|
color: white;
|
|
|
|
|
font-weight: bold;
|
2023-01-04 15:52:24 +01:00
|
|
|
cursor: pointer;
|
2022-12-01 12:05:08 +01:00
|
|
|
}
|