vendor/assets/stylesheets/header.scss in active_frontend-1.0.3 vs vendor/assets/stylesheets/header.scss in active_frontend-1.0.4
- old
+ new
@@ -36,11 +36,11 @@
color: rgba(102,117,127,1);
float: left;
font-weight: 500;
font-size: 13px;
height: 100%;
- line-height: 65px;
+ line-height: 85px;
margin: 0;
width: 220px;
text-align: center;
}
.header-trunk > li:first-child { border-left: 1px solid rgba(230,237,242,1); }
@@ -63,11 +63,11 @@
.header-trunk > li > a.active,
.header-trunk > li > a:hover,
.header-trunk > li > a:focus { color: rgba(15,135,226,1); }
.header-trunk > li.header-trunk-navicon {
font-size: 32px;
- line-height: 70px;
+ line-height: 90px;
width: 74px;
}
.header-trunk > li.header-trunk-navicon a {
padding: 0 10px;
width: 54px;
@@ -164,11 +164,11 @@
}
.header-user-placeholder > i {
font-size: 26px;
line-height: 44px;
}
-.header-user > ul.dropdown-menu { margin-right: 10px; }
+.header-user > ul.dropdown-menu { margin: -8px 10px 0 0; }
.header-toggle > a {
color: rgba(102,117,127,1);
float: right;
font-size: 40px;
padding: 4px 0px 3px 14px;
@@ -176,14 +176,16 @@
}
/* # Application
================================================== */
.header-app { height: 66px; }
-.header-app .header-brand > a { margin-top: 10px; }
+.header-app .header-brand > a { margin-top: 11px; }
.header-app .header-trunk {
height: 65px;
line-height: 65px;
}
+.header-app .header-trunk > li { line-height: 65px; }
+.header-app .header-trunk > li.header-trunk-navicon { line-height: 70px; }
.header-app .header-search { margin-top: 11px; }
.header-app .header-nav { margin-top: 19px; }
.header-app .header-user { margin-top: 13px; }
/* # Alternate
\ No newline at end of file