Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergey
react-feedback-widget
Commits
b2c1bf21
Commit
b2c1bf21
authored
Aug 08, 2022
by
Sergey
Browse files
fix styles
parent
1f1f2f53
Changes
2
Hide whitespace changes
Inline
Side-by-side
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