Add call to action button component
This commit is contained in:
@@ -142,6 +142,16 @@
|
||||
color: var(--text-button-process);
|
||||
}
|
||||
|
||||
.sg-button--cta {
|
||||
--surface-button-cta: var(--color-darkblue);
|
||||
--text-button-cta: var(--color-font-light);
|
||||
height: auto;
|
||||
min-height: var(--interaction-height);
|
||||
background: var(--surface-button-cta);
|
||||
color: var(--text-button-cta);
|
||||
padding: var(--spacing-large);
|
||||
}
|
||||
|
||||
.sg-button--process-inactive {
|
||||
background: var(--surface-button-process-inactive);
|
||||
color: var(--text-button-process);
|
||||
|
||||
Reference in New Issue
Block a user