less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / top-bar.less
index 48a6f54..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 }
 
 
 
 .team .item .team-member-links a.dribbble:hover,
 .member-social.dark a.dribbble:hover,
 .header .social li.dribbble:hover,
-.footer .social li.dribbble:hover { background: #EA4C89 }
+.footer .social li.dribbble:hover { background: @brand-warning }
 
 .team .item .team-member-links a.twitter:hover,
 .member-social.dark a.twitter:hover,
 .header .social li.twitter:hover,
-.footer .social li.twitter:hover { background: #2C77BA }
+.footer .social li.twitter:hover { background: @brand-primary }
 
 .team .item .team-member-links a.gplus:hover,
 .member-social.dark a.gplus:hover,
 .header .social li.gplus:hover,
-.footer .social li.gplus:hover { background: #9e0b0f }
+.footer .social li.gplus:hover { background: @brand-danger }
 
 .team .item .team-member-links a.linkedin:hover,
 .member-social.dark a.linkedin:hover,
 .header .social li.linkedin:hover,
-.footer .social li.linkedin:hover { background: #069 }
+.footer .social li.linkedin:hover { background: @brand-primary }
 
 .team .item .team-member-links a.pinterest:hover,
 .member-social.dark a.pinterest:hover,
 .header .social li.pinterest:hover,
-.footer .social li.pinterest:hover { background: #C92228 }
+.footer .social li.pinterest:hover { background:@brand-danger }
 
 .header .social li.rss:hover,
-.footer .social li.rss:hover { background: #f60 }
+.footer .social li.rss:hover { background: @brand-warning }
 
 
 .top-bar .languages  {
 
 .top-bar .languages a {
     margin-right: 20px;
-    color: #555;
-        font-family: "Open Sans",Helvetica,Arial,sans-serif;
+    color: @gray;
+    font-family: "Open Sans",Helvetica,Arial,sans-serif;
     font-size: 14px;
     line-height: 24px;
 }
\ No newline at end of file