2
0
AkiraLaine 9 жил өмнө
parent
commit
a927a1e1b0
1 өөрчлөгдсөн 15 нэмэгдсэн , 2 устгасан
  1. 15 2
      app/app.css

+ 15 - 2
app/app.css

@@ -546,14 +546,14 @@ form button:hover {
 footer {
     text-align: center;
     width: 100%;
-    height: 60px;
+    height: 75px;
     margin-top: 75px;
     color: white;
     padding-top: 5px;
 }
 
 .push {
-    height: 60px; /* .push must be the same height as .footer */
+    height: 75px; /* .push must be the same height as .footer */
 }
 
 footer a {
@@ -942,6 +942,19 @@ footer .fa {
     color: white;
 }
 
+/*Navbar HAMBURGUR*/
+.navbar-default .navbar-toggle .icon-bar{
+    background-color: white;
+}
+
+.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
+    background-color: transparent;
+}
+
+.navbar-default .navbar-toggle{
+    background-color: transparent;
+}
+
 #station-main nav i {
     margin-left: 1em;
     font-size: 2em;