Update style for message template

This commit is contained in:
Visman 2021-11-24 10:44:02 +07:00
parent 5490c4c0e6
commit 9346767356
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
@extends ('layouts/main')
@if ($p->back)
<div id="fork-bcklnk">
<p><a class="f-go-back" href="{{ $p->fRootLink }}">{!! __('Go back') !!}</a></p>
<p id="fork-bcklnk-p"><a class="f-go-back" href="{{ $p->fRootLink }}">{!! __('Go back') !!}</a></p>
</div>
@endif

View file

@ -967,7 +967,7 @@ body,
/*************/
/* Сообщение */
/*************/
#fork-bcklnk > p {
#fork #fork-bcklnk-p {
padding: 0.625rem;
}