35 lines
785 B
PHP
35 lines
785 B
PHP
<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>
|