@@ -13,17 +13,19 @@
.logo {
.logo-mark {
svg {
- width: $grw-logomark-width;
+ width: $grw-logo-width;
height: $grw-navbar-height;
- padding: 12px;
+ padding: ($grw-logo-width - $grw-logomark-width) / 2;
}
+ /*
.logo-text {
width: 156px;
+ */
.confidential {
@@ -1,8 +1,9 @@
$font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;
// Layout
-$grw-logomark-width: 60px;
$grw-navbar-height: 50px;
+$grw-logo-width: 60px;
+$grw-logomark-width: 32px;
// fix tab width to 95 pixels
// see also '_on-edit.scss'