jqh 5 vuotta sitten
vanhempi
commit
28c7522cdd

+ 1 - 1
resources/assets/dcat/sass/components/_custom-data-table.scss

@@ -54,7 +54,7 @@
   //padding: 1.45rem 2.8rem !important;
   //border-radius: 1.428rem;
   //border: 1px solid #dae1e7;
-  padding: 1.15rem 2.8rem !important;
+  padding: 1.2rem 2.8rem !important;
   border-radius: 1.4rem;
   border: 0;
   box-shadow: $shadow;

+ 2 - 2
resources/assets/dcat/sass/components/_layout.scss

@@ -3,12 +3,12 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 }
 
 .content .content-wrapper {
-  padding: 7rem 2rem 0;
+  padding: 7rem 2.5rem 0;
 }
 
 .navbar-fixed-top {
   .content-wrapper {
-    padding-top: 6rem;
+    padding-top: 6.4rem;
   }
 }
 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
resources/dist/dcat/css/dcat-app.css


+ 2 - 7
resources/views/dashboard/title.blade.php

@@ -10,7 +10,6 @@
         letter-spacing: .1rem;
         text-decoration: none;
         text-transform: uppercase;
-        color: rgba(255, 255, 255, 0.7);
     }
     .dashboard-title .links > a:hover {
         color: #fff;
@@ -19,9 +18,6 @@
         font-weight: 200;
         font-size: 2.5rem;
     }
-    .dashboard-title.card {
-        background: {{ Admin::color()->alpha('primary', 0.98) }}
-    }
     .dashboard-title .avatar {
         background: #fff;
         border: 2px solid #fff;
@@ -33,11 +29,10 @@
 <div class="dashboard-title card">
     <div class="card-body">
         <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">
-                <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">
                     <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>

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä