Bladeren bron

abbonamenti - cambiato in frequenza di pagamenti + fix stile css checkbox

ferrari 2 maanden geleden
bovenliggende
commit
8040c8bd35

+ 6 - 9
public/css/new_style.css

@@ -388,21 +388,18 @@ body form textarea.form-control {
     background-color: #f5f8fa !important;
 }
 
-body .form-check-input,
-body form .form-check-input {
+body input.form-check-input,
+body form input.form-check-input {
     height: 20px !important;
     width: 20px !important;
     border-radius: 5px !important;
     padding: 0 !important;
 }
 
-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="radio"] {
+body input.form-check-input:checked[type="checkbox"],
+body form input.form-check-input:checked[type="checkbox"],
+body input.form-check-input:checked[type="radio"],
+body form input.form-check-input:checked[type="radio"] {
     background-color: var(--color-blu) !important;
 }
 

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -195,7 +195,7 @@
             if (Request::is('rates'))
                 print "Pagamenti";
             if (Request::is('course_subscriptions'))
-                print "Corsi - Abbonamenti";
+                print "Corsi - Frequenza di pagamenti";
             if (Request::is('courses'))
                 print "Corsi";
             if (Request::is('course_durations'))

+ 2 - 2
resources/views/livewire/course_subscription.blade.php

@@ -49,10 +49,10 @@
 
     @else
 
+        <a class="btn--ui lightGrey" href="/course_subscriptions"><i class="fa-solid fa-arrow-left"></i></a><br><br>
+        
         <div class="container">
 
-            <a class="btn--ui lightGrey" href="/course_subscriptions"><i class="fa-solid fa-arrow-left"></i></a><br><br>
-
             @if (session()->has('error'))
                 <div class="alert alert-danger" role="alert">
                     {{ session()->get('error') }}