mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Re-style feedback widget to be less annoying
This commit is contained in:
24
styles/_feedback.scss
Normal file
24
styles/_feedback.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
// TEMPORARY: overriding the feedback widget styles here
|
||||
#feedback-content {
|
||||
.docked-widget {
|
||||
position: static !important;
|
||||
box-shadow: none !important;
|
||||
display: block;
|
||||
background-color: $body-bg !important;
|
||||
border-width: 0 !important;
|
||||
padding: 2rem;
|
||||
|
||||
.widget-header {
|
||||
background: none !important;
|
||||
|
||||
.widget-header-title {
|
||||
flex-grow: 0 !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#closeFeedback {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,3 +64,4 @@ $font-family-sans-serif: -apple-system, system-ui, 'Roboto', sans-serif;
|
||||
@import "_pages.scss";
|
||||
@import "_rpc-tool.scss";
|
||||
@import "_blog.scss";
|
||||
@import "_feedback.scss";
|
||||
|
||||
Reference in New Issue
Block a user