ahi fixed button that jumps around
This commit is contained in:
@@ -71,7 +71,7 @@ var CartPage = React.createClass({
|
|||||||
return (
|
return (
|
||||||
|
|
||||||
<div className="cart-page center">
|
<div className="cart-page center">
|
||||||
<LinkBanner locationName="thankYouPage" />
|
<LinkBanner locationName="cartPage" />
|
||||||
{cartTotal}
|
{cartTotal}
|
||||||
{displayedItems}
|
{displayedItems}
|
||||||
{buySomethingMessage}
|
{buySomethingMessage}
|
||||||
|
|||||||
@@ -46,9 +46,7 @@ h1 h2 h3 h4 h5{
|
|||||||
.mybutton{
|
.mybutton{
|
||||||
background-color: #00a8a8;
|
background-color: #00a8a8;
|
||||||
padding: 6px 11px !important;
|
padding: 6px 11px !important;
|
||||||
display: block;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-top: 8px;
|
|
||||||
border: solid #06c3c3 1px;
|
border: solid #06c3c3 1px;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
@@ -56,9 +54,8 @@ h1 h2 h3 h4 h5{
|
|||||||
|
|
||||||
.mybutton:hover {
|
.mybutton:hover {
|
||||||
background-color: #06c3c3 !important;
|
background-color: #06c3c3 !important;
|
||||||
|
padding: 6px 11px !important;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
margin-top: 8px;
|
|
||||||
display: block;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: solid #06c3c3 1px;
|
border: solid #06c3c3 1px;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
@@ -105,7 +102,7 @@ background: none;
|
|||||||
}
|
}
|
||||||
.mynav li .mybutton:hover {
|
.mynav li .mybutton:hover {
|
||||||
background-color: #06c3c3;
|
background-color: #06c3c3;
|
||||||
padding: 4px 10px !important;
|
padding: 4px 10px !important;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user