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
3e496b2c
Commit
3e496b2c
authored
Jun 28, 2021
by
Kim, Subin
Browse files
Footer 및 MainNav&Search style 수정
parent
583e2046
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/Footer.js
View file @
3e496b2c
const
Footer
=
()
=>
{
return
(
<
div
style
=
{{
backgroundColor
:
"
#808080
"
}}
>
<
div
className
=
"
text-center py-3
"
style
=
{{
backgroundColor
:
"
#a0a0a0
"
}}
>
(
주
)
butter
studio
<
/div
>
)
}
...
...
client/src/components/Navs/MainNav.js
View file @
3e496b2c
...
...
@@ -2,7 +2,7 @@ import Search from "../Search/Search";
const
MainNav
=
()
=>
{
return
(
<
nav
class
=
"
nav justify-content-
around
bg-dark py-1
"
>
<
nav
class
=
"
nav justify-content-
evenly
bg-dark py-1
"
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
영화
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
빠른예매
<
/a
>
<
a
class
=
"
nav-link text-white
"
href
=
"
#
"
>
극장
<
/a
>
...
...
client/src/components/Search/search.module.scss
View file @
3e496b2c
input
[
type
=
"text"
]
{
background
:
transparent
;
border
:
none
;
border-bottom
:
2px
solid
#fff
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
border-radius
:
0
;
color
:
#fff
;
margin-bottom
:
5px
;
background
:
transparent
;
border
:
none
;
border-bottom
:
2px
solid
#fff
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
border-radius
:
0
;
color
:
#fff
;
margin-bottom
:
5px
;
}
input
[
type
=
"text"
]
:focus
{
background
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
border-color
:
#fff
;
color
:
#fff
;
background
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
border-color
:
#fff
;
color
:
#fff
;
}
i
{
cursor
:
pointer
;
}
\ 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