Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
731b3168
Commit
731b3168
authored
Nov 15, 2017
by
Hayden Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix min prices
parent
77810772
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
33 deletions
+19
-33
App.css
src/App.css
+8
-2
App.js
src/App.js
+11
-31
No files found.
src/App.css
View file @
731b3168
...
...
@@ -42,7 +42,7 @@
/* flip speed goes here */
.title
{
transition
:
0.6
s
;
transition
:
1
s
;
transform-style
:
preserve-3d
;
position
:
relative
;
}
...
...
@@ -255,10 +255,14 @@
border
:
1px
solid
rgb
(
180
,
81
,
179
);
border-radius
:
0
8px
8px
0
;
font-family
:
Optima
,
sans-serif
;
-webkit-transition-duration
:
0.8s
;
transition-duration
:
0.8s
;
}
.exchange-buyEthInputButton
:hover
,
.exchange-buyTokensInputButton
:hover
{
cursor
:
pointer
;
color
:
rgb
(
220
,
173
,
247
);
color
:
rgb
(
122
,
251
,
255
);
text-shadow
:
2px
2px
10px
#1c5f7c
;
background-color
:
rgba
(
209
,
151
,
245
,
0.6
);
/*border-color: rgb(122, 251, 255);*/
}
.instructions
{
...
...
@@ -271,6 +275,8 @@
text-shadow
:
2px
2px
10px
#2daae0
;
margin-left
:
35vw
;
margin-right
:
1vw
;
-webkit-transition-duration
:
0.4s
;
transition-duration
:
0.4s
;
}
.instructions
:hover
{
color
:
rgb
(
216
,
169
,
236
);
text-shadow
:
1px
1px
5px
#ff69f0
;
...
...
src/App.js
View file @
731b3168
This diff is collapsed.
Click to expand it.
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