Commit 731b3168 authored by Hayden Adams's avatar Hayden Adams

fix min prices

parent 77810772
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
/* flip speed goes here */ /* flip speed goes here */
.title { .title {
transition: 0.6s; transition: 1s;
transform-style: preserve-3d; transform-style: preserve-3d;
position: relative; position: relative;
} }
...@@ -255,10 +255,14 @@ ...@@ -255,10 +255,14 @@
border: 1px solid rgb(180, 81, 179); border: 1px solid rgb(180, 81, 179);
border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0;
font-family: Optima, sans-serif; font-family: Optima, sans-serif;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}.exchange-buyEthInputButton:hover, .exchange-buyTokensInputButton:hover{ }.exchange-buyEthInputButton:hover, .exchange-buyTokensInputButton:hover{
cursor: pointer; 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); background-color: rgba(209, 151, 245, 0.6);
/*border-color: rgb(122, 251, 255);*/
} }
.instructions { .instructions {
...@@ -271,6 +275,8 @@ ...@@ -271,6 +275,8 @@
text-shadow: 2px 2px 10px #2daae0; text-shadow: 2px 2px 10px #2daae0;
margin-left: 35vw; margin-left: 35vw;
margin-right: 1vw; margin-right: 1vw;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
} .instructions:hover{ } .instructions:hover{
color: rgb(216, 169, 236); color: rgb(216, 169, 236);
text-shadow: 1px 1px 5px #ff69f0; text-shadow: 1px 1px 5px #ff69f0;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment