2017-05-26 23:51:48 -04:00
|
|
|
// component styles are encapsulated and only applied to their components
|
2017-05-27 23:21:08 -04:00
|
|
|
.header {
|
|
|
|
text-align: center;
|
2018-03-24 21:58:01 -04:00
|
|
|
background-color: #ea6424;
|
2017-12-23 18:20:59 -05:00
|
|
|
margin-top: 30px;
|
2018-03-24 21:58:01 -04:00
|
|
|
border-top: 1px solid #ea4000;
|
|
|
|
border-bottom: 1px solid #ea4000;
|
2017-05-27 23:21:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.header img {
|
2017-12-23 18:20:59 -05:00
|
|
|
padding: 20px;
|
2017-05-27 23:21:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
2018-03-24 21:58:01 -04: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;
|
2017-05-27 23:21:08 -04:00
|
|
|
}
|
|
|
|
|
2018-03-24 21:58:01 -04:00
|
|
|
pre {
|
|
|
|
border: 1px solid #ea6424;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 5px;
|
|
|
|
width: 600px;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
padding-top: 15px;
|
|
|
|
font-size: 1.45em;
|
2017-05-27 23:21:08 -04:00
|
|
|
}
|