Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
react-feedback-widget
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sergey
react-feedback-widget
Commits
b2c1bf21
Commit
b2c1bf21
authored
Aug 08, 2022
by
Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix styles
parent
1f1f2f53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
index.js
src/index.js
+1
-1
styles.module.css
src/styles.module.css
+7
-6
No files found.
src/index.js
View file @
b2c1bf21
...
...
@@ -137,7 +137,7 @@ export const FeedbackWidget = ({
/
>
<
/Tooltip
>
<
Modal
className
=
{
'feedback
-
modal'
}
className
=
{
'feedback
modal'
}
title
=
"Есть идея?"
visible
=
{
isModalVisible
}
onCancel
=
{()
=>
manageModal
(
'cancel'
)}
...
...
src/styles.module.css
View file @
b2c1bf21
.feedback
-
modal
.ant-form-item-label
{
.feedback
.
modal
.ant-form-item-label
{
display
:
none
!important
;
}
.feedback
-
modal
.ant-select-selector
{
.feedback
.
modal
.ant-select-selector
{
border-radius
:
8px
!important
;
}
.feedback
-
modal
.ant-form-item
{
.feedback
.
modal
.ant-form-item
{
margin-bottom
:
15px
!important
;
}
.feedback
-
modal
.ant-modal-content
{
.feedback
.
modal
.ant-modal-content
{
position
:
relative
!important
;
background-color
:
#fff
!important
;
background-clip
:
padding-box
!important
;
...
...
@@ -18,7 +18,7 @@
border-radius
:
8px
!important
;
}
.feedback
-
modal
.ant-modal-header
{
.feedback
.
modal
.ant-modal-header
{
padding
:
16px
24px
!important
;
color
:
rgba
(
0
,
0
,
0
,
0.85
)
!important
;
background
:
#fff
!important
;
...
...
@@ -26,6 +26,6 @@
border-radius
:
8px
!important
;
}
.feedback
-
modal
.ant-btn
{
.feedback
.
modal
.ant-btn
{
border-radius
:
8px
!important
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment