Skip to content

Commit

Permalink
Commit latest build to dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Wynn committed Jul 5, 2017
1 parent 517d025 commit 7e66bfc
Show file tree
Hide file tree
Showing 22 changed files with 65,948 additions and 13 deletions.
6,641 changes: 6,641 additions & 0 deletions dist/arabic.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/arabic.min.css

Large diffs are not rendered by default.

90 changes: 78 additions & 12 deletions dist/bbc-grandstand.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,71 @@
}
}

.gel-paragon {
font-size: 20px;
font-size: 1.25rem;
line-height: 24px;
line-height: 1.5rem;
}

@media (min-width: 20em) {
.gel-paragon {
font-size: 22px;
font-size: 1.375rem;
line-height: 26px;
line-height: 1.625rem;
}
}

@media (min-width: 37.5em) {
.gel-paragon {
font-size: 30px;
font-size: 1.875rem;
line-height: 34px;
line-height: 2.125rem;
}
.no-touch .gel-paragon {
font-size: 28px;
font-size: 1.75rem;
line-height: 32px;
line-height: 2rem;
}
}

.gel-paragon-bold {
font-size: 20px;
font-size: 1.25rem;
line-height: 24px;
line-height: 1.5rem;
font-weight: bold;
letter-spacing: -1px;
letter-spacing: -0.0625rem;
}

@media (min-width: 20em) {
.gel-paragon-bold {
font-size: 22px;
font-size: 1.375rem;
line-height: 26px;
line-height: 1.625rem;
}
}

@media (min-width: 37.5em) {
.gel-paragon-bold {
font-size: 30px;
font-size: 1.875rem;
line-height: 34px;
line-height: 2.125rem;
}
.no-touch .gel-paragon-bold {
font-size: 28px;
font-size: 1.75rem;
line-height: 32px;
line-height: 2rem;
}
}

.gel-double-pica {
font-size: 20px;
font-size: 1.25rem;
Expand Down Expand Up @@ -2255,6 +2320,12 @@ Our implementation is based on http://codepen.io/IschaGast/pen/Qjxpxo
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.gs-o-faux-block-link .gs-o-faux-block-link__overlay-link:before {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat 0 0;
}
}

/**
* This class allows you to have a seperate overlay href rather than using :before
* Useful if you have a position relative between the link and the container div where the .gs-o-faux-block-link
Expand All @@ -2275,25 +2346,20 @@ Our implementation is based on http://codepen.io/IschaGast/pen/Qjxpxo
white-space: nowrap;
}

.gs-o-faux-block-link .gs-o-faux-block-link__overlay:hover {
cursor: pointer;
}

/**
* Increased specificity so it trumps ".faux-block-link a"
*
* 1. IE Fix - Elements have a solid black background in high contrast mode.
* 1. IE Fix - Elements have a solid black background in high contrast mode on PC without this.
*/
.gs-o-faux-block-link__overlay.gs-o-faux-block-link__overlay {
position: absolute;
z-index: 0;
}

.lt-ie9 .gs-o-faux-block-link__overlay.gs-o-faux-block-link__overlay {
opacity: 0;
/* [1] */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.gs-o-faux-block-link .gs-o-faux-block-link__overlay-link:before {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat 0 0;
}
position: absolute;
z-index: 0;
}

/*------------------------------------* # FLAG OBJECT
Expand Down
2 changes: 1 addition & 1 deletion dist/bbc-grandstand.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7e66bfc

Please sign in to comment.