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
582171dc
Commit
582171dc
authored
Mar 06, 2017
by
nano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css
parent
7760ff0c
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
22 deletions
+30
-22
aot/asset-manifest.json
aot/asset-manifest.json
+4
-4
aot/favicon.ico
aot/favicon.ico
+0
-0
aot/index.html
aot/index.html
+1
-1
aot/static/css/main.0215908c.css
aot/static/css/main.0215908c.css
+0
-2
aot/static/css/main.e7fc2509.css
aot/static/css/main.e7fc2509.css
+8
-0
aot/static/css/main.e7fc2509.css.map
aot/static/css/main.e7fc2509.css.map
+1
-1
aot/static/js/main.2fda5221.js
aot/static/js/main.2fda5221.js
+8
-8
aot/static/js/main.2fda5221.js.map
aot/static/js/main.2fda5221.js.map
+1
-1
src/App.css
src/App.css
+7
-5
No files found.
aot/asset-manifest.json
View file @
582171dc
{
{
"main.css"
:
"static/css/main.
0215908c
.css"
,
"main.css"
:
"static/css/main.
e7fc2509
.css"
,
"main.css.map"
:
"static/css/main.
0215908c
.css.map"
,
"main.css.map"
:
"static/css/main.
e7fc2509
.css.map"
,
"main.js"
:
"static/js/main.
8272b6d8
.js"
,
"main.js"
:
"static/js/main.
2fda5221
.js"
,
"main.js.map"
:
"static/js/main.
8272b6d8
.js.map"
,
"main.js.map"
:
"static/js/main.
2fda5221
.js.map"
,
"static/media/MyCardProduct.png"
:
"static/media/MyCardProduct.69dc9f6f.png"
"static/media/MyCardProduct.png"
:
"static/media/MyCardProduct.69dc9f6f.png"
}
}
\ No newline at end of file
aot/favicon.ico
0 → 100644
View file @
582171dc
4.71 KB
aot/index.html
View file @
582171dc
<!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>
<!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.e7fc2509.css"
rel=
"stylesheet"
></head><body><div
id=
"root"
></div><script
type=
"text/javascript"
src=
"/static/js/main.2fda5221.js"
></script></body></html>
\ No newline at end of file
\ No newline at end of file
aot/static/css/main.0215908c.css
deleted
100644 → 0
View file @
7760ff0c
.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.e7fc2509.css
0 → 100644
View file @
582171dc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
aot/static/css/main.
0215908c
.css.map
→
aot/static/css/main.
e7fc2509
.css.map
View file @
582171dc
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/css/main.0215908c.css","sourceRoot":""}
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/css/main.e7fc2509.css","sourceRoot":""}
\ No newline at end of file
\ No newline at end of file
aot/static/js/main.
8272b6d8
.js
→
aot/static/js/main.
2fda5221
.js
View file @
582171dc
This diff is collapsed.
Click to expand it.
aot/static/js/main.
8272b6d8
.js.map
→
aot/static/js/main.
2fda5221
.js.map
View file @
582171dc
This diff is collapsed.
Click to expand it.
src/App.css
View file @
582171dc
@import
'~antd/dist/antd.css'
;
.App-Logo
span
{
font-size
:
1rem
;
color
:
rgba
(
255
,
255
,
255
,
0.75
)
}
.App-Logo
{
.App-Logo
{
width
:
120px
;
width
:
120px
;
height
:
31px
;
height
:
31px
;
...
@@ -8,11 +15,6 @@
...
@@ -8,11 +15,6 @@
align-items
:
center
;
align-items
:
center
;
}
}
.App-Logo
span
{
font-size
:
1rem
;
color
:
rgba
(
255
,
255
,
255
,
0.75
)
}
.App-Poster
{
.App-Poster
{
width
:
100%
;
width
:
100%
;
height
:
auto
;
height
:
auto
;
...
...
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