2016-02-26 23:34:51 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-head-thing-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-head-thing-view {
|
|
|
|
height: 24px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: {$greytext};
|
2016-03-17 20:01:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-head-thing-view.phui-head-has-image {
|
2016-02-26 23:34:51 +01:00
|
|
|
position: relative;
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
2016-03-06 22:28:02 +01:00
|
|
|
.device-phone .phui-two-column-subheader .phui-head-thing-view {
|
2016-02-26 23:34:51 +01:00
|
|
|
min-height: 24px;
|
|
|
|
height: auto;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-head-thing-view a {
|
|
|
|
color: {$darkgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-head-thing-image {
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
background-size: 100%;
|
|
|
|
margin-right: 8px;
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|