first
This commit is contained in:
34
resources/views/admin/dashboard/title.blade.php
Normal file
34
resources/views/admin/dashboard/title.blade.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<style>
|
||||
.title {
|
||||
font-size: 50px;
|
||||
color: #636b6f;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-weight: 100;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin: 20px 0 10px 0px;
|
||||
}
|
||||
|
||||
.links {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.links > a {
|
||||
color: #636b6f;
|
||||
padding: 0 25px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
letter-spacing: .1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="title">
|
||||
{{ config('admin.title') }}
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://github.com/z-song/laravel-admin" target="_blank">Github</a>
|
||||
<a href="http://laravel-admin.org/docs" target="_blank">Documentation</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user