This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-12 07:01:59 -07:00
|
|
|
.compact-header {
|
|
|
|
h1 {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 28px;
|
2017-05-08 06:57:49 -07:00
|
|
|
color: $ui-primary-color;
|
2017-04-12 07:01:59 -07:00
|
|
|
overflow: hidden;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-weight: 400;
|
2017-05-08 06:57:49 -07:00
|
|
|
color: $ui-secondary-color;
|
2017-04-12 07:01:59 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|