2017-05-23 23:01:32 +02:00
|
|
|
/**
|
|
|
|
* @provides diffusion-history-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.diffusion-history-list .phui-oi-link {
|
2017-05-28 02:55:44 +02:00
|
|
|
color: #000;
|
2017-05-23 23:01:32 +02:00
|
|
|
font-size: {$biggerfontsize};
|
|
|
|
}
|
|
|
|
|
2017-05-24 04:21:05 +02:00
|
|
|
.diffusion-history-message {
|
|
|
|
background-color: {$bluebackground};
|
|
|
|
padding: 16px;
|
|
|
|
margin: 4px 0;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
2017-05-28 02:55:44 +02:00
|
|
|
|
|
|
|
.diffusion-history-list .phui-oi-attribute {
|
|
|
|
font-size: {$smallerfontsize};
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diffusion-history-author-name a {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
2017-06-01 21:36:20 +02:00
|
|
|
|
|
|
|
.diffusion-history-list .diffusion-differential-tag {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|