This commit is contained in:
Pranshu Tomar 2020-04-09 14:24:25 +05:30
parent f4f84c0a0f
commit 7d360626e0
5 changed files with 15 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=c7c2ef0a298910b82304",
"/css/admin.css": "/css/admin.css?id=f2c6fe51889bca1fb79d"
"/js/admin.js": "/js/admin.js?id=2701b1627d73faa941d6",
"/css/admin.css": "/css/admin.css?id=83d132435533a0253470"
}

View File

@ -5,6 +5,15 @@
border-bottom: 1px solid $border-color;
}
.page-header {
.control-group {
&.date::after {
left: unset;
top: 5px;
}
}
}
.page-content {
margin-top: 15px;
}

View File

@ -52,10 +52,11 @@
@slot('subcopy')
@lang(
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser: [:actionURL](:actionURL)',
'into your web browser: [:displayableActionUrl](:actionURL)',
[
'actionText' => $actionText,
'actionURL' => $actionUrl,
'displayableActionUrl' => $displayableActionUrl,
]
)
@endslot