less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / top-bar.less
index cb1199e..f467d84 100644 (file)
@@ -1,6 +1,6 @@
 .header .top-bar {
     min-height: 30px;
-    background: @gray-lighter-96-5;
+    background: @gray-light;
     border-bottom: 1px solid @gray-lighter;
     padding: 0;
 }
 .footer .social li:last-child,
 .footer .social { margin-right: 0 !important }
 
-.header .social li:first-child { border-left: 1px solid #ddd }
+.header .social li:first-child { border-left: 1px solid @gray-light }
 
 .header .social li,
 .footer .social li {
-    border-right: 1px solid @gray-lighter-86-5;
+    border-right: 1px solid @gray-light;
     display: table-cell;
     vertical-align: middle;
     height: 40px;
@@ -58,7 +58,7 @@
 
 .header .social i,
 .footer .social i {
-    color: #555;
+    color: @gray;
     font-size: 16px;
     -webkit-transition: color .5s ease-in-out;
     -moz-transition: color .5s ease-in-out;
@@ -68,7 +68,7 @@
 }
 
 .header .social li:hover a i,
-.footer .social li:hover a i { color: @white }
+.footer .social li:hover a i { color: @body-bg }