~ya-bo-ng/+junk/fenchurch-cookie-ubuntu

« back to all changes in this revision

Viewing changes to static/css/core-pattern.scss

  • Committer: Anthony Dillon
  • Date: 2012-07-16 14:11:31 UTC
  • Revision ID: anthony.dillon@canonical.com-20120716141131-6piqyjbaqbrb69wq
Updated the become a partner section on the partners page

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    color: #fff;
59
59
}
60
60
 
61
 
body.audience-enterprise a.link-cta-canonical {
 
61
body.audience-enterprise a.link-cta-canonical,
 
62
body.partners a.link-cta-canonical {
62
63
        background: $canonical_aubergine;
63
64
        color: #fff;
64
65
}
254
255
 
255
256
.box-five-feature li.last, 
256
257
.box-four-feature li.last,
257
 
.box-three-feature li.last { margin-right: 0; }
 
258
.box-three-feature li.last { 
 
259
  margin-right: 0; 
 
260
  padding-right: 0;
 
261
}
258
262
 
259
263
.box-three-feature li.four-col img {
260
264
        height: auto;
494
498
        padding-bottom: 3px;
495
499
}
496
500
 
497
 
.quote-canonical{
498
 
    background: url("../img/patterns/quote-white-360x360.png") no-repeat 20px -160px;
 
501
.quote-canonical,
 
502
.quote-canonical-white{
 
503
    background: url("../img/patterns/quote-canonical-white-360x360.png") no-repeat 20px -160px;
499
504
    color: $canonical_aubergine;
500
505
    float: right;
501
506
    height: 215px;
505
510
    width: 290px;
506
511
}
507
512
 
 
513
.quote-canonical-white{
 
514
  background: url("../img/patterns/quote-aubergine-345x345.png") no-repeat 0 0;
 
515
  color: #fff;
 
516
  padding: 90px 60px 0 60px;
 
517
  height: 255px;
 
518
  width: 245px;
 
519
}
 
520
 
508
521
.quote p:first-child {
509
 
        @include font_size (16); /* (16) desired value in px, this is divided by the baseline font-size value to reach the em value */
 
522
        @include font_size (18); /* (16) desired value in px, this is divided by the baseline font-size value to reach the em value */
510
523
    line-height: 1.3;
 
524
    text-indent: -7px;
511
525
}
512
526
 
513
527
.quote-right-bottom {