Przeglądaj źródła

footer change and css addition

master
Bruce Lywood 5 lat temu
rodzic
commit
49ff808a2d
2 zmienionych plików z 9 dodań i 9 usunięć
  1. 2
    2
      public/css/style.css
  2. 7
    7
      src/components/shared/footerSection.vue

+ 2
- 2
public/css/style.css Wyświetl plik

@@ -1589,7 +1589,7 @@ footer .credits {
1589 1589
 .form {
1590 1590
     position: relative;
1591 1591
     z-index: 1;
1592
-    background: rgb(236, 233, 233);
1592
+    background: #F8F9F9;
1593 1593
     max-width: 360px;
1594 1594
     margin: 0 auto 100px;
1595 1595
     padding: 45px;
@@ -1600,7 +1600,7 @@ footer .credits {
1600 1600
 .regform {
1601 1601
     position: relative;
1602 1602
     z-index: 1;
1603
-    background: rgb(236, 233, 233);
1603
+    background: #F8F9F9;
1604 1604
     max-width: 600px;
1605 1605
     margin: 0 auto 100px;
1606 1606
     padding: 45px;

+ 7
- 7
src/components/shared/footerSection.vue Wyświetl plik

@@ -74,7 +74,7 @@
74 74
               </div>
75 75
               <div class="w-body-a">
76 76
                 <ul class="list-unstyled">
77
-                  <li class="item-list-a">
77
+                  <li class="item-list-a" style="margin-bottom: 1em">
78 78
                     <a href="https:\\www.daelive.com">
79 79
                       <img
80 80
                         class="img-fluid"
@@ -84,8 +84,8 @@
84 84
                       />
85 85
                     </a>
86 86
                   </li>
87
-                  <br />
88
-                  <li class="item-list-a">
87
+
88
+                  <li class="item-list-a" style="margin-bottom: 1em">
89 89
                     <a href="https:\\www.gomelo.co.za">
90 90
                       <img
91 91
                         class="img-fluid"
@@ -95,8 +95,8 @@
95 95
                       />
96 96
                     </a>
97 97
                   </li>
98
-                  <br />
99
-                  <li class="item-list-a">
98
+
99
+                  <li class="item-list-a" style="margin-bottom: 1em">
100 100
                     <a href="https:\\www.rci.co.za">
101 101
                       <img
102 102
                         class="img-fluid"
@@ -106,8 +106,8 @@
106 106
                       />
107 107
                     </a>
108 108
                   </li>
109
-                  <br />
110
-                  <li class="item-list-a">
109
+
110
+                  <li class="item-list-a" style="margin-bottom: 1em">
111 111
                     <a href="https:\\www.voasa.co.za">
112 112
                       <img
113 113
                         class="img-fluid"

Ładowanie…
Anuluj
Zapisz