Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c74b3a3670 | |||
| 75965cc1e2 | |||
| 06b798d91d | |||
| 1e7409ae1c | |||
| bdad477ba8 |
+42
-35
@@ -149,24 +149,24 @@ p {
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
z-index: 5;
|
||||
/* -webkit-transition: all 0.4s ease-out 0s;
|
||||
-webkit-transition: all 0.4s ease-out 0s;
|
||||
-moz-transition: all 0.4s ease-out 0s;
|
||||
-ms-transition: all 0.4s ease-out 0s;
|
||||
-o-transition: all 0.4s ease-out 0s;
|
||||
transition: all 0.4s ease-out 0s; */
|
||||
/* background-color: #4687ba; */
|
||||
/* border: 1px solid #4687ba; */
|
||||
transition: all linear 0.3s;
|
||||
transition: all 0.4s ease-out 0s;
|
||||
background-color: #4687ba;
|
||||
border: 1px solid #4687ba;
|
||||
/* transition: all linear 0.3s;
|
||||
border: 1px solid #89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%); */
|
||||
}
|
||||
.main-btn:hover {
|
||||
/* background-color: #fff;
|
||||
background-color: #fff;
|
||||
color: #2b70fa;
|
||||
border-color: #2b70fa; */
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color: #2b70fa;
|
||||
/* background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
color: #fff;
|
||||
border-color: #000;
|
||||
border-color: #000; */
|
||||
}
|
||||
.main-btn.main-btn-2 {
|
||||
background-color: #fff;
|
||||
@@ -1854,26 +1854,26 @@ p {
|
||||
line-height: 40px;
|
||||
padding: 0 23px;
|
||||
border-radius: 6px;
|
||||
border: 2px solid #89216b;
|
||||
border: 2px solid #0e1133;
|
||||
}
|
||||
.appie-hero-content ul li a i {
|
||||
padding-right: 6px;
|
||||
}
|
||||
/* .appie-hero-content ul li a:hover {
|
||||
.appie-hero-content ul li a:hover {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
} */
|
||||
/* .appie-hero-content ul li a.item-2 {
|
||||
}
|
||||
.appie-hero-content ul li a.item-2 {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
} */
|
||||
/* .appie-hero-content ul li a.item-2:hover {
|
||||
}
|
||||
.appie-hero-content ul li a.item-2:hover {
|
||||
background: #0e1133;
|
||||
color: #fff;
|
||||
} */
|
||||
/* .appie-hero-content.appie-hero-content-4 {
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-4 {
|
||||
padding-right: 40px;
|
||||
} */
|
||||
}
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
.appie-hero-content.appie-hero-content-4 {
|
||||
padding-right: 0;
|
||||
@@ -1983,18 +1983,18 @@ p {
|
||||
border-color: #fff;
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
|
||||
/* background-color: rgb(219, 237, 245);
|
||||
border-color: #fff; */
|
||||
color: #fff;
|
||||
background-color: rgb(219, 237, 245);
|
||||
border-color: #fff;
|
||||
/* color: #fff;
|
||||
border-color:#89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%); */
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
|
||||
/* background: #9b2cfa;
|
||||
background: #9b2cfa;
|
||||
border-color: #9b2cfa;
|
||||
color: #fff; */
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color:#000;
|
||||
color: #fff;
|
||||
/* background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color:#000; */
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6.appie-hero-content-7 .appie-title {
|
||||
color: #fff;
|
||||
@@ -2047,7 +2047,7 @@ p {
|
||||
height: 500px;
|
||||
width: 500px;
|
||||
transform: translate(-50%, -50%);
|
||||
background: #4687ba;
|
||||
background: #dbedf5;
|
||||
border-radius: 50%;
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -6071,7 +6071,8 @@ blockquote cite {
|
||||
}
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a {
|
||||
color: #fff;
|
||||
background: #fff;
|
||||
color: #0e1133;
|
||||
line-height: 40px;
|
||||
padding: 0 23px;
|
||||
border-radius: 6px;
|
||||
@@ -6080,13 +6081,19 @@ blockquote cite {
|
||||
.footer-copyright .apps-download-btn ul li a i {
|
||||
padding-right: 6px;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a {
|
||||
border-color: #89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a:hover {
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color: #000;
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
border-color: #e7eaef;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a.item-2 {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
border-color: #e7eaef;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a.item-2:hover {
|
||||
background: #fff;
|
||||
color: #0e1133;
|
||||
}
|
||||
|
||||
.appie-error-area {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 639 KiB After Width: | Height: | Size: 600 KiB |
@@ -121,7 +121,7 @@ function FooterHomeOne({ className }) {
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={process.env.REACT_APP_ANDROID_APP} target="_blank">
|
||||
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP} target="_blank">
|
||||
<i className="fab fa-google-play" /> Download for
|
||||
Android
|
||||
</a>
|
||||
|
||||
@@ -29,9 +29,9 @@ const Main = ({gredient}) => {
|
||||
<div className="col-lg-6">
|
||||
<div className="w-100">
|
||||
<div className="p-0 appie-traffic-title section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100">
|
||||
<h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Rewards Accomplishments</div></h3>
|
||||
<h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Reward Accomplishments</div></h3>
|
||||
<p className=''>
|
||||
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform plan rewards.
|
||||
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform to plan rewards.
|
||||
</p>
|
||||
</div>
|
||||
<div className="appie-traffic-title section_title mb-3" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}>
|
||||
|
||||
Reference in New Issue
Block a user