Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황선혁
/
weather_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eric Whale
2022-06-03 12:48:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e73adc483d6dcd5cb45f35ca15d8890a02ee4389
e73adc48
1 parent
ef7ca84b
Edit bottombar style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
client/src/components/Bottombar.jsx
client/src/styles/bar.scss
client/src/components/Bottombar.jsx
View file @
e73adc4
...
...
@@ -8,13 +8,13 @@ import { SiThunderbird } from "react-icons/si";
function
Bottombar
()
{
return
(
<
div
className=
"bottombar"
>
<
NavLink
to=
"/tell"
>
<
NavLink
to=
"/tell"
className=
"bottomBtn"
>
<
FaKiwiBird
/>
</
NavLink
>
<
NavLink
to=
"/users"
>
<
NavLink
to=
"/users"
className=
"bottomBtn"
>
<
GiNestBirds
/>
</
NavLink
>
<
NavLink
to=
"/message"
>
<
NavLink
to=
"/message"
className=
"bottomBtn"
>
<
SiThunderbird
/>
</
NavLink
>
</
div
>
...
...
client/src/styles/bar.scss
View file @
e73adc4
...
...
@@ -46,6 +46,12 @@
font-size
:
1
.5rem
;
height
:
2
.8rem
;
a
{
box-shadow
:
3px
3px
3px
3px
gray
;
box-shadow
:
3px
3px
3px
0px
gray
;
}
.bottomBtn
{
margin-right
:
0
.2rem
;
margin-left
:
0
.2rem
;
border
:
1px
solid
gray
;
border-radius
:
3px
;
}
}
...
...
Please
register
or
login
to post a comment