1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-head-thing.css

37 lines
601 B
CSS
Raw Normal View History

/**
* @provides phui-head-thing-view-css
*/
.phui-head-thing-view {
height: 24px;
line-height: 22px;
color: {$greytext};
}
.phui-head-thing-view.phui-head-has-image {
position: relative;
padding-left: 32px;
}
.device-phone .phui-two-column-subheader .phui-head-thing-view {
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;
}