2012-10-13 01:01:33 +02:00
|
|
|
/**
|
|
|
|
* @provides phame-css
|
|
|
|
*/
|
|
|
|
|
2015-11-30 17:47:46 +01:00
|
|
|
.phame-blog-description {
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 32px auto;
|
|
|
|
position: relative;
|
2015-12-01 05:35:13 +01:00
|
|
|
padding: 0 8px;
|
2015-11-30 17:47:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phame-blog-description-name {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: {$biggerfontsize};
|
|
|
|
margin: 0 0 4px 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phame-blog-description-content {
|
|
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phame-blog-description-image {
|
|
|
|
display: inline-block;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100%;
|
|
|
|
box-shadow: inset 0 0 0 1px rgba(55,55,55,.15);
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 3px;
|
|
|
|
position: absolute;
|
2012-10-13 01:01:33 +02:00
|
|
|
}
|
2015-12-04 00:27:01 +01:00
|
|
|
|
|
|
|
.phame-blog-description + .phui-property-list-section {
|
|
|
|
border-top: 1px solid rgba(71, 87, 120, 0.20);
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|