Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landingPage-Nexpie
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
landingPage-Nexpie
Commits
58a55251
Commit
58a55251
authored
Aug 07, 2019
by
Tonk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style
parent
9a34042c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
package.json
+0
-0
src/components/Home/Banner.js
+1
-1
src/components/Home/WhyUs.js
+3
-2
src/scss/style.scss
+1
-1
No files found.
package.json
View file @
58a55251
src/components/Home/Banner.js
View file @
58a55251
...
@@ -27,7 +27,7 @@ export default class Banner extends React.Component {
...
@@ -27,7 +27,7 @@ export default class Banner extends React.Component {
fontWeight
:
"normal"
fontWeight
:
"normal"
}}
}}
>
>
<
h2
style
=
{{
color
:
"#
051f6
1"
,
marginRight
:
20
}}
>
CONNECT
<
/h2
>
<
h2
style
=
{{
color
:
"#
ffcc0
1"
,
marginRight
:
20
}}
>
CONNECT
<
/h2
>
<
h2
style
=
{{
color
:
"#fff"
}}
>
EVERYTHING
!<
/h2
>
<
h2
style
=
{{
color
:
"#fff"
}}
>
EVERYTHING
!<
/h2
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
src/components/Home/WhyUs.js
View file @
58a55251
import
React
from
"react"
;
import
React
from
"react"
;
import
WindowDimensions
from
"components/utils/WindowDimension"
;
import
WindowDimensions
from
"components/utils/WindowDimension"
;
const
Card
=
()
=>
{
const
Card
=
()
=>
{
return
(
return
(
<
div
className
=
"why-card"
>
<
div
className
=
"why-card"
>
...
@@ -36,9 +37,9 @@ const WhyUS = ({ isMobileSized }) => {
...
@@ -36,9 +37,9 @@ const WhyUS = ({ isMobileSized }) => {
<
/p
>
<
/p
>
<
div
className
=
"row"
>
<
div
className
=
"row"
>
<
div
className
=
"why-bg"
/>
<
div
className
=
"why-bg"
/>
{[
1
,
2
,
3
].
map
((
item
,
index
)
=>
(
<
Card
/>
<
Card
/>
<
Card
/>
))}
<
Card
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
);
);
...
...
src/scss/style.scss
View file @
58a55251
...
@@ -43,7 +43,7 @@ body {
...
@@ -43,7 +43,7 @@ body {
color
:
$primary
;
color
:
$primary
;
}
}
.why-card
{
.why-card
{
width
:
348px
;
max-
width
:
348px
;
height
:
399px
;
height
:
399px
;
border-radius
:
6px
;
border-radius
:
6px
;
box-shadow
:
0
52px
85px
0
rgba
(
0
,
0
,
0
,
0
.09
);
box-shadow
:
0
52px
85px
0
rgba
(
0
,
0
,
0
,
0
.09
);
...
...
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