vendor/assets/stylesheets/magic/layout/_body.scss in magic_stylez-0.0.0.9 vs vendor/assets/stylesheets/magic/layout/_body.scss in magic_stylez-0.0.0.10

- old
+ new

@@ -17,12 +17,13 @@ min-height: 30px; background: #333; // background: #727270; color: #fff; .navbar-brand { - padding: 0; + padding: 0 10px 0 0; height: 40px; + line-height: 40px; &.logo { width: 150px; overflow: hidden; text-indent: -1000px; background-color: transparent; @@ -43,9 +44,13 @@ line-height: 20px; &:hover { background: #000 !important; color: #fff !important; } + } + & > span { + padding: 10px; + line-height: 20px; } form { padding: 4px 0; } &.active a { background: #000; color: $brand-color; }