mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Remove beta AI agent
This commit is contained in:
		@@ -1,32 +0,0 @@
 | 
			
		||||
button.MarkpromptFloatingTrigger {
 | 
			
		||||
  bottom: 4.5rem;
 | 
			
		||||
  border-radius: $border-radius-sm;
 | 
			
		||||
  right: 16px;
 | 
			
		||||
  border: 1px solid transparent;
 | 
			
		||||
  color: var(--markprompt-primaryForeground);
 | 
			
		||||
  background-color: var(--markprompt-primary);
 | 
			
		||||
 | 
			
		||||
  @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;
 | 
			
		||||
}
 | 
			
		||||
.MarkpromptContentDialog{
 | 
			
		||||
  z-index: 10000;
 | 
			
		||||
}
 | 
			
		||||
@@ -73,7 +73,6 @@ $line-height-base: 1.5;
 | 
			
		||||
@import "_video.scss";
 | 
			
		||||
@import "_contribute.scss";
 | 
			
		||||
@import "_docs-landing.scss";
 | 
			
		||||
@import "_xrplai.scss";
 | 
			
		||||
@import "_osano.scss";
 | 
			
		||||
// Light/Dark theme settings ---------------------------------------------------
 | 
			
		||||
// Option to only change theme on user system settings.  No toggle.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user