vendor/assets/stylesheets/header.css.scss in flashgrid-1.3.0 vs vendor/assets/stylesheets/header.css.scss in flashgrid-2.0.0
- old
+ new
@@ -1,8 +1,9 @@
/* Table of Contents
==================================================
#Header
+#Header Application
#Header Alternate
#Media Queries */
/* #Header
================================================== */
@@ -61,11 +62,11 @@
padding: 14px 20px 13px 20px;
}
.header-nav > li.bordered > a:hover { border-color: rgba(255,255,255,1); }
.header-user {
float: right;
- margin: 23px 0 0 15px;
+ margin: 22px 0 0 15px;
}
.header-user a {
color: rgba(255,255,255,0.8);
text-decoration: none;
}
@@ -88,19 +89,25 @@
.header-user .dropdown-menu { margin-right: 10px; }
.header-toggle a {
color: rgba(255,255,255,1);
float: right;
font-size: 40px;
- opacity: 0.85;
padding: 4px 0px 3px 14px;
text-decoration: none;
}
-.header-toggle a:hover { opacity: 1; }
+/* #Header Application
+================================================== */
+.header-app { height: 66px; }
+.header-app .header-brand a { margin-top: 11px; }
+.header-app .header-search { margin-top: 12px; }
+.header-app .header-nav { margin-top: 19px; }
+.header-app .header-user { margin-top: 12px; }
+
/* #Header Alternate
================================================== */
.header-alt { background: none; }
-.header-alt .header-brand a { color: rgba(236,238,241,1); }
+.header-alt .header-brand a { color: rgba(236,238,241,1); }
.header-alt .header-brand a:hover { color: rgba(174,182,192,1); }
.header-alt .header-nav > li.bordered > a {
border-color: rgba(236,238,241,1);
color: rgba(224,226,229,1);
}
\ No newline at end of file