2020-11-17 11:03:19 +05:30
|
|
|
@import "variables.less";
|
|
|
|
|
2018-08-06 10:13:22 +05:30
|
|
|
.ui.button.add-code-comment {
|
2020-11-05 07:21:17 +05:30
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -22px;
|
2020-08-26 01:18:53 +05:30
|
|
|
z-index: 5;
|
|
|
|
opacity: 0;
|
|
|
|
transition: transform .1s ease-in-out;
|
2020-11-05 07:21:17 +05:30
|
|
|
transform: scale(1);
|
|
|
|
box-shadow: none !important;
|
|
|
|
border: none !important;
|
2020-08-26 01:18:53 +05:30
|
|
|
|
|
|
|
&:hover {
|
2020-11-05 07:21:17 +05:30
|
|
|
transform: scale(1.1);
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
|
|
|
|
2020-11-02 21:28:14 +05:30
|
|
|
.diff-file-box .lines-code:hover .ui.button.add-code-comment {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-11-01 03:45:11 +05:30
|
|
|
.repository .diff-file-box .code-diff .add-comment-left,
|
|
|
|
.repository .diff-file-box .code-diff .add-comment-right,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .add-comment-left,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .add-comment-right,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .lines-type-marker {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-05-18 02:13:04 +05:30
|
|
|
.add-comment-left.add-comment-right .ui.attached.header {
|
2020-11-02 01:34:26 +05:30
|
|
|
border: 1px solid var(--color-secondary);
|
2020-08-26 01:18:53 +05:30
|
|
|
|
|
|
|
&:not(.top) {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-outdated,
|
|
|
|
.hide-outdated {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2020-05-18 02:13:04 +05:30
|
|
|
}
|
|
|
|
|
2018-08-06 10:13:22 +05:30
|
|
|
.comment-code-cloud {
|
2020-11-16 19:23:04 +05:30
|
|
|
padding: .5rem;
|
2020-11-01 03:45:11 +05:30
|
|
|
padding-left: 0;
|
2020-08-26 01:18:53 +05:30
|
|
|
position: relative;
|
2020-11-01 03:45:11 +05:30
|
|
|
margin: 0 auto;
|
2018-09-17 20:29:49 +05:30
|
|
|
|
2020-11-16 19:23:04 +05:30
|
|
|
.comments .comment {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.attached {
|
|
|
|
&.tab {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.header {
|
|
|
|
padding: .1rem 1rem;
|
2018-08-06 10:13:22 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.text {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-08-06 10:13:22 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.right.menu.options .item {
|
|
|
|
padding: .85714286em .442857em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-05-16 21:20:36 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.active.tab {
|
|
|
|
padding: .5em;
|
2018-08-06 10:13:22 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.markdown {
|
|
|
|
padding: 1em;
|
|
|
|
min-height: 168px;
|
2020-05-16 04:24:18 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ui.tabular.menu {
|
|
|
|
margin: .5em;
|
|
|
|
}
|
2020-05-16 04:24:18 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.footer {
|
2020-11-16 02:28:16 +05:30
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-08-26 01:18:53 +05:30
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
.markdown-info {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgba(0, 0, 0, .6);
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.right.floated {
|
|
|
|
padding-top: 6px;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
|
|
|
|
2020-11-10 23:58:07 +05:30
|
|
|
&::after {
|
2020-08-26 01:18:53 +05:30
|
|
|
clear: both;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
button.comment-form-reply {
|
|
|
|
margin: .5em .5em .5em 4.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.comment-form-reply {
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
}
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.file-comment {
|
2020-12-17 21:22:58 +05:30
|
|
|
color: var(--color-text);
|
2018-08-06 10:13:22 +05:30
|
|
|
}
|
2019-11-15 08:22:59 +05:30
|
|
|
|
2020-07-13 18:51:19 +05:30
|
|
|
a.blob-excerpt {
|
2020-12-20 23:30:03 +05:30
|
|
|
color: var(--color-text-light);
|
2020-08-26 01:18:53 +05:30
|
|
|
height: 28px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
2020-12-20 23:30:03 +05:30
|
|
|
background: var(--color-expand-button);
|
2019-11-15 08:22:59 +05:30
|
|
|
}
|
|
|
|
|
2020-07-13 18:51:19 +05:30
|
|
|
a.blob-excerpt:hover {
|
2020-10-31 09:22:10 +05:30
|
|
|
background: var(--color-primary);
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fff;
|
2019-11-15 08:22:59 +05:30
|
|
|
}
|
2020-02-17 02:14:52 +05:30
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaSm {
|
2020-08-26 01:18:53 +05:30
|
|
|
#review-box > .menu {
|
|
|
|
> .ui.segment {
|
|
|
|
width: 94vw;
|
2020-02-17 02:14:52 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
.editor-toolbar {
|
|
|
|
overflow-x: auto;
|
2020-02-19 04:37:00 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: calc(100vw - 70px);
|
|
|
|
}
|
2020-02-19 04:37:00 +05:30
|
|
|
}
|
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaMd {
|
2020-08-26 01:18:53 +05:30
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
2020-02-19 04:37:00 +05:30
|
|
|
}
|
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaLg {
|
2020-08-26 01:18:53 +05:30
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
2020-02-19 04:37:00 +05:30
|
|
|
}
|
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaXl {
|
2020-08-26 01:18:53 +05:30
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 900px;
|
|
|
|
}
|
2020-02-17 02:14:52 +05:30
|
|
|
}
|
2020-11-27 01:03:28 +05:30
|
|
|
|
|
|
|
.review-box > .segment {
|
|
|
|
border: none !important;
|
|
|
|
}
|