mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 22:16:17 +08:00
14 lines
243 B
SCSS
14 lines
243 B
SCSS
|
// Onebox - Github - PR, Commit & Issue
|
||
|
.onebox.githubpullrequest,
|
||
|
.onebox.githubcommit,
|
||
|
.onebox.githubissue {
|
||
|
.github-icon-container {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.github-info-container {
|
||
|
h4 {
|
||
|
margin: 0 0 10px 50px;
|
||
|
}
|
||
|
}
|
||
|
}
|