tweak cta display on pro pages
This commit is contained in:
parent
2fac9ba462
commit
2299494da8
|
@ -54,6 +54,11 @@
|
||||||
@extend %h1
|
@extend %h1
|
||||||
color: #408692 !important
|
color: #408692 !important
|
||||||
|
|
||||||
|
.h1--green
|
||||||
|
@extend %h1
|
||||||
|
font-size: 54px
|
||||||
|
color: $green !important
|
||||||
|
|
||||||
%h2
|
%h2
|
||||||
margin: 0 0 .5em
|
margin: 0 0 .5em
|
||||||
font-size: 36px
|
font-size: 36px
|
||||||
|
@ -404,6 +409,9 @@
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
|
||||||
|
|
||||||
|
.team-header
|
||||||
|
margin-bottom: 7em
|
||||||
|
|
||||||
.team-flags
|
.team-flags
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
img
|
img
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
|
||||||
#auth #top .cta
|
.top .cta
|
||||||
display: none
|
|
||||||
|
|
||||||
#top .cta
|
|
||||||
border-bottom: 2px solid #E4E4E4
|
border-bottom: 2px solid #E4E4E4
|
||||||
border-top: 2px solid #E4E4E4
|
border-top: 2px solid #E4E4E4
|
||||||
line-height: 2.7em
|
line-height: 2.7em
|
||||||
|
@ -31,6 +28,13 @@
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
#auth .top .cta,
|
||||||
|
.landing-pro .cta
|
||||||
|
display: none !important
|
||||||
|
|
||||||
|
.landing-pro .top
|
||||||
|
border-bottom: 1px solid #f1f1f1
|
||||||
|
|
||||||
.top
|
.top
|
||||||
background-color: #f1f1f1
|
background-color: #f1f1f1
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<div id="landing" class="landing wrapper">
|
<div id="landing" class="landing wrapper">
|
||||||
<section class="section--white">
|
<section class="section--white">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<header class="section--center">
|
<header class="section--center team-header">
|
||||||
<h1 class="h1--green">Teamwork makes Travis CI possible</h1>
|
<h1 class="h1--green">Teamwork makes Travis CI possible</h1>
|
||||||
<p class="text-big">We've got Builders in areas across Europe and North America working together to make the tool you love to use.
|
<p class="text-big">We've got Builders in areas across Europe and North America <br> working together to make the tool you love to use.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<ul class="list--team">
|
<ul class="list--team">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user