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
Today KU
Commits
e1b8a170
Commit
e1b8a170
authored
Oct 12, 2021
by
Kim, Subin
Browse files
col 사이즈 수정
parent
429c224a
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Buttons/BtnGroup.js
View file @
e1b8a170
...
...
@@ -5,8 +5,8 @@ const BtnGroup = () => {
return
(
<
div
className
=
"
d-flex justify-content-around my-4
"
>
<
button
className
=
"
btn btn-white col-
4
shadow-none border-dark
"
type
=
"
button
"
onClick
=
{()
=>
history
.
goBack
()}
>
취소
<
/button
>
<
button
className
=
"
btn btn-crimson col-
4
"
type
=
"
submit
"
>
확인
<
/button
>
<
button
className
=
"
btn btn-white col-
5
shadow-none border-dark
"
type
=
"
button
"
onClick
=
{()
=>
history
.
goBack
()}
>
취소
<
/button
>
<
button
className
=
"
btn btn-crimson col-
5
"
type
=
"
submit
"
>
등록
<
/button
>
<
/div
>
)
}
...
...
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