button tweaks
This commit is contained in:
parent
a18aceed1f
commit
83faa7bba0
2 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,12 @@ $actions-z-index: 2;
|
|||
}
|
||||
}
|
||||
}
|
||||
// hack. we should make all these buttons the same class.
|
||||
.button--secondary {
|
||||
.button__label {
|
||||
color: var(--color-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.claim-preview__live {
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
--color-tooltip-text: #fafafa;
|
||||
|
||||
// Header
|
||||
--color-header-button: var(--color-white); //var(--color-button-alt-bg);
|
||||
--color-header-button: var(--color-card-background);
|
||||
--color-header-button-text: var(--color-black);
|
||||
--color-header-background: #ffffff;
|
||||
--color-feature-background: #ffffff;
|
||||
|
|
Loading…
Reference in a new issue