Minor stylistic changes

This commit is contained in:
Moris Zen
2018-08-01 22:56:01 +02:00
parent 906f73b34f
commit ce3b366da2
4 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import InfoBox from './InfoBox'
const Service = ({ ...props }) => ( const Service = ({ ...props }) => (
<div <div
className={`md:flex ${ className={`md:flex ${props.classes} ${
props.reversed ? 'flex-row-reverse' : '' props.reversed ? 'flex-row-reverse' : ''
} items-center justify-center m-auto`} } items-center justify-center m-auto`}
> >

View File

@@ -25,7 +25,7 @@ const ContactPage = () => (
className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4" className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4"
id="grid-first-name" id="grid-first-name"
type="text" type="text"
placeholder="Jane" placeholder="Name"
required required
/> />
</div> </div>
@@ -41,7 +41,7 @@ const ContactPage = () => (
className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4" className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4"
id="grid-last-name" id="grid-last-name"
type="email" type="email"
placeholder="Doe" placeholder="name@domain.com"
required required
/> />
</div> </div>
@@ -57,17 +57,17 @@ const ContactPage = () => (
className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4" className="appearance-none block w-full bg-grey-lightest text-grey-darker border rounded py-3 px-4"
id="grid-last-name" id="grid-last-name"
type="text" type="text"
placeholder="Doe" placeholder="Message..."
required required
/> />
</div> </div>
</div> </div>
<button <button
className="w-full shadow bg-green hover:bg-green-light text-white font-bold py-2 px-4 rounded" className="w-full shadow bg-teal hover:bg-teal-light text-white font-bold py-2 px-4 rounded"
type="submit" type="submit"
> >
Send Mail Send
</button> </button>
</form> </form>

View File

@@ -27,8 +27,8 @@ const IndexPage = ({ ...props }) => (
url="/contact" url="/contact"
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20" buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
intro="Welcome To Saburly" intro="Welcome To Saburly"
headline="We build the right software for your business goals" headline="We build the right software for you"
text="We are a team of highly experienced, creative and passionate engineers. Our mission is clear: to make you stand out and gain competitive advantages with the help of modern technologies." text="Saburly is a team of highly experienced, creative and passionate engineers. Our mission is clear: to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro} image={ImgIntro}
/> />

View File

@@ -74,7 +74,7 @@ const ServicesPage = () => (
<WorkStyle /> <WorkStyle />
</div> </div>
<div className="bg-indigo-darkest text-center py-4 lg:px-4"> <div className="bg-saburly-dark text-center py-4 lg:px-4">
<Link className="no-underline text-white" to="/contact"> <Link className="no-underline text-white" to="/contact">
<div <div
className="p-2 bg-saburly-dark items-center text-indigo-lightest leading-none lg:rounded-full flex lg:inline-flex" className="p-2 bg-saburly-dark items-center text-indigo-lightest leading-none lg:rounded-full flex lg:inline-flex"