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

20 lines
325 B
SCSS
Raw Normal View History

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