/* line 2, sass/utils/_format-utils.scss */ .is-mobile-app .hide-for-mobile-app { display: none !important; } /* AFL logo overrides, as needed */ /* * * CMS-9078: Croc Extra needed a different css value in the selection list but needed to use the AFL Live button * Applies to Desktop and Mobile MC */ /* line 94, themes/common/afl-between-deploys.scss */ .station-croc-extra { background-position: -1080px 0; } /* line 97, themes/common/afl-between-deploys.scss */ .match-centre .mc-header .listenlive .station-croc-extra { background-position: -900px 2px; } /*Fixing blockquote alignment caused by normalize.css being imported into style.css*/ blockquote { margin: 0 0 30px; } /* CMS-9734 */ .c-site-nav-tools-item-icon-search { display: none; } @media only screen and (min-width: 750px) { .c-site-nav-tools-item-icon-search { display: block; } } /* CMS-9811 */ .c-article { width: calc(100% - 50px); float: left; margin-left: 25px; border-left: 0; border-right: 0; } @media only screen and (min-width: 480px) { .c-article { width: calc(100% - 80px); float: left; margin-left: 40px; } } /* CMS-9734 */ .c-news-feed-tag { width: 102px !important; height: 20px !important; line-height: 20px !important; font-weight: 900 !important; font-size: 0.7rem !important; } .c-news-feed-tag.u-absolute-position { right: -61px !important; top: 188px !important; } @media screen and (max-width: 340px) { .u-news-feed-min-width { right: -25px !important; z-index: 4 !important; } } /* CMS-9828 */ .s-news-feed-bounce { animation: bounce 10s ease 3s 2 normal; transform: translate3d(0, 0, 0) rotateZ(270deg); } @keyframes bounce { 0%{ transform: translate3d(0, 0, 0) rotateZ(270deg); } 4%{ transform: translate3d(-20px, 0, 0) rotateZ(270deg); } 5.5%{ transform: translate3d(0, 0, 0) rotateZ(270deg); } 7%{ transform: translate3d(-5px, 0, 0) rotateZ(270deg); } 8.5%{ transform: translate3d(0, 0, 0) rotateZ(270deg); } 100%{ transform: translate3d(0, 0, 0) rotateZ(270deg); } } /* Responsive social icon margin tweak -- remove after first deployment post-GF */ .c-article__header { margin-top: 1.625rem; } .c-article__meta { margin-bottom: .625rem; } .c-article__meta, .c-article__social { margin-top: 0; }