Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
89732027
Commit
89732027
authored
Jul 08, 2021
by
Kim, Subin
Browse files
MovieEdit 등록 버튼 style 변경
parent
3411474d
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Admin/MovieEdit.js
View file @
89732027
import
Search
from
"
../Search
"
;
import
MovieTable
from
"
../MovieTable
"
;
import
Pagination
from
"
../Pagination
"
;
import
styles
from
"
./admin.module.scss
"
;
const
MovieEdit
=
()
=>
{
return
(
...
...
@@ -12,7 +13,7 @@ const MovieEdit = () => {
<
div
className
=
"
d-flex flex-wrap
"
>
<
Pagination
/>
<
div
className
=
"
d-flex justify-content-end col-12 col-md-4 my-2
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}
}
>
등록
<
/button
>
<
button
type
=
"
button
"
className
=
{
`
btn btn-dark
${
style
s
.
customBtn
}
`
}
>
등록
<
/button
>
<
/div
>
<
/div
>
<
/
>
...
...
client/src/components/Admin/admin.module.scss
View file @
89732027
...
...
@@ -26,4 +26,14 @@
.textarea
{
resize
:
none
;
}
.customBtn
{
width
:
5em
;
&
:hover
{
border-color
:
#FEDC00
;
background-color
:
#FEDC00
;
color
:
#000
;
}
}
\ 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