Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
bd970f5d
Commit
bd970f5d
authored
Mar 06, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis
parent
00cf22c6
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1 addition
and
63 deletions
+1
-63
.gitignore
.gitignore
+1
-0
aot/MyCardProduct.png
aot/MyCardProduct.png
+0
-0
aot/asset-manifest.json
aot/asset-manifest.json
+0
-7
aot/index.html
aot/index.html
+0
-1
aot/logo.png
aot/logo.png
+0
-0
aot/static/css/main.0215908c.css
aot/static/css/main.0215908c.css
+0
-2
aot/static/css/main.0215908c.css.map
aot/static/css/main.0215908c.css.map
+0
-1
aot/static/js/main.8272b6d8.js
aot/static/js/main.8272b6d8.js
+0
-51
aot/static/js/main.8272b6d8.js.map
aot/static/js/main.8272b6d8.js.map
+0
-1
aot/static/media/MyCardProduct.69dc9f6f.png
aot/static/media/MyCardProduct.69dc9f6f.png
+0
-0
No files found.
.gitignore
View file @
bd970f5d
# See https://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/ignore-files/ for more about ignoring files.
/aot/
# dependencies
# dependencies
/node_modules
/node_modules
...
...
aot/MyCardProduct.png
deleted
100644 → 0
View file @
00cf22c6
299 KB
aot/asset-manifest.json
deleted
100644 → 0
View file @
00cf22c6
{
"main.css"
:
"static/css/main.0215908c.css"
,
"main.css.map"
:
"static/css/main.0215908c.css.map"
,
"main.js"
:
"static/js/main.8272b6d8.js"
,
"main.js.map"
:
"static/js/main.8272b6d8.js.map"
,
"static/media/MyCardProduct.png"
:
"static/media/MyCardProduct.69dc9f6f.png"
}
\ No newline at end of file
aot/index.html
deleted
100644 → 0
View file @
00cf22c6
<!DOCTYPE html>
<html
lang=
"en"
><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
"/favicon.ico"
><title>
React App
</title><link
href=
"/static/css/main.0215908c.css"
rel=
"stylesheet"
></head><body><div
id=
"root"
></div><script
type=
"text/javascript"
src=
"/static/js/main.8272b6d8.js"
></script></body></html>
\ No newline at end of file
aot/logo.png
deleted
100644 → 0
View file @
00cf22c6
4.71 KB
aot/static/css/main.0215908c.css
deleted
100644 → 0
View file @
00cf22c6
.App-Logo
{
width
:
120px
;
height
:
31px
;
border-radius
:
6px
;
margin
:
16px
24px
16px
0
;
float
:
left
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.App-Logo
span
{
font-size
:
1rem
;
color
:
hsla
(
0
,
0%
,
100%
,
.75
)}
.App-Poster
{
width
:
100%
;
height
:
auto
;
max-width
:
100%
}
.App-Poster-Content
.ant-btn
{
margin
:
1.2rem
0
}
.App-Content1
,
.App-Content2
{
padding
:
50px
;
background
:
#333
}
.App-Content2
{
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
justify
;
-webkit-justify-content
:
space-between
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.App-CardList
{
padding
:
4vh
4vw
}
.App-CardList
.ant-row
{
margin
:
-8px
}
.App-CardList
.ant-row
>
div
{
padding
:
1vh
1vw
}
.App-Card-content
{
margin-bottom
:
2vh
;
white-space
:
pre
}
.ant-layout
.ant-layout-header
{
background
:
#404040
}
body
{
margin
:
0
;
padding
:
0
;
font-family
:
sans-serif
}
/*# sourceMappingURL=main.0215908c.css.map*/
\ No newline at end of file
aot/static/css/main.0215908c.css.map
deleted
100644 → 0
View file @
00cf22c6
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/css/main.0215908c.css","sourceRoot":""}
\ No newline at end of file
aot/static/js/main.8272b6d8.js
deleted
100644 → 0
View file @
00cf22c6
This diff is collapsed.
Click to expand it.
aot/static/js/main.8272b6d8.js.map
deleted
100644 → 0
View file @
00cf22c6
This diff is collapsed.
Click to expand it.
aot/static/media/MyCardProduct.69dc9f6f.png
deleted
100644 → 0
View file @
00cf22c6
299 KB
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