vendor/assets/stylesheets/header.css.scss in flashgrid-3.0.1 vs vendor/assets/stylesheets/header.css.scss in flashgrid-3.0.2
- old
+ new
@@ -29,13 +29,13 @@
color: rgba(255,255,255,1);
font-weight: 200;
margin: 0;
width: 280px;
}
-.header-search input:focus { border-color: rgba(255,255,255,1); }
-.header-search input:-moz-placeholder { color: rgba(255,255,255,0.40); }
-.header-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
+.header-search input:focus { border-color: rgba(255,255,255,1); }
+.header-search input:-moz-placeholder { color: rgba(255,255,255,0.40); }
+.header-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
.header-search input::-webkit-input-placeholder { color: rgba(255,255,255,0.40); }
.header-nav {
float: right;
list-style-type: none;
margin: 29px 0 10px 0;
@@ -62,17 +62,17 @@
padding: 14px 20px 13px 20px;
}
.header-nav > li.bordered > a:hover { border-color: rgba(255,255,255,1); }
.header-user {
float: right;
+ font-size: 13px;
margin: 22px 0 0 15px;
}
.header-user a {
- color: rgba(255,255,255,0.8);
+ color: rgba(255,255,255,1);
text-decoration: none;
}
-.header-user a:hover { color: rgba(255,255,255,1); }
.header-user img,
.header-user-placeholder {
background: rgba(176,193,206,1);
color: rgba(255,255,255,1);
border-radius: 500px;
@@ -95,18 +95,18 @@
text-decoration: none;
}
/* #Header Application
================================================== */
-.header-app { height: 66px; }
+.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 { background: none; }
.header-alt .header-brand a { color: rgba(176,193,206,1); }
.header-alt .header-brand a:hover { color: rgba(136,153,166,1); }
.header-alt .header-nav > li.bordered > a {
border-color: rgba(215,222,227,1);
color: rgba(176,193,206,1);
\ No newline at end of file