Newer
Older
.cgray { color: $common-gray; }
.clgray { color: $common-gray-light; }
.cred { color: $common-red; }
.cgreen { color: $common-green; }
.cdark { color: $common-gray-dark; }
.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-20 { margin-left: 20px; }
.append-right-5 { margin-right: 5px; }
.append-right-10 { margin-right: 10px; }
.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; }
.hint { font-style: italic; color: $hint-color; }
.light { color: $common-gray; }
margin-bottom: 12px;
font-weight: normal;
line-height: 24px;
}
.tab-content {
overflow: visible;
}
pre {
&.clean {
background: none;
border: none;
margin: 0;
padding: 0;
background: $gray-light;
&.wrap {
word-break: break-word;
white-space: pre-wrap;
}
hr {
margin: $gl-padding 0;
border-top: 1px solid darken($gray-normal, 8%);
.block-truncated {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
> div,
.str-truncated {
display: inline;
}
}
.item-title { font-weight: 600; }
}
.back-link {
font-size: 14px;
}
table a code {
position: relative;
top: -2px;
margin-right: 3px;
}
.loading {
margin: 20px auto;
height: 40px;
font-size: 32px;
text-align: center;
strong {
font-weight: bold;
font-style: normal;
}
}
.user-mention {
font-weight: bold;
}
.field_with_errors {
display: inline;
}
p.time {
font-size: 90%;
margin: 30px 3px 3px 2px;
}
.highlight {
text-shadow: none;
}
height: 150px;
}
// Fix issue with notes & lists creating a bunch of bottom borders.
li.note {
img { max-width: 100%; }
connorshea
committed
border-bottom: none !important;
}
}
}
.markdown {
img {
max-width: 100%;
}
}
.wiki_content code,
.readme code {
}
}
.rss-icon {
img {
width: 24px;
vertical-align: top;
}
strong {
line-height: 24px;
}
}
.show-all-commits {
cursor: pointer;
}
.git_error_tips {
@extend .col-md-6;
text-align: left;
margin-top: 40px;
border: none;
font-size: 12px;
}
}
.error-message {
padding: 10px;
.browser-alert {
padding: 10px;
text-align: center;
background: $error-bg;
color: $white-light;
font-weight: bold;
a {
text-decoration: underline;
}
}
border-left: 4px solid $warning-message-border;
color: $warning-message-color;
padding-left: 20px;
&.centered {
text-align: center;
}
}
.gitlab-promo {
a {
margin-right: 30px;
}
}
.milestone {
&.milestone-closed {
background: $gray-light;
.progress {
margin-bottom: 0;
margin-top: 4px;
}
}
.control-group {
.controls {
span {
&.descr {
position: relative;
top: 2px;
left: 5px;
}
}
}
}
img.emoji {
height: 20px;
}
.chart {
overflow: hidden;
height: 220px;
}
.description-block {
@extend .light-well;
@extend .light;
margin-bottom: 10px;
}
table {
td.permission-x {
background: $table-permission-x-bg !important;
.btn-sign-in {
text-shadow: none;
@media (min-width: $screen-sm-min) {
.side-filters {
fieldset {
margin-bottom: 15px;
}
}
.footer-links {
margin-bottom: 20px;
a {
margin-right: 15px;
}

Luke "Jared" Bennett
committed
hr {
border-color: $gray-darker;
}
#nprogress .spinner {
top: 15px !important;
right: 10px !important;
.header-with-avatar {
h3 {
margin: 0;
font-weight: bold;
}
.username {
font-size: 18px;
margin-top: 8px;
}
.description {
margin-top: 8px;
}
}
.profiler-button,
.profiler-controls {
.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;
}
margin-bottom: $gl-padding;
}
position: relative;
position: absolute;
top: 0;
right: 0;
visibility: hidden;
}
}
.content-separator {
margin-left: -$gl-padding;
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
}
.hide-bottom-border {
border-bottom: none !important;
}
.gl-accessibility {
&:focus {
top: 1px;
left: 1px;
width: auto;
height: 100%;
line-height: 50px;
padding: 0 10px;
clip: auto;
text-decoration: none;
color: $gl-title-color;
background: $gray-light;
z-index: 1;
}
.str-truncated {
&-60 {
@include str-truncated(60%);
}
&-100 {
@include str-truncated(100%);
}