mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
20 lines
329 B
SCSS
20 lines
329 B
SCSS
button.MarkpromptFloatingTrigger {
|
|
bottom: 4.5rem;
|
|
}
|
|
|
|
html.light .MarkpromptContentDialog a {
|
|
color: $light-link-hover-color;
|
|
}
|
|
|
|
html.light .MarkpromptContentDialog h3:not(.chip) {
|
|
color: $black;
|
|
}
|
|
|
|
.MarkpromptExtendedFeedbackTextInput {
|
|
background-color: $white;
|
|
color: $black;
|
|
}
|
|
|
|
.MarkpromptOverlay {
|
|
z-index: 20;
|
|
} |