matrix-dimension/web/app/home/home.component.scss

17 lines
236 B
SCSS
Raw Normal View History

// component styles are encapsulated and only applied to their components
.header {
text-align: center;
background-color: #fff;
}
.header img {
height: 125px;
}
.wrapper {
margin-top: 20px;
}
.center {
text-align: center;
}