Files
xrpl-dev-portal/styles/_xrplai.scss
mDuo13 fe1277ce19 Improve alignment on left/right margins
Fixes #2461. Also fixes an issue with cut-off drop shadows for cards on
some pages, like the tutorials landing, in mobile view.
2024-03-14 16:30:28 -07:00

28 lines
473 B
SCSS

button.MarkpromptFloatingTrigger {
bottom: 4.5rem;
border-radius: $border-radius-sm;
right: 16px;
border: 1px solid transparent;
@include media-breakpoint-up(lg) {
right: 32px;
}
}
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;
}