Update style for message template
This commit is contained in:
parent
5490c4c0e6
commit
9346767356
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -967,7 +967,7 @@ body,
|
|||
/*************/
|
||||
/* Сообщение */
|
||||
/*************/
|
||||
#fork-bcklnk > p {
|
||||
#fork #fork-bcklnk-p {
|
||||
padding: 0.625rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue