mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: make close button visible again
This commit is contained in:
parent
1534fd1674
commit
e007123c59
@ -87,6 +87,7 @@ button.close-button {
|
||||
padding: 0;
|
||||
aspect-ratio: 1;
|
||||
height: 1em;
|
||||
color: var(--ifm-font-color-base);
|
||||
}
|
||||
|
||||
.close-button:hover {
|
||||
@ -102,6 +103,10 @@ button.close-button {
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.close-button svg {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.user-feedback button[type='submit'] {
|
||||
background-color: var(--ifm-color-primary);
|
||||
color: var(--ifm-background-color);
|
||||
@ -132,6 +137,11 @@ button.close-button {
|
||||
.user-feedback textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
background-color: var(--ifm-background-color);
|
||||
color: currentColor;
|
||||
border-radius: var(--ifm-global-radius);
|
||||
border: max(var(--ifm-global-border-width), 2px) solid
|
||||
var(--unleash-color-gray);
|
||||
}
|
||||
|
||||
.customer-type-inputs {
|
||||
|
Loading…
Reference in New Issue
Block a user