X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fblocks%2Ffooter-promo%2Ffooter-promo.css;h=7486d488f3b7a1fbeea22bc05e08b6e181c7effa;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=7014ff56e6c0bc34eccfe3bb040b23530a8ef085;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css b/web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css index 7014ff56e..7486d488f 100644 --- a/web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css +++ b/web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css @@ -9,7 +9,7 @@ .block-type-footer-promo-block .block__title { font-size: 1.5rem; - font-weight: normal; + font-weight: 400; } .block-type-footer-promo-block .footer-promo-content { @@ -18,17 +18,14 @@ .block-type-footer-promo-block .footer-promo-content a { background-color: inherit; - display: block; color: #fff; - font-weight: bold; - text-decoration: none; + font-weight: 700; } .block-type-footer-promo-block .footer-promo-content a:active, .block-type-footer-promo-block .footer-promo-content a:focus, .block-type-footer-promo-block .footer-promo-content a:hover { background-color: transparent; - text-decoration: underline; } .block-type-footer-promo-block .footer-promo-content a:after { @@ -39,6 +36,9 @@ background: url('../../../../images/svg/pointer--white.svg') no-repeat center center; vertical-align: middle; } +[dir=rtl] .block-type-footer-promo-block .footer-promo-content a:after { + transform: rotate(180deg); +} @media screen and (min-width: 60rem) { .block-type-footer-promo-block {