Toggle navigation
Toggle navigation
This project
Loading...
Sign in
khusat
/
khusat-front
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
이준호
2020-12-10 13:58:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0a7f858435231381a9f7a2d5a24fa542390f5fb
a0a7f858
1 parent
5df3d426
[FIXED] env 파일 gitignore 처리
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
.gitignore
package.json
src/components/kakao/kakaoBtn.scss
.gitignore
View file @
a0a7f85
...
...
@@ -13,6 +13,7 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
...
...
package.json
View file @
a0a7f85
...
...
@@ -27,7 +27,7 @@
"web-vitals"
:
"^0.2.4"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"start"
:
"react-scripts start
.env
"
,
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
...
...
src/components/kakao/kakaoBtn.scss
View file @
a0a7f85
#kakao-link-btn
{
cursor
:
pointer
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -11,6 +12,11 @@
height
:
5rem
;
font-size
:
1
.2rem
;
font-weight
:
bold
;
transform
:
background-color
;
transition
:
ease-out
0
.3s
;
&
:hover
{
filter
:
brightness
(
105%
);
}
img
{
width
:
2rem
;
height
:
auto
;
...
...
Please
register
or
login
to post a comment