2017-04-12 10:01:59 -04:00
|
|
|
.compact-header {
|
|
|
|
h1 {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 28px;
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $ui-primary-color;
|
2017-04-12 10:01:59 -04:00
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
2017-08-07 14:33:06 -04:00
|
|
|
padding: 0 10px;
|
2017-09-23 15:06:16 -04:00
|
|
|
word-wrap: break-word;
|
2017-08-07 14:33:06 -04:00
|
|
|
|
|
|
|
@media screen and (max-width: 740px) {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px 10px 0;
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-weight: 400;
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $ui-secondary-color;
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|