Removed unused CSS
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
27e5832a28
commit
6c3ffa7918
1 changed files with 6 additions and 9 deletions
|
@ -14,11 +14,6 @@
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
<style>
|
|
||||||
.checkbox label {
|
|
||||||
padding-right: 40px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
|
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
|
||||||
|
@ -30,10 +25,12 @@
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
|
<div class="col-md-12">
|
||||||
<p style="padding: 20px;">
|
<p>
|
||||||
{!! trans('admin/settings/general.slack_integration_help',array('slack_link' => 'https://my.slack.com/services/new/incoming-webhook')) !!}
|
{!! trans('admin/settings/general.slack_integration_help',array('slack_link' => 'https://my.slack.com/services/new/incoming-webhook')) !!}
|
||||||
</p>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
@livewire('slack-settings-form')
|
@livewire('slack-settings-form')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue