Răsfoiți Sursa

Update banner style

Lee Morgan 6 ani în urmă
părinte
comite
cebf780fd2
1 a modificat fișierele cu 10 adăugiri și 6 ștergeri
  1. 10 6
      views/shared/shared.css

+ 10 - 6
views/shared/shared.css

@@ -143,20 +143,24 @@ form{
 .banner{
     width: 100%;
     text-align: center;
+    list-style-type: none;
+    font-weight: bold;
+    color: white;
+    
 }
 
     .banner .notification{
-        background: green;
-        color: white;
-        font-weight: bold;
+        background: rgb(201, 201, 201);
         list-style-type: none;
+        padding: 3px;
+        color: black;
     }
 
     .banner .error{
-        background: red;
-        color: white;
-        font-weight: bold;
+        background: rgb(255, 99, 107);
         list-style-type: none;
+        padding: 5px;
+        color: white;
     }
 
 @media screen and (max-width: 600px){