discourse/app/assets/stylesheets/mobile/onebox.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
243 B
SCSS
Raw Normal View History

// 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;
}
}
}