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

36 lines
653 B
SCSS
Raw Normal View History

// component styles are encapsulated and only applied to their components
.header {
text-align: center;
2018-03-25 01:58:01 +00:00
background-color: #ea6424;
2017-12-23 23:20:59 +00:00
margin-top: 30px;
2018-03-25 01:58:01 +00:00
border-top: 1px solid #ea4000;
border-bottom: 1px solid #ea4000;
}
.header img {
2017-12-23 23:20:59 +00:00
padding: 20px;
}
.wrapper {
2018-03-25 01:58:01 +00:00
min-width: 700px;
max-width: 1000px;
margin: auto;
padding: 20px;
background-color: white;
border-left: 1px solid #ea6424aa;
border-right: 1px solid #ea6424aa;
border-bottom: 1px solid #ea6424aa;
}
2018-03-25 01:58:01 +00:00
pre {
border: 1px solid #ea6424;
border-radius: 3px;
padding: 5px;
width: 600px;
background-color: #fff;
}
h4 {
padding-top: 15px;
font-size: 1.45em;
}