369 lines
5.4 KiB
SCSS
369 lines
5.4 KiB
SCSS
/** COLORS **/
|
|
.cgray { color: $gl-gray; }
|
|
.clgray { color: #bbb }
|
|
.cred { color: $gl-text-red; }
|
|
.cgreen { color: $gl-text-green; }
|
|
.cdark { color: #444 }
|
|
|
|
/** COMMON CLASSES **/
|
|
.prepend-top-0 { margin-top: 0; }
|
|
.prepend-top-5 { margin-top: 5px; }
|
|
.prepend-top-10 { margin-top: 10px }
|
|
.prepend-top-default { margin-top: $gl-padding !important; }
|
|
.prepend-top-20 { margin-top: 20px }
|
|
.prepend-left-5 { margin-left: 5px }
|
|
.prepend-left-10 { margin-left: 10px }
|
|
.prepend-left-default { margin-left: $gl-padding; }
|
|
.prepend-left-20 { margin-left: 20px }
|
|
.append-right-5 { margin-right: 5px }
|
|
.append-right-10 { margin-right: 10px }
|
|
.append-right-default { margin-right: $gl-padding; }
|
|
.append-right-20 { margin-right: 20px }
|
|
.append-bottom-0 { margin-bottom: 0 }
|
|
.append-bottom-10 { margin-bottom: 10px }
|
|
.append-bottom-15 { margin-bottom: 15px }
|
|
.append-bottom-20 { margin-bottom: 20px }
|
|
.append-bottom-default { margin-bottom: $gl-padding; }
|
|
.inline { display: inline-block }
|
|
.center { text-align: center }
|
|
|
|
.underlined-link { text-decoration: underline; }
|
|
.hint { font-style: italic; color: #999; }
|
|
.light { color: $gl-gray; }
|
|
|
|
.slead {
|
|
color: $gl-gray;
|
|
font-size: 15px;
|
|
margin-bottom: 12px;
|
|
font-weight: normal;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.tab-content {
|
|
overflow: visible;
|
|
}
|
|
|
|
pre {
|
|
&.clean {
|
|
background: none;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
&.well-pre {
|
|
border: 1px solid #eee;
|
|
background: #f9f9f9;
|
|
border-radius: 0;
|
|
color: #555;
|
|
}
|
|
}
|
|
|
|
hr {
|
|
margin: $gl-padding 0;
|
|
}
|
|
|
|
.str-truncated {
|
|
@include str-truncated;
|
|
}
|
|
|
|
.item-title { font-weight: 600; }
|
|
|
|
/** FLASH message **/
|
|
.author_link {
|
|
color: $gl-link-color;
|
|
}
|
|
|
|
.back-link {
|
|
font-size: 14px;
|
|
}
|
|
|
|
table a code {
|
|
position: relative;
|
|
top: -2px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.loading {
|
|
margin: 20px auto;
|
|
height: 40px;
|
|
color: #555;
|
|
font-size: 32px;
|
|
text-align: center;
|
|
}
|
|
|
|
span.update-author {
|
|
display: block;
|
|
color: #999;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
strong {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
.user-mention {
|
|
color: #2fa0bb;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.field_with_errors {
|
|
display: inline;
|
|
}
|
|
|
|
p.time {
|
|
color: #999;
|
|
font-size: 90%;
|
|
margin: 30px 3px 3px 2px;
|
|
}
|
|
|
|
.highlight {
|
|
text-shadow: none;
|
|
}
|
|
|
|
.thin_area {
|
|
height: 150px;
|
|
}
|
|
|
|
// Fix issue with notes & lists creating a bunch of bottom borders.
|
|
li.note {
|
|
img { max-width: 100% }
|
|
.note-title {
|
|
li {
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.markdown {
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.wiki_content code, .readme code {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.project_member_show {
|
|
td:first-child {
|
|
color: #aaa;
|
|
}
|
|
}
|
|
|
|
.rss-icon {
|
|
img {
|
|
width: 24px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
strong {
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
|
|
.show-suppressed-diff,
|
|
.show-all-commits {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.git_error_tips {
|
|
@extend .col-md-6;
|
|
text-align: left;
|
|
margin-top: 40px;
|
|
pre {
|
|
background: white;
|
|
border: none;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.error-message {
|
|
padding: 10px;
|
|
background: #c67;
|
|
margin: 0;
|
|
color: #fff;
|
|
|
|
a {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.browser-alert {
|
|
padding: 10px;
|
|
text-align: center;
|
|
background: #c67;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
a {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.warning_message {
|
|
border-left: 4px solid #ed9;
|
|
color: #b90;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
background: #ffffe6;
|
|
padding-left: 20px;
|
|
|
|
&.centered {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.gitlab-promo {
|
|
a {
|
|
color: #aaa;
|
|
margin-right: 30px;
|
|
}
|
|
}
|
|
|
|
.milestone {
|
|
&.milestone-closed {
|
|
background: #f9f9f9;
|
|
}
|
|
.progress {
|
|
margin-bottom: 0;
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
.control-group {
|
|
.controls {
|
|
span {
|
|
&.descr {
|
|
position: relative;
|
|
top: 2px;
|
|
left: 5px;
|
|
color: #666;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
img.emoji {
|
|
height: 20px;
|
|
vertical-align: middle;
|
|
width: 20px;
|
|
}
|
|
|
|
.chart {
|
|
overflow: hidden;
|
|
height: 220px;
|
|
}
|
|
|
|
.description-block {
|
|
@extend .light-well;
|
|
@extend .light;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
table {
|
|
td.permission-x {
|
|
background: #d9edf7 !important;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.btn-sign-in {
|
|
text-shadow: none;
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
|
|
.side-filters {
|
|
fieldset {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
.footer-links {
|
|
margin-bottom: 20px;
|
|
a {
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
.well {
|
|
margin-bottom: $gl-padding;
|
|
}
|
|
|
|
.search_box {
|
|
@extend .well;
|
|
text-align: center;
|
|
}
|
|
|
|
#nprogress .spinner {
|
|
top: 15px !important;
|
|
right: 10px !important;
|
|
}
|
|
|
|
.header-with-avatar {
|
|
h3 {
|
|
margin: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.username {
|
|
font-size: 18px;
|
|
color: #666;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.description {
|
|
font-size: $gl-font-size;
|
|
color: #666;
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
|
|
.profiler-results {
|
|
top: 73px !important;
|
|
|
|
.profiler-button,
|
|
.profiler-controls {
|
|
border-color: #eee !important;
|
|
}
|
|
}
|
|
|
|
.dropzone .dz-preview .dz-progress {
|
|
border-color: $border-color !important;
|
|
}
|
|
|
|
.dropzone .dz-preview .dz-progress .dz-upload {
|
|
background: $gl-success !important;
|
|
}
|
|
|
|
.space-right {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.alert, .progress {
|
|
margin-bottom: $gl-padding;
|
|
}
|
|
|
|
.project-item-select-holder {
|
|
display: inline-block;
|
|
position: relative;
|
|
|
|
.project-item-select {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
min-width: 250px;
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.content-separator {
|
|
margin-left: -$gl-padding;
|
|
margin-right: -$gl-padding;
|
|
border-top: 1px solid $border-color;
|
|
}
|