Просмотр исходного кода

nuovo stile card contabilità entrate

ferrari 6 месяцев назад
Родитель
Сommit
079fb09c6c
2 измененных файлов с 19 добавлено и 7 удалено
  1. 16 5
      public/css/new_style.css
  2. 3 2
      resources/views/livewire/records_in.blade.php

+ 16 - 5
public/css/new_style.css

@@ -202,7 +202,8 @@ body .dashboard-container {
     color: black !important;
     color: black !important;
 }
 }
 
 
-body #card--resume.card--ui {
+body #card--resume.card--ui,
+body #accountingEntry .accountingEntry_resume.card--ui {
     background: unset;
     background: unset;
     background-color: var(--color-lilla);
     background-color: var(--color-lilla);
     color: black;
     color: black;
@@ -210,16 +211,19 @@ body #card--resume.card--ui {
     border-radius: 15px;
     border-radius: 15px;
 }
 }
 
 
-body #card--resume.card--ui header {
+body #card--resume.card--ui header,
+body #accountingEntry .accountingEntry_resume.card--ui > header {
     background: transparent;
     background: transparent;
     border: none;
     border: none;
     color: black;
     color: black;
+    padding: 30px;
     padding-top: 35px;
     padding-top: 35px;
 }
 }
 
 
 body #card--resume.card--ui header span.user-name,
 body #card--resume.card--ui header span.user-name,
 body #card--resume.card--ui .card--resume_body .resume--tab_info h2,
 body #card--resume.card--ui .card--resume_body .resume--tab_info h2,
-body #card--resume.card--ui .title--tessera_added span.title-detail {
+body #card--resume.card--ui .title--tessera_added span.title-detail,
+body #accountingEntry .accountingEntry_resume.card--ui > header span.primary {
     color: black;
     color: black;
 }
 }
 
 
@@ -258,6 +262,10 @@ body #card--resume.card--ui .card--resume_body .resume--tab_info h2 i {
     margin: 0;
     margin: 0;
 }
 }
 
 
+body #accountingEntry .accountingEntry_resume.card--ui .username > i {
+    color: var(--color-viola);
+}
+
 body #card--resume.card--ui .card--resume_body .resume--tab_info ul {
 body #card--resume.card--ui .card--resume_body .resume--tab_info ul {
     padding-left: 55px;
     padding-left: 55px;
 }
 }
@@ -309,8 +317,11 @@ body form .form-check-input {
 }
 }
 
 
 body .form-check-input:checked[type="checkbox"],
 body .form-check-input:checked[type="checkbox"],
-body form .form-check-input:checked[type="checkbox"]
-body .form-check-input:checked[type="radio"],
+body form .form-check-input:checked[type="checkbox"] body .form-check-input:checked[type="radio"],
 body form .form-check-input:checked[type="radio"] {
 body form .form-check-input:checked[type="radio"] {
     background-color: var(--color-blu) !important;
     background-color: var(--color-blu) !important;
 }
 }
+
+body .form-select[multiple] {
+    color: transparent;
+}

+ 3 - 2
resources/views/livewire/records_in.blade.php

@@ -614,8 +614,9 @@
             @if(!$corrispettivo_fiscale)
             @if(!$corrispettivo_fiscale)
             <div class="accountingEntry_resume card--ui" style="max-height:800px;width:35% !important;">
             <div class="accountingEntry_resume card--ui" style="max-height:800px;width:35% !important;">
                 <header style="height: 80px">
                 <header style="height: 80px">
-                    <div class="username d-flex align-items-start">
-                        <i class="ico--ui accountingResume me-2"></i>
+                    <div class="username d-flex align-items-center gap-2">
+                        {{-- <i class="ico--ui accountingResume me-2"></i> --}}
+                        <i class="fa-solid fa-2x fa-file-invoice-dollar"></i>
                         <div class="user--resume_name d-flex flex-column"><span class="primary">{{!$commercial ? 'Ricevuta' : 'Promemoria pagamento'}} {{$currentReceip ? $currentReceip->number . "/" . $currentReceip->year : ''}} {{$currentReceip != null ? ' del ' . date("d/m/Y", strtotime($currentReceip->created_at)) : ''}}</span></div></div>
                         <div class="user--resume_name d-flex flex-column"><span class="primary">{{!$commercial ? 'Ricevuta' : 'Promemoria pagamento'}} {{$currentReceip ? $currentReceip->number . "/" . $currentReceip->year : ''}} {{$currentReceip != null ? ' del ' . date("d/m/Y", strtotime($currentReceip->created_at)) : ''}}</span></div></div>
                 </header>
                 </header>