|
@@ -10,7 +10,6 @@
|
|
letter-spacing: .1rem;
|
|
letter-spacing: .1rem;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
- color: rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
|
}
|
|
.dashboard-title .links > a:hover {
|
|
.dashboard-title .links > a:hover {
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -19,9 +18,6 @@
|
|
font-weight: 200;
|
|
font-weight: 200;
|
|
font-size: 2.5rem;
|
|
font-size: 2.5rem;
|
|
}
|
|
}
|
|
- .dashboard-title.card {
|
|
|
|
- background: {{ Admin::color()->alpha('primary', 0.98) }}
|
|
|
|
- }
|
|
|
|
.dashboard-title .avatar {
|
|
.dashboard-title .avatar {
|
|
background: #fff;
|
|
background: #fff;
|
|
border: 2px solid #fff;
|
|
border: 2px solid #fff;
|
|
@@ -33,11 +29,10 @@
|
|
<div class="dashboard-title card">
|
|
<div class="dashboard-title card">
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
<div class="text-center ">
|
|
<div class="text-center ">
|
|
-
|
|
|
|
- <img class="avatar img-circle shadow mt-1" src="{{ admin_asset('@admin/images/logo.png') }}">
|
|
|
|
|
|
+ <img class="avatar img-circle shadow mt-1" src="{{ admin_asset('@admin/images/logo.png') }}">
|
|
|
|
|
|
<div class="text-center mb-1">
|
|
<div class="text-center mb-1">
|
|
- <h1 class="mb-3 mt-2 text-white">Dcat Admin</h1>
|
|
|
|
|
|
+ <h1 class="mb-3 mt-2 text-primary-darker">Dcat Admin</h1>
|
|
<div class="links">
|
|
<div class="links">
|
|
<a href="https://github.com/jqhph/dcat-admin" target="_blank">Github</a>
|
|
<a href="https://github.com/jqhph/dcat-admin" target="_blank">Github</a>
|
|
<a href="https://jqhph.github.io/dcat-admin/docs.html" id="doc-link" target="_blank">{{ __('admin.documentation') }}</a>
|
|
<a href="https://jqhph.github.io/dcat-admin/docs.html" id="doc-link" target="_blank">{{ __('admin.documentation') }}</a>
|