cabecera sin altura fija

This commit is contained in:
repository 2017-05-22 08:37:11 +02:00
parent 23675b9e18
commit 9cce1e18a6
4 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,7 @@ vn-app {
height: 100%;
vn-topbar {
overflow: hidden;
/*overflow: hidden;*/
.logo {
float: left;

View File

@ -0,0 +1,6 @@
header{
width: 100%;
float: left;
clear: both;
color: #ffffff;
}

View File

@ -1,2 +1,2 @@
<header class="bg-dark-bar" style="height: 4.2em; color: white;" ng-transclude>
<header class="bg-dark-bar" ng-transclude>
</header>

View File

@ -1,4 +1,5 @@
import {module} from '../../module';
import './style.css';
export const NAME = 'vnTopbar';
export const COMPONENT = {