Files
Atay-Makhzan/web_src/less/_repository.less
T

3244 lines
55 KiB
Plaintext
Raw Normal View History

2015-07-24 04:50:05 +08:00
.repository {
2020-08-25 21:48:53 +02:00
padding-top: 15px;
2015-11-30 20:45:55 -05:00
2020-08-25 21:48:53 +02:00
.repo-header {
.ui.compact.menu {
margin-left: 1rem;
}
2020-08-25 21:48:53 +02:00
.ui.header {
margin-top: 0;
}
2020-08-25 21:48:53 +02:00
.ui.huge.breadcrumb {
font-weight: 400;
font-size: 1.5rem;
2020-08-25 21:48:53 +02:00
.label {
vertical-align: middle;
margin-top: -.29165em;
}
2020-08-25 21:48:53 +02:00
&.repo-title .repo-header-icon {
display: inline-block;
position: relative;
2020-08-25 21:48:53 +02:00
.avatar {
position: absolute;
right: 0;
bottom: 0;
width: 16px;
height: 16px;
color: #fafafa;
box-shadow: 0 0 0 2px;
margin: 0;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.fork-flag {
margin-left: 36px;
margin-top: 3px;
display: block;
font-size: 12px;
white-space: nowrap;
}
2020-08-25 21:48:53 +02:00
.repo-buttons .svg {
margin: 0 .42857143em 0 -.21428571em;
2017-10-27 07:30:54 +03:00
}
2015-11-30 20:45:55 -05:00
2020-08-25 21:48:53 +02:00
.button {
margin-top: 2px;
margin-bottom: 2px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-08-14 00:49:38 +02:00
2020-08-25 21:48:53 +02:00
.tabs {
2017-10-27 07:30:54 +03:00
.navbar {
2020-08-25 21:48:53 +02:00
justify-content: initial;
}
}
2020-08-25 21:48:53 +02:00
.navbar {
display: flex;
justify-content: space-between;
.ui.label {
margin-left: 7px;
padding: 3px 5px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-08-14 00:49:38 +02:00
2020-08-25 21:48:53 +02:00
.owner.dropdown {
min-width: 40% !important;
}
#file-buttons {
/* The reason for the !important is that Semantic itself has
margin-left: 0 !important on right items on mobile, which is mostly
to make sure elements which on menus would otherwise be on the right
align correctly with other elements when stacked.
Unfortunately, this brings some weird alignment on this particular
element, so we need to override it. */
margin-left: auto !important;
font-weight: normal;
.ui.button {
padding: 8px 10px;
font-weight: normal;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.metas {
.menu {
overflow-x: auto;
max-height: 300px;
}
2020-08-25 21:48:53 +02:00
.ui.list {
&.assignees .icon {
line-height: 2em;
}
&.assignees .teamavatar {
margin-top: .125rem;
margin-left: 6.75px;
margin-right: 8.75px;
}
2020-08-25 21:48:53 +02:00
.hide {
display: none !important;
}
.item {
padding: 0;
}
.label.color {
padding: 0 8px;
margin-right: 5px;
}
a {
margin: 2px 0;
.text {
color: #444444;
&:hover {
color: #000000;
}
2017-12-31 01:47:52 +01:00
}
2020-08-25 21:48:53 +02:00
}
2017-12-31 01:47:52 +01:00
}
2015-11-14 04:34:01 -05:00
2020-08-25 21:48:53 +02:00
#deadlineForm input {
width: 12.8rem;
border-radius: 4px 0 0 4px;
border-right: 0;
white-space: nowrap;
}
}
2020-08-25 21:48:53 +02:00
.header-wrapper {
background-color: #fafafa;
margin-top: -15px;
padding-top: 15px;
2020-08-25 21:48:53 +02:00
.ui.tabs.divider {
border-bottom: 0;
}
2020-08-25 21:48:53 +02:00
.ui.tabular .svg {
margin-right: 5px;
}
}
2020-08-25 21:48:53 +02:00
.filter.menu {
.label.color {
border-radius: 3px;
margin-left: 15px;
padding: 0 8px;
}
2020-08-25 21:48:53 +02:00
.svg {
float: left;
margin: 0 -7px 0 -5px;
width: 16px;
}
2020-08-25 21:48:53 +02:00
&.labels .svg {
margin: -2px -7px 0 -5px;
}
2020-08-25 21:48:53 +02:00
&.labels {
.label-filter .menu .info {
display: inline-block;
padding: .5rem .25rem;
border-bottom: 1px solid #cccccc;
font-size: 12px;
width: 100%;
white-space: nowrap;
text-align: center;
2018-07-16 14:43:00 +02:00
2020-08-25 21:48:53 +02:00
code {
border: 1px solid #cccccc;
border-radius: 3px;
padding: 1px 2px;
font-size: 11px;
2018-07-16 14:43:00 +02:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.text {
margin-left: .9em;
}
2015-11-14 04:34:01 -05:00
2020-08-25 21:48:53 +02:00
.menu {
max-height: 300px;
overflow-x: auto;
right: 0 !important;
left: auto !important;
}
2020-08-25 21:48:53 +02:00
.dropdown.item {
margin: 1px;
padding-right: 0;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.select-label {
.desc {
padding-left: 16px;
}
}
2020-08-25 21:48:53 +02:00
.ui.tabs {
&.container {
margin-top: 14px;
margin-bottom: 0;
2020-08-25 21:48:53 +02:00
.ui.menu {
border-bottom: 0;
}
}
2020-08-25 21:48:53 +02:00
&.divider {
margin-top: 0;
margin-bottom: 20px;
}
}
2020-08-25 21:48:53 +02:00
#clone-panel {
width: 350px;
2020-08-25 21:48:53 +02:00
@media only screen and (max-width: 768px) {
width: 100%;
}
2020-08-25 21:48:53 +02:00
input {
border-radius: 0;
padding: 5px 10px;
width: 50%;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.clone.button {
font-size: 13px;
padding: 0 5px;
&:first-child {
border-radius: .28571429rem 0 0 .28571429rem;
}
2018-03-13 04:03:55 +02:00
}
2020-08-25 21:48:53 +02:00
.icon.button {
padding: 0 10px;
}
2020-08-25 21:48:53 +02:00
.dropdown .menu {
right: 0 !important;
left: auto !important;
}
}
2020-08-25 21:48:53 +02:00
&.file.list {
.repo-description {
display: flex;
justify-content: space-between;
align-items: center;
2017-10-27 07:30:54 +03:00
}
2015-11-14 04:34:01 -05:00
2020-08-25 21:48:53 +02:00
#repo-desc {
font-size: 1.2em;
}
2015-11-14 04:34:01 -05:00
2020-08-25 21:48:53 +02:00
.choose.reference {
.header .icon {
font-size: 1.4em;
}
}
2018-07-26 17:25:41 +02:00
2020-08-25 21:48:53 +02:00
.repo-path {
2015-11-14 04:34:01 -05:00
2020-08-25 21:48:53 +02:00
.section,
.divider {
display: inline;
}
}
2020-08-25 21:48:53 +02:00
#file-buttons {
font-weight: normal;
2020-08-25 21:48:53 +02:00
.ui.button {
padding: 8px 10px;
font-weight: normal;
}
2020-08-25 21:48:53 +02:00
.ui.tiny.blue.buttons {
@media only screen and (max-width: 768px) {
width: 100%;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2015-12-07 21:20:54 +01:00
2020-08-25 21:48:53 +02:00
#repo-files-table {
thead {
th {
padding-top: 8px;
padding-bottom: 5px;
font-weight: normal;
2017-10-26 23:10:54 -07:00
}
2020-08-25 21:48:53 +02:00
.ui.avatar {
margin-bottom: 5px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.commit-summary a {
text-decoration: underline;
text-decoration-style: dashed;
&:hover {
text-decoration-style: solid;
}
&.default-link {
text-decoration: none;
&:hover {
text-decoration: underline;
text-decoration-style: solid;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
tbody {
.svg {
margin-left: 3px;
margin-right: 5px;
color: #777777;
2020-08-25 21:48:53 +02:00
&.octicon-reply {
margin-right: 10px;
}
&.octicon-file-directory,
&.octicon-file-submodule {
color: #1e70bf;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
td {
padding-top: 0;
padding-bottom: 0;
overflow: initial;
2020-08-25 21:48:53 +02:00
&.name {
max-width: 150px;
}
2018-07-26 17:25:41 +02:00
2020-08-25 21:48:53 +02:00
&.message {
max-width: 400px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.age {
width: 120px;
}
2020-08-26 17:52:44 +02:00
.truncate {
2020-08-27 22:45:37 +02:00
display: inline-block;
2020-08-25 21:48:53 +02:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2020-08-26 17:52:44 +02:00
width: 100%;
2020-08-27 22:45:37 +02:00
padding-top: 8px;
padding-bottom: 8px;
2020-08-26 17:52:44 +02:00
}
a {
padding-top: 8px;
padding-bottom: 8px;
}
.at {
margin-left: 3px;
margin-right: 3px;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
> * {
vertical-align: middle;
}
}
2020-08-25 21:48:53 +02:00
td.message .isSigned {
cursor: default;
}
2020-08-25 21:48:53 +02:00
tr:hover {
background-color: #ffffee;
}
tr.has-parent a {
display: inline-block;
padding-top: 8px;
padding-bottom: 8px;
width: calc(100% - 1.25rem);
}
2020-08-25 21:48:53 +02:00
.jumpable-path {
color: #888888;
}
}
2020-08-25 21:48:53 +02:00
.non-diff-file-content {
.header {
.icon {
font-size: 1em;
}
2020-08-25 21:48:53 +02:00
.small.icon {
font-size: .75em;
}
2020-08-25 21:48:53 +02:00
.tiny.icon {
font-size: .5em;
}
2020-08-25 21:48:53 +02:00
.file-actions {
margin-bottom: -5px;
2020-08-25 21:48:53 +02:00
.btn-octicon {
display: inline-block;
padding: 5px;
margin-left: 5px;
line-height: 1;
color: #767676;
vertical-align: middle;
background: transparent;
border: 0;
outline: none;
}
2020-08-25 21:48:53 +02:00
.btn-octicon:hover {
color: #4078c0;
}
2020-08-25 21:48:53 +02:00
.btn-octicon-danger:hover {
color: #bd2c00;
}
2020-08-25 21:48:53 +02:00
.btn-octicon.disabled {
color: #bbbbbb;
cursor: default;
}
2020-08-25 21:48:53 +02:00
#delete-file-form {
display: inline-block;
}
}
}
2020-08-25 21:48:53 +02:00
.view-raw {
padding: 5px;
2020-08-25 21:48:53 +02:00
* {
max-width: 100%;
}
2020-08-25 21:48:53 +02:00
img {
border-radius: 0;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.plain-text {
padding: 1em 2em;
2020-08-25 21:48:53 +02:00
pre {
word-break: break-word;
white-space: pre-wrap;
}
}
2020-08-25 21:48:53 +02:00
.csv {
overflow-x: auto;
padding: 0 !important;
}
2020-08-25 21:48:53 +02:00
pre {
overflow: auto;
}
}
2020-08-25 21:48:53 +02:00
.sidebar {
padding-left: 0;
2020-08-25 21:48:53 +02:00
.svg {
width: 16px;
}
}
}
2020-08-25 21:48:53 +02:00
&.file.editor {
.treepath {
width: 100%;
2020-08-25 21:48:53 +02:00
input {
vertical-align: middle;
box-shadow: rgba(0, 0, 0, .0745098) 0 1px 2px inset;
width: inherit;
padding: 7px 8px;
margin-right: 5px;
}
}
2019-05-14 06:11:22 +02:00
2020-08-25 21:48:53 +02:00
.tabular.menu {
.svg {
margin-right: 5px;
}
}
2019-04-29 23:08:04 +03:00
2020-08-25 21:48:53 +02:00
.commit-form-wrapper {
padding-left: 64px;
2019-08-15 22:09:50 +00:00
2020-08-25 21:48:53 +02:00
.commit-avatar {
float: left;
margin-left: -64px;
width: 3em;
height: auto;
}
2015-08-12 18:44:09 +08:00
2020-08-25 21:48:53 +02:00
.commit-form {
position: relative;
padding: 15px;
margin-bottom: 10px;
border: 1px solid #dddddd;
border-radius: 3px;
#avatar-arrow;
2015-08-12 18:44:09 +08:00
2020-08-25 21:48:53 +02:00
&:after {
border-right-color: #ffffff;
2017-10-27 07:30:54 +03:00
}
2015-08-20 04:31:28 +08:00
2020-08-25 21:48:53 +02:00
.quick-pull-choice {
.branch-name {
display: inline-block;
padding: 3px 6px;
font: 12px @monospaced-fonts, monospace;
color: rgba(0, 0, 0, .65);
background-color: rgba(209, 227, 237, .45);
border-radius: 3px;
}
.new-branch-name-input {
position: relative;
margin-left: 25px;
2016-02-01 20:55:12 -05:00
2017-10-27 07:30:54 +03:00
input {
2020-08-25 21:48:53 +02:00
width: 240px !important;
padding-left: 26px !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-08-03 17:42:09 +08:00
2020-08-25 21:48:53 +02:00
.octicon-git-branch {
position: absolute;
top: 9px;
left: 10px;
color: #b0c4ce;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
}
2015-08-03 17:42:09 +08:00
2020-08-25 21:48:53 +02:00
&.options {
#interval {
width: 100px !important;
min-width: 100px;
}
2020-08-25 21:48:53 +02:00
.danger {
.item {
padding: 20px 15px;
}
2020-08-25 21:48:53 +02:00
.ui.divider {
margin: 0;
}
}
}
2020-08-25 21:48:53 +02:00
@comment-avatar-width: 3em;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.comment textarea {
max-height: none !important;
}
&.new.issue {
.comment.form {
.comment {
.avatar {
width: @comment-avatar-width;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
.content {
margin-left: 4em;
#avatar-arrow;
2015-08-08 22:43:14 +08:00
2020-08-25 21:48:53 +02:00
&:after {
border-right-color: #ffffff;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.markdown {
font-size: 14px;
}
}
2020-08-25 21:48:53 +02:00
.metas {
min-width: 220px;
.filter.menu {
max-height: 300px;
overflow-x: auto;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-08-08 22:43:14 +08:00
2020-08-25 21:48:53 +02:00
&.view.issue {
.title {
padding-bottom: 0 !important;
2020-08-25 21:48:53 +02:00
h1 {
font-weight: 300;
font-size: 2.3rem;
margin-bottom: 5px;
2020-08-25 21:48:53 +02:00
.ui.input {
font-size: .5em;
vertical-align: top;
width: 50%;
min-width: 600px;
2020-08-25 21:48:53 +02:00
input {
font-size: 1.5em;
padding: 6px 10px;
}
}
}
2020-08-25 21:48:53 +02:00
.index {
font-weight: 300;
color: #aaaaaa;
letter-spacing: -1px;
}
2020-08-25 21:48:53 +02:00
.label {
margin-right: 10px;
}
2020-08-25 21:48:53 +02:00
.edit-zone {
margin-top: 10px;
}
}
2020-08-25 21:48:53 +02:00
.pull-desc {
code {
color: #0166e6;
}
}
2015-08-20 20:18:49 +08:00
2020-08-25 21:48:53 +02:00
.pull {
&.tabular.menu {
margin-bottom: 1rem;
.svg {
margin-right: 5px;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.merge.box {
.avatar {
margin-left: 10px;
margin-top: 10px;
}
.branch-update.grid {
.row {
padding-bottom: 1rem;
.icon {
margin-top: 1.1rem;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
}
2020-08-25 21:48:53 +02:00
.review-item {
display: flex;
justify-content: space-between;
align-items: center;
2020-08-25 21:48:53 +02:00
.review-item-left,
.review-item-right {
display: flex;
align-items: center;
}
2020-08-25 21:48:53 +02:00
.avatar,
.type-icon {
.svg {
width: 23px;
height: 23px;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.text {
margin: .3em 0 .5em .5em;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.type-icon {
align-self: flex-start;
margin-right: 1em;
2020-08-25 21:48:53 +02:00
i {
line-height: 1.8em;
}
}
2020-08-25 21:48:53 +02:00
.divider {
margin: .5rem 0;
}
2020-08-25 21:48:53 +02:00
.review-content {
padding: 1em 0 1em 3.8em;
}
}
}
2020-08-25 21:48:53 +02:00
.comment-list {
&:not(.prevent-before-timeline):before {
display: block;
content: "";
position: absolute;
margin-top: 12px;
margin-bottom: 14px;
top: 0;
bottom: 0;
left: 96px;
width: 2px;
background-color: #f3f3f3;
z-index: -1;
}
.timeline {
position: relative;
display: block;
margin-left: 40px;
padding-left: 16px;
2020-08-25 21:48:53 +02:00
&:before { //ciara
display: block;
content: "";
position: absolute;
margin-top: 12px;
margin-bottom: 14px;
top: 0;
bottom: 0;
left: 30px;
width: 2px;
background-color: #f3f3f3;
z-index: -1;
}
}
2020-08-25 21:48:53 +02:00
.timeline-item,
.timeline-item-group {
padding: 12px 0;
}
2020-08-25 21:48:53 +02:00
.timeline-item-group {
.timeline-item {
padding-top: 8px;
padding-bottom: 8px;
}
}
2020-08-25 21:48:53 +02:00
.timeline-item {
margin-left: 16px;
position: relative;
2020-08-25 21:48:53 +02:00
.timeline-avatar {
position: absolute;
left: -72px;
img {
width: 40px;
height: 40px;
}
}
2020-08-25 21:48:53 +02:00
.avatar.image,
.avatar.image img {
width: 20px;
height: 20px;
margin-right: .15em;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&:first-child:not(.commit) {
padding-top: 0 !important;
}
&:last-child:not(.commit) {
padding-bottom: 0 !important;
}
.badge.badge-commit {
border-color: transparent;
background: radial-gradient(white 40%, transparent 40%) no-repeat;
}
.badge {
width: 32px;
height: 32px;
background-color: #fff;
border: 2px solid #eee;
border-radius: 50%;
display: flex;
float: left;
margin-left: -32px;
margin-right: 8px;
color: #444;
align-items: center;
justify-content: center;
.svg {
width: 24px;
height: 24px;
padding: 3px;
&.octicon-circle-slash {
color: #bd2c00;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.octicon-dot-fill {
color: #6cc644;
}
2020-08-25 21:48:53 +02:00
&.octicon-comment {
margin-top: 2px;
2020-04-11 00:01:41 +02:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-04-11 00:01:41 +02:00
2020-08-25 21:48:53 +02:00
&.comment > .content {
margin-left: -16px;
}
&.event > .text {
line-height: 32px;
vertical-align: middle;
}
&.commits-list {
padding-left: 15px;
padding-top: 0;
.singular-commit {
line-height: 30px;
&:not(:last-child) {
padding-bottom: 2px;
2020-04-11 00:01:41 +02:00
}
2020-08-25 21:48:53 +02:00
.shabox {
.sha.label {
margin: 0;
border: 1px solid #bbbbbb;
2020-04-11 00:01:41 +02:00
2020-08-25 21:48:53 +02:00
&.isSigned.isWarning {
border: 1px solid #db2828;
background: fade(#db2828, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-04-11 00:01:41 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#db2828, 30%) !important;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerified {
border: 1px solid #21ba45;
background: fade(#21ba45, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-04-11 00:01:41 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#21ba45, 30%) !important;
}
2020-04-11 00:01:41 +02:00
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerifiedUntrusted {
border: 1px solid #fbbd08;
background: fade(#fbbd08, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#fbbd08, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerifiedUnmatched {
border: 1px solid #f2711c;
background: fade(#f2711c, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
&:hover {
background: fade(#f2711c, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
}
2020-04-11 00:01:41 +02:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-04-11 00:01:41 +02:00
2020-08-25 21:48:53 +02:00
&.event > .commit-status-link {
float: right;
margin-right: 8px;
margin-top: 4px;
}
.author {
font-weight: 700;
}
2020-08-25 21:48:53 +02:00
.comment-form-reply .footer {
padding-bottom: 1em;
}
}
2020-08-25 21:48:53 +02:00
.comment {
2019-11-19 12:33:42 -06:00
2020-08-25 21:48:53 +02:00
.tag {
color: #767676;
margin-top: 3px;
padding: 2px 5px;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 3px;
&.review {
margin-left: 5px;
&.pending {
color: black;
background-color: #fffbb2;
}
}
}
2020-08-25 21:48:53 +02:00
.actions {
.item {
float: left;
2020-08-25 21:48:53 +02:00
&.context {
float: none;
}
2020-05-14 21:15:21 +02:00
2020-08-25 21:48:53 +02:00
&.tag {
margin-right: 5px;
}
2020-05-14 21:15:21 +02:00
2020-08-25 21:48:53 +02:00
&.action {
margin-top: 6px;
padding-left: 10px;
padding-right: 3px;
}
}
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
> .content {
> div:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
2020-08-25 21:48:53 +02:00
> div:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
}
2020-08-25 21:48:53 +02:00
.content {
> .header {
#avatar-arrow;
font-weight: normal;
padding: auto 15px;
position: relative;
color: #767676;
background-color: #f7f7f7;
display: flex;
justify-content: space-between;
align-items: center;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&.arrow-top::before,
&.arrow-top::after {
transform: rotate(90deg);
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.arrow-top::before {
top: -9px;
left: 6px;
}
2020-08-25 21:48:53 +02:00
&.arrow-top::after {
top: -8px;
left: 7px;
}
2019-07-07 00:03:00 +02:00
.actions {
display: flex;
padding: 0 .5rem;
2019-07-07 00:03:00 +02:00
a {
color: rgba(0, 0, 0, .4);
&:hover {
color: rgba(0, 0, 0, .8);
}
2020-08-25 21:48:53 +02:00
}
}
}
2020-08-25 21:48:53 +02:00
> .merge-section {
background-color: #f7f7f7;
2020-08-25 21:48:53 +02:00
.item {
padding: .25rem 0;
2020-04-11 00:01:41 +02:00
}
2015-08-21 00:18:30 +08:00
2020-08-25 21:48:53 +02:00
.item-section {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
margin-top: -.25rem;
margin-bottom: -.25rem;
}
2018-09-07 05:32:46 +03:00
2020-08-25 21:48:53 +02:00
.divider {
margin-left: -1rem;
margin-right: -1rem;
2018-09-07 05:32:46 +03:00
}
2020-08-25 21:48:53 +02:00
&.no-header {
#avatar-arrow;
}
@media only screen and (max-width: 767px) {
.form .button {
width: 100%;
&:not(:last-child) {
margin-bottom: 1rem;
}
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.markdown {
font-size: 14px;
}
.no-content {
color: #767676;
font-style: italic;
}
> .bottom.segment {
background: #f3f4f5;
.ui.images::after {
clear: both;
content: ' ';
display: block;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
a {
display: block;
float: left;
margin: 5px;
padding: 5px;
height: 150px;
border: solid 1px #eeeeee;
border-radius: 3px;
max-width: 150px;
background-color: #ffffff;
&:before {
content: ' ';
display: inline-block;
height: 100%;
vertical-align: middle;
}
}
2020-08-25 21:48:53 +02:00
.ui.image {
max-height: 100%;
width: auto;
margin: 0;
vertical-align: middle;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
span.ui.image {
font-size: 128px;
color: #000000;
}
2020-08-25 21:48:53 +02:00
span.ui.image:hover {
color: #000000;
}
}
}
2020-08-25 21:48:53 +02:00
&:target > .content {
box-shadow: 0 0 10px #8c8c8c;
}
2020-08-25 21:48:53 +02:00
&:target > .content > .code-comment-content {
padding: 4px;
}
2020-08-25 21:48:53 +02:00
&:target > .content > .code-comment-content > .text {
margin-bottom: 0;
}
2020-08-25 21:48:53 +02:00
.ui.form {
.field {
&:first-child {
clear: none;
}
2020-08-25 21:48:53 +02:00
&.footer {
overflow: hidden;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.tab.markdown {
min-height: 5rem;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
textarea {
height: 200px;
font-family: @monospaced-fonts, monospace;
}
2017-10-27 07:30:54 +03:00
}
2020-04-01 00:14:46 -04:00
2020-08-25 21:48:53 +02:00
.edit.buttons {
margin-top: 10px;
2020-04-01 00:14:46 -04:00
}
2020-08-25 21:48:53 +02:00
}
2020-04-01 00:14:46 -04:00
2020-08-25 21:48:53 +02:00
.event {
padding-left: 15px;
& > .svg:not(.issue-symbol) {
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
2020-04-01 00:14:46 -04:00
}
2020-08-25 21:48:53 +02:00
& > .svg.issue-symbol {
font-size: 20px;
margin-left: -35px;
margin-right: -1px;
margin-top: 0 !important;
height: 28px;
width: 28px;
border-radius: 50%;
text-align: center;
line-height: 28px;
background: #eee;
2015-12-07 21:20:54 +01:00
2020-08-25 21:48:53 +02:00
&::before {
width: 15px;
display: inline-block;
}
2020-08-25 21:48:53 +02:00
&.octicon-key::before {
width: 18px;
}
2020-08-25 21:48:53 +02:00
&.octicon-circle-slash::before {
width: 17px;
}
2020-08-25 21:48:53 +02:00
&.octicon-comment {
font-size: 21px;
line-height: 33px;
&::before {
width: 20px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.detail {
font-size: .9rem;
margin-top: 5px;
margin-left: 8px;
}
2020-08-25 21:48:53 +02:00
.segments {
box-shadow: none;
2020-08-25 21:48:53 +02:00
.show-outdated,
.hide-outdated {
display: block;
}
}
.tag {
color: black;
margin: 3px 0 0 5px;
padding: 2px 5px;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 3px;
background-color: #fffbb2;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.ui.participants {
img {
margin-top: 5px;
margin-right: 5px;
}
}
2020-08-25 21:48:53 +02:00
.ui.depending {
.item.is-closed {
.title {
text-decoration: line-through;
}
}
}
}
2020-08-25 21:48:53 +02:00
.comment.form {
.ui.comments {
margin-top: -12px;
max-width: 100%;
}
2020-08-25 21:48:53 +02:00
.content {
.field:first-child {
clear: none;
}
2020-08-25 21:48:53 +02:00
.form {
#avatar-arrow;
2020-08-25 21:48:53 +02:00
&:after {
border-right-color: #ffffff;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
textarea {
height: 200px;
font-family: @monospaced-fonts, monospace;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.labelspage {
list-style: none;
padding-top: 0;
.item {
margin-top: 0;
margin-right: -14px;
margin-left: -14px;
padding: 10px;
border-bottom: 1px solid #e1e4e8;
border-top: none;
a {
font-size: 15px;
padding-top: 5px;
padding-right: 10px;
color: #666666;
&:hover {
color: #000000;
}
&.open-issues {
margin-right: 30px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
.ui.label {
font-size: 1em;
}
}
.item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.orglabel {
opacity: .7;
2017-10-27 07:30:54 +03:00
}
2017-01-05 03:04:41 +01:00
2020-08-25 21:48:53 +02:00
}
.milestone.list {
list-style: none;
padding-top: 15px;
> .item {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #aaaaaa;
> a {
padding-top: 5px;
padding-right: 10px;
color: #000000;
&:hover {
color: #4078c0;
}
2020-08-25 21:48:53 +02:00
}
2019-06-13 06:23:45 +02:00
2020-08-25 21:48:53 +02:00
.ui.progress {
width: 40%;
padding: 0;
border: 0;
margin: 0;
.bar {
height: 20px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.meta {
color: #999999;
padding-top: 5px;
2020-08-25 21:48:53 +02:00
.issue-stats .svg {
padding-left: 5px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.overdue {
color: red;
2020-05-25 12:04:02 +02:00
}
2020-08-25 21:48:53 +02:00
}
2020-05-25 12:04:02 +02:00
2020-08-25 21:48:53 +02:00
.operate {
margin-top: -15px;
> a {
font-size: 15px;
padding-top: 5px;
padding-right: 10px;
color: #666666;
&:hover {
color: #000000;
}
}
2020-08-25 21:48:53 +02:00
}
.content {
padding-top: 10px;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-01-05 03:04:41 +01:00
2020-08-25 21:48:53 +02:00
&.new.milestone {
textarea {
height: 200px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-01-05 03:04:41 +01:00
2020-08-25 21:48:53 +02:00
&.compare.pull {
.show-form-container {
text-align: left;
}
2020-08-25 21:48:53 +02:00
.choose.branch {
.svg {
margin-right: 10px;
}
}
2020-08-25 21:48:53 +02:00
.comment.form {
.content {
#avatar-arrow;
2020-08-25 21:48:53 +02:00
&:after {
border-right-color: #ffffff;
}
}
}
2020-08-25 21:48:53 +02:00
.pullrequest-form {
margin-bottom: 1.5rem;
}
2020-08-25 21:48:53 +02:00
.markdown {
font-size: 14px;
}
}
2020-08-25 21:48:53 +02:00
.filter.dropdown .menu {
margin-top: 1px !important;
}
&.branches {
.commit-divergence {
.bar-group {
position: relative;
float: left;
padding-bottom: 6px;
width: 50%;
max-width: 90px;
2020-08-25 21:48:53 +02:00
&:last-child {
border-left: 1px solid #b4b4b4;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.count {
margin: 0 3px;
&.count-ahead {
text-align: left;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.count-behind {
text-align: right;
}
}
2020-08-25 21:48:53 +02:00
.bar {
height: 4px;
position: absolute;
background-color: #d4d4d5;
2020-08-25 21:48:53 +02:00
&.bar-behind {
right: 0;
}
&.bar-ahead {
left: 0;
}
}
}
}
&.commits {
.header {
.search {
input {
font-weight: normal;
padding: 5px 10px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
}
2020-08-25 21:48:53 +02:00
#commits-table {
thead {
th:first-of-type {
padding-left: 15px;
}
.sha {
&td {
text-align: center;
}
2020-08-25 21:48:53 +02:00
width: 175px;
}
}
td.sha .sha.label {
margin: 0;
}
td.message {
text-overflow: unset;
}
2020-08-25 21:48:53 +02:00
&.ui.basic.striped.table tbody tr:nth-child(2n) {
background-color: rgba(0, 0, 0, .02) !important;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-10-02 19:58:36 -04:00
2020-08-25 21:48:53 +02:00
#commits-table td.sha .sha.label,
#repo-files-table .sha.label,
.timeline-item.commits-list .singular-commit .sha.label {
border: 1px solid #bbbbbb;
2020-08-25 21:48:53 +02:00
.ui.signature.avatar {
height: 16px;
margin-bottom: 0;
width: 16px;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.detail.icon {
background: #fafafa;
margin: -6px -10px -4px 0;
padding: 5px 4px 5px 6px;
border-left: 1px solid #bbbbbb;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
2020-08-25 21:48:53 +02:00
img {
margin-right: 0;
}
2020-08-25 21:48:53 +02:00
.svg {
margin: 0 .25em 0 0;
}
2020-08-25 21:48:53 +02:00
> div {
display: flex;
align-items: center;
}
}
2020-08-25 21:48:53 +02:00
&.isSigned.isWarning {
border: 1px solid #db2828;
background: fade(#db2828, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-08-25 21:48:53 +02:00
.detail.icon {
border-left: 1px solid #db2828;
color: #db2828;
}
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#db2828, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerified {
border: 1px solid #21ba45;
background: fade(#21ba45, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-08-25 21:48:53 +02:00
.detail.icon {
border-left: 1px solid #21ba45;
color: #21ba45;
}
2019-08-04 14:55:20 +02:00
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#21ba45, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerifiedUntrusted {
border: 1px solid #fbbd08;
background: fade(#fbbd08, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-08-25 21:48:53 +02:00
.detail.icon {
border-left: 1px solid #fbbd08;
color: #fbbd08;
}
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#fbbd08, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
&.isSigned.isVerifiedUnmatched {
border: 1px solid #f2711c;
background: fade(#f2711c, 10%);
2020-08-25 21:48:53 +02:00
.shortsha {
display: inline-block;
padding-top: 1px;
}
2020-08-25 21:48:53 +02:00
.detail.icon {
border-left: 1px solid #f2711c;
color: #f2711c;
}
2020-08-25 21:48:53 +02:00
&:hover {
background: fade(#f2711c, 30%) !important;
}
}
2020-08-25 21:48:53 +02:00
}
2015-11-15 23:52:46 -05:00
2020-08-25 21:48:53 +02:00
.diff-detail-box {
padding: 7px 0;
background: #ffffff;
line-height: 30px;
2020-08-25 21:48:53 +02:00
&.sticky {
position: sticky;
top: 0;
z-index: 8;
margin-bottom: 10px;
border-bottom: 1px solid #d4d4d5;
padding-left: 5px;
padding-right: 5px;
}
2020-06-22 21:02:27 +02:00
2020-08-25 21:48:53 +02:00
> div:after {
clear: both;
content: "";
display: block;
}
2020-08-25 21:48:53 +02:00
span.status {
display: inline-block;
width: 12px;
height: 12px;
margin-right: 8px;
vertical-align: middle;
2020-08-25 21:48:53 +02:00
&.modify {
background-color: #f0db88;
}
2020-08-25 21:48:53 +02:00
&.add {
background-color: #b4e2b4;
}
2020-08-25 21:48:53 +02:00
&.del {
background-color: #e9aeae;
}
2020-08-25 21:48:53 +02:00
&.rename {
background-color: #dad8ff;
}
}
2020-08-25 21:48:53 +02:00
.detail-files {
background: #ffffff;
margin: 0;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.diff-box .header {
display: flex;
align-items: center;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.count {
margin-right: 12px;
font-size: 13px;
flex: 0 0 auto;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.bar {
background-color: #bd2c00;
height: 12px;
width: 40px;
display: inline-block;
margin: 2px 4px 0;
vertical-align: text-top;
2020-08-25 21:48:53 +02:00
.add {
background-color: #55a532;
height: 12px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.file {
flex: 1;
color: #888888;
word-break: break-all;
}
2015-11-15 23:52:46 -05:00
2020-08-25 21:48:53 +02:00
.button {
margin: -5px 0 -5px 12px;
padding: 8px 10px;
flex: 0 0 auto;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.diff-file-box {
.header {
background-color: #f7f7f7;
}
2020-08-25 21:48:53 +02:00
.file-body.file-code {
.lines-num {
text-align: right;
color: #a6a6a6;
width: 1%;
min-width: 50px;
user-select: none;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
span.fold {
display: block;
text-align: center;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.code-diff {
font-size: 12px;
2020-08-25 21:48:53 +02:00
td {
padding: 0 0 0 10px !important;
border-top: 0;
}
2020-08-25 21:48:53 +02:00
.lines-num {
padding: 0 5px !important;
}
2020-08-25 21:48:53 +02:00
.tag-code .lines-num,
.tag-code td {
padding: 0 !important;
}
2020-08-25 21:48:53 +02:00
tbody {
tr {
td.halfwidth {
// halfwidth is used in split view - and in that case, 1% of each
width: 49%;
}
2015-12-07 21:20:54 +01:00
2020-08-25 21:48:53 +02:00
td.center {
text-align: center;
}
2020-08-25 21:48:53 +02:00
[data-line-num]::before {
content: attr(data-line-num);
text-align: right;
}
2020-08-25 21:48:53 +02:00
.lines-type-marker {
width: 10px;
min-width: 10px;
user-select: none;
}
2020-08-25 21:48:53 +02:00
[data-type-marker]::before {
content: attr(data-type-marker);
text-align: right;
display: inline-block;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.code-diff-unified tbody tr {
&.del-code td {
background-color: #ffeef0;
border-color: #f1c0c0;
}
2020-08-25 21:48:53 +02:00
&.add-code td {
background-color: #e6ffed;
border-color: #bef5cb;
}
2020-08-25 21:48:53 +02:00
&.del-code td.lines-num {
background-color: #ffe5e4;
}
2016-07-23 15:59:19 +08:00
2020-08-25 21:48:53 +02:00
&.add-code td.lines-num {
background-color: #cdffd8;
}
2015-11-16 23:28:46 -05:00
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.code-diff-split {
2020-08-25 21:48:53 +02:00
table,
tbody {
width: 100%;
}
2020-08-25 21:48:53 +02:00
tbody tr {
2020-08-25 21:48:53 +02:00
// light gray for empty lines before / after commit
&.add-code td:nth-child(1),
&.add-code td:nth-child(2),
&.add-code td:nth-child(3),
&.del-code td:nth-child(4),
&.del-code td:nth-child(5),
&.del-code td:nth-child(6) {
background-color: #fafbfc;
border-right-color: #eaecef;
}
2020-08-25 21:48:53 +02:00
&.del-code {
background-color: #ffeef0;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
&.del-code td.add-code {
background-color: #e6ffed;
}
&.del-code td.lines-num-new.add-code {
background-color: #cdffd8;
border-color: #bef5cb;
}
2020-08-25 21:48:53 +02:00
&.add-code {
background-color: #e6ffed;
border-color: #bef5cb;
}
2020-08-25 21:48:53 +02:00
&.add-code td.lines-num-new {
background-color: #cdffd8;
}
2020-08-25 21:48:53 +02:00
td:nth-child(4) {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #f6f8fa;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
&.file-content {
img {
max-width: 100%;
padding: 0;
border-radius: 0;
}
img.emoji {
padding: 0;
}
2020-08-25 21:48:53 +02:00
clear: right;
}
2020-08-25 21:48:53 +02:00
.ui.bottom.attached.table.segment {
padding-top: 5px;
padding-bottom: 5px;
}
}
2020-08-25 21:48:53 +02:00
.diff-stats {
clear: both;
margin-bottom: 5px;
max-height: 400px;
overflow: auto;
padding-left: 0;
li {
list-style: none;
padding-bottom: 4px;
margin-bottom: 4px;
border-bottom: 1px dashed #dddddd;
padding-left: 6px;
2017-10-26 23:10:54 -07:00
}
2015-11-16 23:28:46 -05:00
2020-08-25 21:48:53 +02:00
.diff-counter {
margin-right: 15px;
2020-08-25 21:48:53 +02:00
.del {
color: red;
}
.add {
color: green;
}
}
}
2020-08-25 21:48:53 +02:00
.repo-search-result {
padding-top: 10px;
padding-bottom: 10px;
2020-08-25 21:48:53 +02:00
.lines-num a {
color: inherit;
}
}
2020-08-25 21:48:53 +02:00
&.quickstart {
.guide {
.item {
padding: 1em;
small {
font-weight: normal;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-11-16 23:28:46 -05:00
2020-08-25 21:48:53 +02:00
.clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.ui.action.small.input {
width: 100%;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
#repo-clone-url {
border-radius: 0;
padding: 5px 10px;
font-size: 1.2em;
}
}
}
&.release {
#release-list {
border-top: 1px solid #dddddd;
margin-top: 20px;
padding-top: 15px;
2020-08-25 21:48:53 +02:00
> li {
list-style: none;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.meta,
.detail {
padding-top: 30px;
padding-bottom: 40px;
}
2020-08-25 21:48:53 +02:00
.meta {
text-align: right;
position: relative;
2020-08-25 21:48:53 +02:00
.tag:not(.icon) {
display: block;
margin-top: 15px;
}
.commit {
display: block;
margin-top: 10px;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.detail {
border-left: 1px solid #dddddd;
2015-11-17 02:18:05 -05:00
2020-08-25 21:48:53 +02:00
.author {
img {
margin-bottom: -3px;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
.download {
margin-top: 20px;
2015-11-25 20:10:25 -05:00
2020-08-25 21:48:53 +02:00
> a {
.svg {
margin-left: 5px;
2017-10-27 07:30:54 +03:00
margin-right: 5px;
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
.list {
padding-left: 0;
border-top: 1px solid #eeeeee;
2020-08-25 21:48:53 +02:00
li {
list-style: none;
display: block;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #eeeeee;
a > .text.right {
margin-right: 5px;
}
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.dot {
width: 9px;
height: 9px;
background-color: #cccccc;
z-index: 999;
position: absolute;
display: block;
left: -5px;
top: 40px;
border-radius: 6px;
border: 1px solid #ffffff;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
}
}
2018-07-26 17:25:41 +02:00
2020-08-25 21:48:53 +02:00
&.new.release {
.target {
min-width: 500px;
2020-08-25 21:48:53 +02:00
#tag-name {
margin-top: -4px;
}
2018-07-26 17:25:41 +02:00
2020-08-25 21:48:53 +02:00
.at {
margin-left: -5px;
margin-right: 5px;
}
.dropdown.icon {
margin: 0;
padding-top: 3px;
}
.selection.dropdown {
padding-top: 10px;
padding-bottom: 10px;
}
2017-10-27 07:30:54 +03:00
}
2015-11-25 20:10:25 -05:00
2020-08-25 21:48:53 +02:00
.prerelease.field {
margin-bottom: 0;
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
.field {
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
button,
input {
@media only screen and (max-width: 438px) {
width: 100%;
}
}
2020-08-25 21:48:53 +02:00
button {
@media only screen and (max-width: 768px) {
margin-bottom: 1em;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-11-25 20:10:25 -05:00
2020-08-25 21:48:53 +02:00
&.forks {
.list {
margin-top: 0;
2015-11-27 00:24:24 -05:00
2020-08-25 21:48:53 +02:00
.item {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #dddddd;
.ui.avatar {
float: left;
margin-right: 5px;
2017-10-27 07:30:54 +03:00
}
2015-11-30 20:45:55 -05:00
2020-08-25 21:48:53 +02:00
.link {
padding-top: 5px;
}
}
}
}
2020-08-25 21:48:53 +02:00
&.wiki {
&.start {
.ui.segment {
padding-top: 70px;
padding-bottom: 100px;
2015-11-27 00:24:24 -05:00
2020-08-25 21:48:53 +02:00
.svg {
height: 48px;
}
}
}
2020-08-25 21:48:53 +02:00
&.new {
.CodeMirror {
.CodeMirror-code {
font-family: @monospaced-fonts, monospace;
2020-08-25 21:48:53 +02:00
.cm-comment {
background: inherit;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2015-11-25 20:10:25 -05:00
2020-08-25 21:48:53 +02:00
.editor-preview {
background-color: white;
}
2015-11-17 02:18:05 -05:00
2020-08-25 21:48:53 +02:00
.ui.attached.tabular.menu.previewtabs {
margin-bottom: 15px;
2017-12-31 01:47:52 +01:00
2020-08-25 21:48:53 +02:00
& + .field .editor-toolbar:not(.fullscreen) a.fa-eye {
display: none;
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2015-11-17 02:18:05 -05:00
2020-08-25 21:48:53 +02:00
&.view {
.choose.page {
margin-top: -5px;
}
2015-11-17 02:18:05 -05:00
2020-08-25 21:48:53 +02:00
> .markdown {
padding: 15px 30px;
2020-08-25 21:48:53 +02:00
h1,
h2,
h3,
h4,
h5,
h6 {
&:first-of-type {
margin-top: 0;
}
}
}
}
2020-08-25 21:48:53 +02:00
@media only screen and (max-width: 767px) {
.dividing.header .stackable.grid .button {
margin-top: 2px;
margin-bottom: 2px;
}
}
}
2020-08-25 21:48:53 +02:00
&.settings {
&.collaboration {
.collaborator.list {
padding: 0;
2020-08-25 21:48:53 +02:00
> .item {
margin: 0;
line-height: 2em;
2020-08-25 21:48:53 +02:00
&:not(:last-child) {
border-bottom: 1px solid #dddddd;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
#repo-collab-form {
#search-user-box {
.results {
left: 7px;
}
}
2020-08-25 21:48:53 +02:00
.ui.button {
margin-left: 5px;
margin-top: -3px;
}
}
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
#repo-collab-team-form {
#search-team-box {
.results {
left: 7px;
}
}
2020-08-25 21:48:53 +02:00
.ui.button {
margin-left: 5px;
margin-top: -3px;
}
}
}
2020-08-25 21:48:53 +02:00
&.branches {
.protected-branches {
.selection.dropdown {
width: 300px;
}
2020-08-25 21:48:53 +02:00
.item {
border: 1px solid #eaeaea;
padding: 10px 15px;
2017-10-27 07:30:54 +03:00
2020-08-25 21:48:53 +02:00
&:not(:last-child) {
border-bottom: 0;
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.branch-protection {
.help {
margin-left: 26px;
padding-top: 0;
}
2020-08-25 21:48:53 +02:00
.fields {
margin-left: 20px;
display: block;
2017-03-22 11:43:54 +01:00
}
2020-08-25 21:48:53 +02:00
.whitelist {
margin-left: 26px;
2020-08-25 21:48:53 +02:00
.dropdown img {
display: inline-block;
}
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
&.webhook {
.events {
.column {
padding-bottom: 0;
}
2020-08-25 21:48:53 +02:00
.help {
font-size: 13px;
margin-left: 26px;
padding-top: 0;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.ui.attached.isSigned.isWarning {
border-left: 1px solid #c29393;
border-right: 1px solid #c29393;
&.top,
&.message {
border-top: 1px solid #c29393;
}
2020-08-25 21:48:53 +02:00
&.message {
box-shadow: none;
background-color: #fff5f5;
color: #d95c5c;
2020-08-25 21:48:53 +02:00
.ui.text {
color: #d64444;
}
}
&:last-child,
&.bottom {
border-bottom: 1px solid #c29393;
}
}
.ui.attached.isSigned:not(.isWarning) .pull-right {
padding-top: 5px;
}
.ui.attached.isSigned.isVerified {
border-left: 1px solid #a3c293;
border-right: 1px solid #a3c293;
&.top,
&.message {
border-top: 1px solid #a3c293;
}
2020-08-25 21:48:53 +02:00
&.message {
box-shadow: none;
background-color: #fcfff5;
color: #6cc644;
2020-08-25 21:48:53 +02:00
.pull-right {
color: #000;
}
2020-08-25 21:48:53 +02:00
.ui.text {
color: #21ba45;
}
}
2020-08-25 21:48:53 +02:00
&:last-child,
&.bottom {
border-bottom: 1px solid #a3c293;
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.ui.attached.isSigned.isVerifiedUntrusted {
border-left: 1px solid #c2c193;
border-right: 1px solid #c2c193;
2020-08-25 21:48:53 +02:00
&.top,
&.message {
border-top: 1px solid #c2c193;
}
2020-08-25 21:48:53 +02:00
&.message {
box-shadow: none;
background-color: #fffff5;
color: #fbbd08;
2020-08-25 21:48:53 +02:00
.ui.text {
color: #d2ab00;
}
}
2020-08-25 21:48:53 +02:00
&:last-child,
&.bottom {
border-bottom: 1px solid #c2c193;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.ui.attached.isSigned.isVerifiedUnmatched {
border-left: 1px solid #c2a893;
border-right: 1px solid #c2a893;
2020-08-25 21:48:53 +02:00
&.top,
&.message {
border-top: 1px solid #c2a893;
}
2020-08-25 21:48:53 +02:00
&.message {
box-shadow: none;
background-color: #fffaf5;
color: #f2711c;
2020-08-25 21:48:53 +02:00
.ui.text {
color: #ee5f00;
}
}
2020-08-25 21:48:53 +02:00
&:last-child,
&.bottom {
border-bottom: 1px solid #c2a893;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.ui.segment.sub-menu {
padding: 7px;
line-height: 0;
2020-08-25 21:48:53 +02:00
.list {
width: 100%;
display: flex;
2020-08-25 21:48:53 +02:00
.item {
width: 100%;
border-radius: 3px;
2020-08-25 21:48:53 +02:00
a {
color: black;
2020-08-25 21:48:53 +02:00
&:hover {
color: #666666;
}
}
2020-08-25 21:48:53 +02:00
span.ui {
color: black;
}
2020-08-25 21:48:53 +02:00
&.active {
background: rgba(0, 0, 0, .05);
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2017-10-27 07:30:54 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.segment.reactions,
.select-reaction {
&.dropdown .menu {
right: 0 !important;
left: auto !important;
min-width: 15em;
2020-08-25 21:48:53 +02:00
> .header {
margin: .75rem 0 .5rem;
}
2020-08-25 21:48:53 +02:00
> .item {
float: left;
padding: .25rem !important;
margin: .25rem;
font-size: 1.5em;
width: 39px;
left: 13px;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
2020-08-25 21:48:53 +02:00
img.emoji {
margin-right: 0;
}
2020-08-25 21:48:53 +02:00
}
> .item:hover {
background: #4183c4;
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.segment.reactions {
padding: 0;
display: flex;
2020-08-25 21:48:53 +02:00
.ui.label {
max-height: 40px;
padding: 7px 18px;
display: flex !important;
align-items: center;
border: 0;
border-right: 1px solid;
border-radius: 0;
margin: 0;
font-size: 14px;
font-weight: normal;
border-color: inherit !important;
2020-08-25 21:48:53 +02:00
&.disabled {
cursor: default;
opacity: .5;
}
}
2020-08-25 21:48:53 +02:00
.ui.label.basic.blue {
background-color: #f1f8ff !important;
border-color: inherit !important;
}
2020-08-25 21:48:53 +02:00
.reaction-count {
margin-left: .5rem;
}
2020-08-25 21:48:53 +02:00
.select-reaction {
display: flex;
align-items: center;
padding: 0 14px;
2020-08-25 21:48:53 +02:00
&:not(.active) a {
display: none;
}
}
2020-08-25 21:48:53 +02:00
&:hover .select-reaction a {
display: block;
}
2020-08-25 21:48:53 +02:00
}
2019-10-29 03:19:18 +03:00
2020-08-25 21:48:53 +02:00
.ui.fluid.action.input {
.ui.search.action.input {
flex: auto;
2019-10-29 03:19:18 +03:00
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.repository-summary {
.segment.language-stats-details,
.segment.repository-summary {
border-top: none;
background: none;
}
2020-02-26 21:44:14 +01:00
2020-08-25 21:48:53 +02:00
.segment.language-stats-details .item {
white-space: nowrap;
}
2020-03-20 04:10:02 +02:00
2020-08-25 21:48:53 +02:00
.segment.language-stats {
padding: 0;
height: 11px;
display: flex;
white-space: nowrap;
width: 100%;
border-radius: 0;
user-select: none;
2020-02-26 21:44:14 +01:00
2020-08-25 21:48:53 +02:00
.bar {
white-space: nowrap;
border: 0;
padding: 0;
margin: 0;
height: 100%;
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.diff .committed-by {
padding-top: .5rem;
2020-08-25 21:48:53 +02:00
.ui.avatar {
width: 20px;
height: 20px;
}
2020-08-25 21:48:53 +02:00
span {
margin-right: .25rem;
2020-08-25 21:48:53 +02:00
svg {
vertical-align: text-bottom;
margin-right: 2px;
}
}
2020-08-25 21:48:53 +02:00
}
2015-08-06 22:48:11 +08:00
}
2015-10-02 19:58:36 -04:00
// End of .repository
2015-08-06 22:48:11 +08:00
2015-12-21 04:24:11 -08:00
&.user-cards {
2020-08-25 21:48:53 +02:00
.list {
padding: 0;
display: flex;
flex-wrap: wrap;
2020-08-25 21:48:53 +02:00
.item {
list-style: none;
width: 32%;
margin: 10px 10px 10px 0;
padding-bottom: 14px;
float: left;
.avatar {
width: 48px;
height: 48px;
float: left;
display: block;
margin-right: 10px;
}
2020-08-25 21:48:53 +02:00
.name {
margin-top: 0;
margin-bottom: 0;
font-weight: normal;
}
2020-08-25 21:48:53 +02:00
.meta {
margin-top: 5px;
}
}
2020-08-25 21:48:53 +02:00
}
2015-12-21 04:24:11 -08:00
}
2015-11-22 01:32:09 -05:00
#search-repo-box,
2015-11-17 02:18:05 -05:00
#search-user-box {
2020-08-25 21:48:53 +02:00
.results {
.result {
.image {
float: left;
margin-right: 8px;
width: 2em;
height: 2em;
}
2020-08-25 21:48:53 +02:00
.content {
margin: 6px 0;
}
}
2020-08-25 21:48:53 +02:00
}
2015-11-17 02:18:05 -05:00
}
#search-team-box {
2020-08-25 21:48:53 +02:00
.results {
.result {
.content {
margin: 6px 0;
}
}
2020-08-25 21:48:53 +02:00
}
}
2019-02-19 17:09:47 -06:00
#issue-filters.hide {
2020-08-25 21:48:53 +02:00
display: none;
2017-03-14 21:10:35 -04:00
}
2019-02-27 18:24:21 +01:00
#issue-actions {
2020-08-25 21:48:53 +02:00
margin-top: -1rem !important; // counteract padding from Semantic
2019-02-27 18:24:21 +01:00
}
2019-02-19 17:09:47 -06:00
#issue-actions.hide {
2020-08-25 21:48:53 +02:00
display: none;
2019-02-19 17:09:47 -06:00
}
.ui.checkbox.issue-checkbox {
2020-08-25 21:48:53 +02:00
vertical-align: middle;
2019-02-19 17:09:47 -06:00
}
2020-02-12 00:25:41 +03:00
.ui.menu .item > img:not(.ui) {
2020-08-25 21:48:53 +02:00
width: auto;
2020-02-12 00:25:41 +03:00
}
2015-08-25 22:58:34 +08:00
.issue.list {
2020-08-25 21:48:53 +02:00
list-style: none;
2020-08-25 21:48:53 +02:00
> .item {
padding-top: 15px;
padding-bottom: 10px;
border-bottom: 1px dashed #aaaaaa;
.title {
color: #444444;
font-size: 15px;
font-weight: bold;
margin: 0 6px;
&:hover {
color: #000000;
}
}
.comment {
padding-right: 10px;
color: #666666;
}
.desc {
padding-top: 5px;
color: #999999;
.waiting,
.approvals,
.rejects {
padding-left: 5px;
}
.checklist {
padding-left: 5px;
.progress-bar {
margin-left: 2px;
width: 80px;
height: 6px;
display: inline-block;
background-color: #eeeeee;
overflow: hidden;
border-radius: 3px;
vertical-align: 2px !important;
.progress {
background-color: #cccccc;
display: block;
height: 100%;
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.conflicting {
padding-left: 5px;
}
2020-08-25 21:48:53 +02:00
.due-date {
padding-left: 5px;
}
2020-08-25 21:48:53 +02:00
a.milestone {
margin-left: 5px;
color: #999999 !important;
2020-08-25 21:48:53 +02:00
&:hover {
color: #000000 !important;
}
}
2020-08-25 21:48:53 +02:00
a.ref {
margin-left: 8px;
color: #999999 !important;
2020-08-25 21:48:53 +02:00
&:hover {
color: #000000 !important;
}
2020-08-25 21:48:53 +02:00
span {
margin-right: -4px;
}
}
2020-08-25 21:48:53 +02:00
.assignee {
margin-top: -5px;
margin-right: 5px;
}
2020-08-25 21:48:53 +02:00
.overdue {
color: red;
}
}
2020-08-25 21:48:53 +02:00
}
2015-08-25 22:58:34 +08:00
}
.page.buttons {
2020-08-25 21:48:53 +02:00
padding-top: 15px;
2015-08-25 22:58:34 +08:00
}
2016-08-30 05:07:50 -07:00
.ui.form {
2020-08-25 21:48:53 +02:00
.dropzone {
border: 2px dashed #0087f5;
box-shadow: none !important;
padding: 0;
min-height: 5rem;
border-radius: 4px;
2020-05-14 21:15:21 +02:00
2020-08-25 21:48:53 +02:00
.dz-button {
color: rgba(0, 0, 0, .6);
}
2020-05-14 21:15:21 +02:00
2020-08-25 21:48:53 +02:00
&:hover .dz-button {
color: rgba(0, 0, 0, .8);
}
2020-08-25 21:48:53 +02:00
.dz-error-message {
top: 140px;
}
2020-08-25 21:48:53 +02:00
}
2015-08-12 18:44:09 +08:00
}
2015-08-15 20:55:03 +08:00
.settings {
2020-08-25 21:48:53 +02:00
.content {
margin-top: 2px;
2020-08-25 21:48:53 +02:00
> .header,
.segment {
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.list {
> .item {
.green:not(.ui.button) {
color: #21ba45;
}
2020-08-25 21:48:53 +02:00
&:not(:first-child) {
border-top: 1px solid #eaeaea;
padding: 1rem;
margin: 15px -1rem -1rem;
}
2020-08-25 21:48:53 +02:00
> .svg {
display: table-cell;
}
2020-08-25 21:48:53 +02:00
> .svg + .content {
display: table-cell;
padding: 0 0 0 .5em;
vertical-align: top;
}
2020-08-25 21:48:53 +02:00
.info {
margin-top: 10px;
2020-08-25 21:48:53 +02:00
.tab.segment {
border: 0;
padding: 10px 0 0;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
&.key {
.meta {
padding-top: 5px;
color: #666666;
}
}
2020-08-25 21:48:53 +02:00
&.email {
> .item:not(:first-child) {
min-height: 60px;
}
}
2020-08-25 21:48:53 +02:00
&.collaborator {
> .item {
padding: 0;
}
}
2020-08-25 21:48:53 +02:00
}
2015-07-24 23:13:42 +08:00
}
2015-08-10 00:23:20 +08:00
.ui.vertical.menu {
2020-08-25 21:48:53 +02:00
.header.item {
font-size: 1.1em;
background: #f0f0f0;
}
2015-08-10 00:23:20 +08:00
}
2015-07-24 23:13:42 +08:00
2015-08-09 22:45:38 +08:00
.edit-label.modal,
.new-label.segment {
2020-08-25 21:48:53 +02:00
.form {
.column {
padding-right: 0;
}
2020-08-25 21:48:53 +02:00
.buttons {
margin-left: auto;
padding-top: 15px;
}
2020-08-25 21:48:53 +02:00
.color.picker.column {
width: auto;
2020-08-25 21:48:53 +02:00
.color-picker {
height: 35px;
width: auto;
padding-left: 30px;
}
}
2020-08-25 21:48:53 +02:00
.minicolors-swatch.minicolors-sprite {
top: 10px;
left: 10px;
width: 15px;
height: 15px;
}
2020-08-25 21:48:53 +02:00
.precolors {
padding-left: 0;
padding-right: 0;
margin: 3px 10px auto;
width: 120px;
2020-08-25 21:48:53 +02:00
.color {
float: left;
width: 15px;
height: 15px;
}
}
2020-08-25 21:48:53 +02:00
}
2015-08-30 03:21:59 +08:00
}
2016-02-07 16:41:11 +00:00
#avatar-arrow {
2020-08-25 21:48:53 +02:00
&:before,
&:after {
right: 100%;
top: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
&:before {
border-right-color: #d3d3d4;
border-width: 9px;
margin-top: -9px;
}
&:after {
border-right-color: #f7f7f7;
border-width: 8px;
margin-top: -8px;
}
}
2015-08-30 03:21:59 +08:00
#transfer-repo-modal,
2020-07-02 15:09:09 +01:00
#delete-repo-modal,
#delete-wiki-modal,
#convert-fork-repo-modal,
#convert-mirror-repo-modal {
2020-08-25 21:48:53 +02:00
.ui.message {
width: 100% !important;
}
2015-12-07 21:20:54 +01:00
}
// generate .tab-size-{i} from 1 to 16
.generate-tab-size(16);
.generate-tab-size(@n, @i: 1) when (@i =< @n) {
2020-08-25 21:48:53 +02:00
.tab-size-@{i} {
tab-size: @i !important;
}
2020-08-25 21:48:53 +02:00
.generate-tab-size(@n, (@i + 1));
}
2017-10-15 02:17:39 +03:00
.stats-table {
2020-08-25 21:48:53 +02:00
display: table;
width: 100%;
2020-08-25 21:48:53 +02:00
.table-cell {
display: table-cell;
2020-08-25 21:48:53 +02:00
&.tiny {
height: .5em;
}
2020-08-25 21:48:53 +02:00
}
2017-10-15 02:17:39 +03:00
}
2017-11-30 06:08:40 +01:00
tbody.commit-list {
2020-08-25 21:48:53 +02:00
vertical-align: baseline;
2017-11-30 06:08:40 +01:00
}
.message-wrapper {
2020-08-25 21:48:53 +02:00
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 50px);
display: inline-block;
vertical-align: middle;
2019-06-14 03:32:14 +02:00
}
@media only screen and (max-width: 767.98px) {
2020-08-25 21:48:53 +02:00
tr.commit-list {
width: 100%;
}
th .message-wrapper {
display: block;
max-width: calc(100vw - 70px);
}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
2020-08-25 21:48:53 +02:00
tr.commit-list {
width: 723px;
}
th .message-wrapper {
max-width: 280px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
2020-08-25 21:48:53 +02:00
tr.commit-list {
width: 933px;
}
th .message-wrapper {
max-width: 490px;
}
}
@media only screen and (min-width: 1200px) {
2020-08-25 21:48:53 +02:00
tr.commit-list {
width: 1127px;
}
th .message-wrapper {
max-width: 680px;
}
}
.commit-list .commit-summary a {
2020-08-25 21:48:53 +02:00
text-decoration: underline;
text-decoration-style: dashed;
2020-08-25 21:48:53 +02:00
&:hover {
text-decoration-style: solid;
}
2020-08-25 21:48:53 +02:00
&.default-link {
text-decoration: none;
2020-08-25 21:48:53 +02:00
&:hover {
text-decoration: underline;
text-decoration-style: solid;
}
2020-08-25 21:48:53 +02:00
}
}
.commit-list .commit-status-link {
2020-08-25 21:48:53 +02:00
display: inline-block;
vertical-align: middle;
2019-06-14 03:32:14 +02:00
}
2017-11-30 06:08:40 +01:00
.commit-body {
2020-08-25 21:48:53 +02:00
white-space: pre-wrap;
2017-11-30 06:08:40 +01:00
}
2017-12-31 01:47:52 +01:00
2019-05-24 10:52:05 +03:00
.git-notes {
2020-08-25 21:48:53 +02:00
&.top {
text-align: left;
}
2019-06-13 06:23:45 +02:00
2020-08-25 21:48:53 +02:00
.commit-body {
margin: 0;
}
2019-05-24 10:52:05 +03:00
}
2017-12-31 01:47:52 +01:00
@media only screen and (max-width: 767px) {
2020-08-25 21:48:53 +02:00
.ui.stackable.menu {
&.mobile--margin-between-items > .item {
margin-top: 5px;
margin-bottom: 5px;
}
2020-08-25 21:48:53 +02:00
&.mobile--no-negative-margins {
margin-left: 0;
margin-right: 0;
}
2020-08-25 21:48:53 +02:00
}
2017-12-31 01:47:52 +01:00
}
2018-04-11 10:51:44 +08:00
#topic_edit {
2020-08-25 21:48:53 +02:00
margin-top: 5px;
2018-04-11 10:51:44 +08:00
}
2019-02-05 22:59:26 +01:00
#repo-topics {
2020-08-25 21:48:53 +02:00
margin-top: 5px;
2018-05-09 18:29:04 +02:00
}
2018-07-26 17:25:41 +02:00
2019-02-05 22:59:26 +01:00
.repo-topic {
2020-08-25 21:48:53 +02:00
cursor: pointer;
2019-02-05 22:59:26 +01:00
}
#new-dependency-drop-list {
2020-08-25 21:48:53 +02:00
&.ui.selection.dropdown {
min-width: 0;
width: 100%;
border-radius: 4px 0 0 4px;
border-right: 0;
white-space: nowrap;
}
2020-08-25 21:48:53 +02:00
.text {
width: 100%;
overflow: hidden;
}
2019-02-05 22:59:26 +01:00
}
#manage_topic {
2020-08-25 21:48:53 +02:00
font-size: 12px;
2019-02-05 22:59:26 +01:00
}
2019-05-13 08:26:32 +02:00
.label + #manage_topic {
2020-08-25 21:48:53 +02:00
margin-left: 5px;
2019-02-05 22:59:26 +01:00
}
2019-12-04 07:10:40 +03:00
.ui.small.label.topic {
2020-08-25 21:48:53 +02:00
margin-bottom: 4px;
2019-12-04 07:10:40 +03:00
}
2019-02-05 22:59:26 +01:00
.repo-header {
2020-08-25 21:48:53 +02:00
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
2019-02-05 22:59:26 +01:00
}
.repo-header .repo-buttons {
2020-08-25 21:48:53 +02:00
display: flex;
align-items: center;
2018-07-26 17:25:41 +02:00
}
2019-03-05 18:48:30 -06:00
.repo-buttons .disabled-repo-button .label {
2020-08-25 21:48:53 +02:00
opacity: .5;
2019-03-05 18:48:30 -06:00
}
.repo-buttons .disabled-repo-button a.button {
2020-08-25 21:48:53 +02:00
opacity: .5;
cursor: not-allowed;
2019-03-05 18:48:30 -06:00
}
.repo-buttons .disabled-repo-button a.button:hover {
2020-08-25 21:48:53 +02:00
background: none !important;
color: rgba(0, 0, 0, .6) !important;
box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset !important;
2019-03-05 18:48:30 -06:00
}
2019-05-13 08:26:32 +02:00
.repo-buttons .ui.labeled.button > .label {
2020-08-25 21:48:53 +02:00
border-left: 0 !important;
margin: 0 !important;
2019-03-05 18:48:30 -06:00
}
.tag-code {
2020-08-25 21:48:53 +02:00
height: 28px;
}
.tag-code,
.tag-code td {
2020-08-25 21:48:53 +02:00
background-color: #f0f9ff;
border-color: #f1f8ff !important;
vertical-align: middle;
}
2020-08-17 04:07:38 +01:00
.board {
2020-08-25 21:48:53 +02:00
display: flex;
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
margin: 0 .5em;
2020-08-17 04:07:38 +01:00
}
.board-column {
2020-08-25 21:48:53 +02:00
background-color: rgba(0, 0, 0, .05) !important;
border: 1px solid rgba(34, 36, 38, .15) !important;
margin: 0 .5rem !important;
padding: .5rem !important;
width: 320px;
height: 60vh;
overflow-y: scroll;
flex: 0 0 auto;
overflow: visible;
display: flex;
flex-direction: column;
2020-08-17 04:07:38 +01:00
}
.board-column-header {
2020-08-25 21:48:53 +02:00
display: flex;
justify-content: space-between;
2020-08-17 04:07:38 +01:00
}
.board-label {
2020-08-25 21:48:53 +02:00
background: none !important;
line-height: 1.25 !important;
2020-08-17 04:07:38 +01:00
}
.board-column > .cards {
2020-08-25 21:48:53 +02:00
flex: 1;
display: flex;
flex-direction: column;
margin: 0 !important;
padding: 0 !important;
2020-08-17 04:07:38 +01:00
2020-08-25 21:48:53 +02:00
.card .meta > a.milestone {
color: #999999;
}
2020-08-17 04:07:38 +01:00
}
.board-column > .divider {
2020-08-25 21:48:53 +02:00
margin: 5px 0;
2020-08-17 04:07:38 +01:00
}
.board-column:first-child {
2020-08-25 21:48:53 +02:00
margin-left: auto !important;
2020-08-17 04:07:38 +01:00
}
.board-column:last-child {
2020-08-25 21:48:53 +02:00
margin-right: auto !important;
2020-08-17 04:07:38 +01:00
}
.board-card {
2020-08-25 21:48:53 +02:00
margin: 3px !important;
width: auto !important;
background-color: #fff;
border-radius: 5px;
cursor: pointer;
2020-08-17 04:07:38 +01:00
}
.board-card .header {
2020-08-25 21:48:53 +02:00
font-size: 1.1em !important;
2020-08-17 04:07:38 +01:00
}
.board-card .content {
2020-08-25 21:48:53 +02:00
padding: 5px 8px !important;
2020-08-17 04:07:38 +01:00
}
.board-card .extra.content {
2020-08-25 21:48:53 +02:00
padding: 5px 8px !important;
2020-08-17 04:07:38 +01:00
}
td.blob-excerpt {
2020-08-25 21:48:53 +02:00
background-color: #fafafa;
2020-08-17 04:07:38 +01:00
}
.issue-keyword {
2020-08-25 21:48:53 +02:00
border-bottom: 1px dotted #959da5;
display: inline-block;
}
2019-10-07 06:59:17 +02:00
.file-header {
2020-08-25 21:48:53 +02:00
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 12px !important;
2019-10-07 06:59:17 +02:00
}
.file-info {
2020-08-25 21:48:53 +02:00
display: flex;
align-items: center;
2019-10-07 06:59:17 +02:00
}
.file-info-entry {
display: flex;
align-items: center;
}
2019-10-07 06:59:17 +02:00
.file-info-entry + .file-info-entry {
2020-08-25 21:48:53 +02:00
border-left: 1px solid currentColor;
margin-left: 8px;
padding-left: 8px;
2019-10-07 06:59:17 +02:00
}
2019-10-29 15:29:39 +01:00
.title_wip_desc {
2020-08-25 21:48:53 +02:00
margin-top: 1em;
2019-10-29 15:29:39 +01:00
}
.diff-file-box[data-folded="true"] .diff-file-body {
2020-08-25 21:48:53 +02:00
display: none;
}
.diff-file-box[data-folded="true"] .diff-file-header {
2020-08-25 21:48:53 +02:00
border-radius: .28571429rem !important;
}
2020-03-25 23:58:25 +01:00
/* prevent page shaking on language bar click */
.repository.file .repository-summary {
2020-08-25 21:48:53 +02:00
height: 48px;
overflow: hidden;
2020-03-25 23:58:25 +01:00
}
2020-05-14 18:06:01 +02:00
2020-05-16 19:45:44 +02:00
.ui.form .right .ui.button {
2020-08-25 21:48:53 +02:00
margin-left: .25em;
margin-right: 0;
2020-05-14 21:15:21 +02:00
}
2020-05-14 18:06:01 +02:00
.removed-code {
2020-08-25 21:48:53 +02:00
background-color: #fdb8c0;
2020-05-14 18:06:01 +02:00
}
.added-code {
2020-08-25 21:48:53 +02:00
background-color: #acf2bd;
2020-05-14 18:06:01 +02:00
}
2020-06-22 18:44:06 +02:00
.repository .ui.menu.new-menu {
2020-08-25 21:48:53 +02:00
background: none !important;
2020-06-22 18:44:06 +02:00
2020-08-25 21:48:53 +02:00
@media only screen and (max-width: 1200px) {
&:after {
background: none !important;
2020-06-22 18:44:06 +02:00
}
2020-08-25 21:48:53 +02:00
}
2020-06-22 18:44:06 +02:00
}
2020-08-17 04:07:38 +01:00
.select-project .item {
2020-08-25 21:48:53 +02:00
color: inherit;
display: inline-flex;
align-items: center;
2020-08-17 04:07:38 +01:00
}
.select-project .item .svg {
2020-08-25 21:48:53 +02:00
margin-right: .5rem;
2020-08-17 04:07:38 +01:00
}
.migrate .cards .card {
text-align: center;
}