Skip to content

Commit

Permalink
feat blueprint-admin extension-admin: small styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Aug 30, 2024
1 parent c87d822 commit a4abe16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion resources/views/admin/extensions/blueprint/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@endsection

@section('content')
<p>Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.</p>
<p class="ext-description">Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.</p>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">

Expand Down Expand Up @@ -89,4 +89,11 @@
</div>

<p style="text-align: center"><img src="/assets/extensions/blueprint/byte.png" class="byte-img"></p>


<style>
section.content { padding-top: 7px !important; }
section.content-header > h1 { margin-top: 3px !important; }
.ext-description { padding-bottom: 10px; }
</style>
@endsection
6 changes: 5 additions & 1 deletion resources/views/blueprint/admin/template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@endsection

@section("extension.description")
<p>{{ $EXTENSION_DESCRIPTION }}</p>
<p class="ext-description">{{ $EXTENSION_DESCRIPTION }}</p>
@endsection

@section("extension.config")
Expand Down Expand Up @@ -106,5 +106,9 @@
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
section.content { padding-top: 7px !important; }
section.content-header > h1 { margin-top: 3px !important; }
.ext-description { padding-bottom: 10px; }
</style>
@endsection

0 comments on commit a4abe16

Please sign in to comment.