Files
xrpl-dev-portal/styles/_feedback.scss
2021-06-30 01:21:45 -07:00

25 lines
505 B
SCSS

// 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;
}
}
}