matrix-dimension/web/app/home/home.component.scss
2017-12-23 16:20:59 -07:00

20 lines
325 B
SCSS

// component styles are encapsulated and only applied to their components
.header {
text-align: center;
background-color: #fff;
margin-top: 30px;
border-top: 1px solid #e7eaec;
border-bottom: 1px solid #e7eaec;
}
.header img {
padding: 20px;
}
.wrapper {
margin-top: 20px;
}
.center {
text-align: center;
}