Update button style
This commit is contained in:
parent
925b0f8584
commit
a00d8c3e37
1 changed files with 8 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: var(--space-12) var(--space-16);
|
padding: .6rem var(--space-16) .75em;
|
||||||
|
max-height: 2.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: var(--text-sm);
|
font-size: var(--text-sm);
|
||||||
|
|
@ -18,6 +19,12 @@
|
||||||
color: var(--color, var(--color-white));
|
color: var(--color, var(--color-white));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn[disabled] {
|
||||||
|
cursor: not-allowed;
|
||||||
|
background: var(--color-black-10);
|
||||||
|
color: var(--color-black-20);
|
||||||
|
}
|
||||||
|
|
||||||
.btn--secondary {
|
.btn--secondary {
|
||||||
--background: var(--color-primary-10);
|
--background: var(--color-primary-10);
|
||||||
--color: var(--color-primary-100);
|
--color: var(--color-primary-100);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue