codecombat/app/styles/sales-view.sass

198 lines
3.8 KiB
Sass
Raw Normal View History

2015-12-14 23:43:34 -05:00
#sales-view
background-color: #F5F5F5
2015-12-15 08:57:46 -05:00
font-family: Helvetica, sans-serif
font-size: 15px
line-height: 20px
2015-12-14 23:43:34 -05:00
// TODO: better way to remove content styling?
#site-content-area
width: 100%
background-color: #F5F5F5
border: none
margin: auto
padding: 0px
min-height: inherit
.btn-contact-us
background-color: #3878DE
border: none
2015-12-15 08:57:46 -05:00
color: #FFFFFF
font-size: 18px
2015-12-14 23:43:34 -05:00
margin-top: 20px
padding: 20px
width: 330px
2015-12-14 23:43:34 -05:00
text-decoration: none
text-transform: uppercase
div
text-align: left
img
float: left
margin-right: 10px
2015-12-15 16:11:32 -05:00
.btn-create-account, .btn-enter-courses
2015-12-14 23:43:34 -05:00
background-color: #09AC48
2015-12-15 08:57:46 -05:00
color: #FFFFFF
2015-12-14 23:43:34 -05:00
display: inline-block
font-size: 18px
2015-12-14 23:43:34 -05:00
margin: 10px
padding: 24px
width: 400px
2015-12-14 23:43:34 -05:00
text-decoration: none
text-transform: uppercase
.btn-login-account
2015-12-15 08:57:46 -05:00
color: #FFFFFF
2015-12-14 23:43:34 -05:00
text-decoration: underline
.btn-setup-class
margin-top: 20px
text-transform: uppercase
width: 300px
.section-header
font-family: Merriweather
font-size: 23px
line-height: 29px
padding: 0px 24px 0px 24px
border-bottom: 1px solid lightgray
.section-subheader
font-family: Helvetica, sans-serif
font-size: 13px
color: #727272
line-height: 15px
.text-right
text-align: right
#top-page-content
background-image: url('/images/pages/sales/hero_background.png')
background-size: cover
2015-12-15 08:57:46 -05:00
color: #FFFFFF
2015-12-14 23:43:34 -05:00
2015-12-21 17:09:57 -05:00
td
vertical-align: top
2015-12-21 15:39:59 -05:00
.big-quote-mark
font-family: Merriweather
font-size: 130px
font-weight: 700
line-height: 130px
margin-right: 0px
opacity: 0.5
2015-12-15 08:57:46 -05:00
.hero-quote-container
2015-12-21 17:09:57 -05:00
margin: 20px 20px 20px 0px
2015-12-14 23:43:34 -05:00
width: 60%
2015-12-15 08:57:46 -05:00
.hero-quote
2015-12-21 15:39:59 -05:00
color: #FFFFFF
2015-12-15 08:57:46 -05:00
font-family: Merriweather
2015-12-21 15:39:59 -05:00
font-size: 38px
2015-12-15 08:57:46 -05:00
font-weight: 700
2015-12-21 15:39:59 -05:00
line-height: 48px
2015-12-15 08:57:46 -05:00
.hero-quote-attribution
font-family: Helvetica, sans-serif
font-style: italic
2015-12-21 15:39:59 -05:00
font-size: 15px
2015-12-15 08:57:46 -05:00
color: #FFFFFF
2015-12-21 15:39:59 -05:00
line-height: 20px
2015-12-15 08:57:46 -05:00
margin-right: 100px
text-align: right
2015-12-14 23:43:34 -05:00
#down-arrow
padding: 20px
#main-content
text-align: left
display: inline-block
width: 850px
#blurb1
padding: 0px 20px 0px 20px
.blurb-subtitle
font-size: 17px
font-weight: bold
#course-comparisons
font-size: 12px
margin: 20px
width: 90%
img
width: 100%
2015-12-15 08:57:46 -05:00
.img-caption
font-family: Helvetica, sans-serif
font-style: italic
font-size: 11px
color: #727272
line-height: 13px
2015-12-14 23:43:34 -05:00
.img-face
background-color: #f0e5c7
border-radius: 50%
height: 100px
width: 100px
.img-game
width: 100%
2015-12-15 08:57:46 -05:00
.teacher-quote
2015-12-14 23:43:34 -05:00
font-family: Merriweather
2015-12-15 08:57:46 -05:00
font-weight: 300
font-size: 18px
line-height: 20px
.teacher-name
font-family: Helvetica, sans-serif
2015-12-14 23:43:34 -05:00
font-weight: 700
2015-12-15 08:57:46 -05:00
font-size: 16px
2015-12-14 23:43:34 -05:00
line-height: 19px
2015-12-15 08:57:46 -05:00
.teacher-location
2015-12-14 23:43:34 -05:00
font-family: Helvetica, sans-serif
font-style: italic
2015-12-15 08:57:46 -05:00
font-size: 12px
line-height: 14px
2015-12-14 23:43:34 -05:00
#quote1-container
background-image: url('/images/pages/sales/quote1.png')
background-repeat: no-repeat
background-size: 100% auto
height: 265px
padding: 12px
margin-right: 10px
.hero-quote-attribution
margin-top: 60px
#quote2-container
background-image: url('/images/pages/sales/quote2.png')
background-repeat: no-repeat
background-size: 100% auto
height: 265px
padding: 12px
margin-left: 10px
2015-12-15 08:57:46 -05:00
.teacher-quote
2015-12-14 23:43:34 -05:00
margin-top: 60px
.hero-quote-attribution
margin-top: 20px
2015-12-15 08:57:46 -05:00
.twitter-attribution
font-family: Helvetica
font-weight: 700
font-size: 11px
line-height: 14px
2015-12-14 23:43:34 -05:00
color: black
display: inline-block
text-decoration: none