Commit fed50192 authored by Evonne Cheung's avatar Evonne Cheung Committed by Robert Lyon
Browse files

Bug #1996956 RSS icon next to H1 is tiny

Removed class, increased font size and add in padding-top for alignment.

behatnotneeded

Change-Id: I0a80341e79084d00e89bac18abdada5bc34e979b
parent aee242c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -293,6 +293,10 @@
.mahara-rss-icon {
    color: $rss-icon-color;
}
h1 .mahara-rss-icon {
  font-size: 0.625em;
  padding-top: 0.75rem;
}

.postdetails {
    margin-top: $spacing-base;
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@
                                </span>
                                {if $PAGEHELPNAME}<span class="page-help-icon">{$PAGEHELPICON|safe}</span>{/if}
                                {if $publicgroup && $rsswithtitle}
                                <a href="{$feedlink}" class="mahara-rss-icon text-small float-end " role="presentation" aria-hidden="true">
                                <a href="{$feedlink}" class="mahara-rss-icon float-end" role="presentation" aria-hidden="true">
                                    <span class="icon-rss icon icon-lg" role="presentation" aria-hidden="true"></span>
                                </a>
                                {/if}