web: fix css for policy tertiary buttons and text on flow card
This commit is contained in:
parent
a18edaf62b
commit
1aecdc7f8f
|
@ -162,10 +162,12 @@ select[multiple] {
|
||||||
background-color: var(--ak-dark-background-light);
|
background-color: var(--ak-dark-background-light);
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
|
.pf-m-tertiary,
|
||||||
.pf-c-button.pf-m-tertiary {
|
.pf-c-button.pf-m-tertiary {
|
||||||
--pf-c-button--after--BorderColor: var(--ak-dark-foreground-darker);
|
--pf-c-button--after--BorderColor: var(--ak-dark-foreground-darker);
|
||||||
color: var(--ak-dark-foreground-darker);
|
color: var(--ak-dark-foreground-darker);
|
||||||
}
|
}
|
||||||
|
.pf-m-tertiary:hover,
|
||||||
.pf-c-button.pf-m-tertiary:hover {
|
.pf-c-button.pf-m-tertiary:hover {
|
||||||
--pf-c-button--after--BorderColor: var(--ak-dark-background-lighter);
|
--pf-c-button--after--BorderColor: var(--ak-dark-background-lighter);
|
||||||
}
|
}
|
||||||
|
@ -197,6 +199,9 @@ select[multiple] {
|
||||||
.pf-c-login__main {
|
.pf-c-login__main {
|
||||||
background-color: var(--ak-dark-background);
|
background-color: var(--ak-dark-background);
|
||||||
}
|
}
|
||||||
|
.pf-c-login__main-body {
|
||||||
|
color: var(--ak-dark-foreground);
|
||||||
|
}
|
||||||
.pf-c-login__main-footer-links-item-link > img {
|
.pf-c-login__main-footer-links-item-link > img {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue