1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
documize/app/app/styles/section/github.scss
2016-08-30 14:49:25 +01:00

209 lines
3.2 KiB
SCSS

.section-github-editor {
.github-repo {
width: 100%;
padding: 10px;
white-space: nowrap;
overflow: auto
}
.github-repo-title {
font-weight: bold;
color: #fff;
font-size: 16px;
}
.github-list {
margin: 10px 10px 0 0;
}
.github-list-title {
font-weight: bold;
color: #4c4c4c;
font-size: 14px;
margin: 5px;
}
.github-list-checkbox {
vertical-align: text-bottom;
}
.github-issue-label {
font-size: 11px;
color: white;
padding: 0px 4px;
margin-right: 5px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
display: inline-block;
line-height: 22px;
}
}
.section-github-render {
h3 {
margin-bottom: 0px;
}
p {
margin: 0px;
}
.github-board {
margin-top: 30px;
}
table {
margin-left: 0px!important;
}
thead.github th {
background-color: #f8f8f8;
text-align: left;
padding: 4px 30px;
font-family: "open_sanssemibold";
border-bottom: 1px solid #e1e1e1 !important;
}
tbody.github td {
border: none !important;
border-bottom: 1px solid #e1e1e1 !important;
padding: 15px 30px !important;
}
span.label-private {
font-weight: normal;
color: #4c4a42;
background-color: #ffefc6;
padding: 3px 4px;
font-size: 12px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
line-height: 1;
margin-left: 10px;
}
table.label-table {
margin-top:30px !important;
}
table.milestone-table {
td a.link {
font-size: 18px;
}
td span.milestone {
color: #3c3c3c;
font-size: 18px;
}
td span.date-meta {
margin-right: 10px;
font-size: 14px;
color: #767676;
img {
height: 14px;
margin-right: 10px;
}
}
progress[value] {
background-color: #eeeeee;
border-radius: 3px;
height: 10px;
width: 50%;
}
}
table.contributor-table {
margin-top: 30px !important;
}
.github-avatar {
float: left;
margin-right: 20px;
}
.github-avatar img {
border-radius: 4px;
}
.github-issue-label {
font-size: 11px;
color: white;
padding: 0px 4px;
margin-right: 5px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
display: inline-block;
line-height: 22px;
}
table.issue-table {
td a.link {
font-size: 18px;
}
td span.milestone {
color: #3c3c3c;
font-size: 15px;
}
li.github-commit-item {
display: block;
width: 95%;
font-size: 12px;
color: #999;
> .link {
color: #999;
> .github-avatar {
float: left;
margin-right: 15px;
margin-top: 2px;
}
> .issue-avatar {
float: left;
margin-right: 15px;
margin-top: 10px;
}
> .github-commit-body {
margin: 0px;
padding: 0px;
> .github-commit-title {
color: #4e575b;
text-decoration: none;
font-size: 13px;
font-weight: 600;
line-height: 22px;
margin: 0;
padding: 0px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
.label-name {
font-size: 16px;
margin: 0 10px 0 0;
}
}
> .github-commit-meta {
font-weight: normal;
color: #767676;
font-size: 14px;
margin: 0px;
padding: 0px;
width: 90%;
}
}
}
}
}
}