gitlab-org--gitlab-foss/app/assets/stylesheets/framework/blocks.scss

257 lines
3.8 KiB
SCSS
Raw Normal View History

.light-well {
background-color: $background-color;
padding: 15px;
}
.centered-light-block {
text-align: center;
color: $gl-gray;
margin: 20px;
}
.nothing-here-block {
text-align: center;
padding: 20px;
color: $gl-gray;
font-weight: normal;
font-size: 16px;
line-height: 36px;
2016-07-06 16:11:44 -04:00
&.diff-collapsed {
padding: 5px;
2016-07-06 16:11:44 -04:00
cursor: pointer;
&:hover {
background-color: $row-hover;
}
2016-07-06 16:11:44 -04:00
}
}
2016-04-25 16:02:15 -04:00
.row-content-block {
margin-top: 0;
margin-bottom: -$gl-padding;
background-color: $background-color;
padding: $gl-padding;
margin-bottom: 0;
2016-05-19 11:11:54 -04:00
border-top: 1px solid $white-dark;
border-bottom: 1px solid $white-dark;
color: $gl-gray;
&.oneline-block {
line-height: 42px;
}
&.white {
background-color: white;
}
&.top-block {
border-top: none;
}
&.middle-block {
margin-top: 0;
margin-bottom: 0;
}
&.clear-block {
margin-bottom: $gl-padding - 1px;
padding-bottom: $gl-padding;
}
&.second-block {
margin-top: -1px;
margin-bottom: 0;
}
&.footer-block {
margin-top: 0;
border-bottom: none;
margin-bottom: -$gl-padding;
}
2016-06-03 14:09:45 -04:00
&.content-component-block {
padding: 11px 0;
background-color: $white-light;
}
.title {
color: $gl-text-color;
}
.oneline {
line-height: 35px;
}
2015-12-02 09:32:45 -05:00
> p:last-child {
margin-bottom: 0;
}
.block-controls {
float: right;
.control {
float: left;
margin-left: 10px;
}
}
2016-04-25 16:02:15 -04:00
&.build-content {
background-color: $white-light;
border-top: none;
}
&.top-block .container-fluid {
background-color: inherit;
}
}
.sub-header-block {
background-color: $white-light;
border-bottom: 1px solid $white-dark;
padding: 11px 0;
margin-bottom: 11px;
.oneline {
line-height: 35px;
}
&.no-bottom-space {
border-bottom: 0;
margin-bottom: 0;
}
}
.cover-block {
text-align: center;
background: $background-color;
padding-top: 44px;
position: relative;
.avatar-holder {
margin-bottom: 16px;
.avatar, .identicon {
margin: 0 auto;
float: none;
}
.identicon {
@include border-radius(50%);
}
}
.cover-title {
color: $gl-header-color;
margin: 0;
2016-05-19 11:11:54 -04:00
font-size: 24px;
font-weight: normal;
2016-06-22 09:50:19 -04:00
margin-bottom: 10px;
color: #4c4e54;
font-size: 23px;
line-height: 1.1;
2016-03-17 18:42:46 -04:00
h1 {
2016-04-25 16:02:15 -04:00
color: $gl-gray-dark;
2016-03-17 18:42:46 -04:00
margin-bottom: 6px;
font-size: 23px;
}
.visibility-icon {
display: inline-block;
margin-left: 5px;
font-size: 18px;
color: $gray;
}
p {
padding: 0 $gl-padding;
color: #5c5d5e;
}
}
.cover-desc {
color: $gl-text-color;
&.username:last-child {
padding-bottom: $gl-padding;
}
}
.cover-controls {
position: absolute;
top: 10px;
right: 10px;
&.left {
left: 10px;
right: auto;
}
}
2016-05-03 12:44:55 -04:00
&.groups-cover-block {
background: $white-light;
border-bottom: 1px solid $border-color;
text-align: left;
padding: 24px 0;
.group-info {
.cover-title {
margin-top: 9px;
}
p {
margin-bottom: 0;
}
}
@media (max-width: $screen-xs-max) {
text-align: center;
.avatar {
float: none;
}
}
}
.group-info {
h1 {
display: inline;
font-weight: normal;
font-size: 24px;
color: $gl-title-color;
}
2016-05-03 12:44:55 -04:00
}
}
.block-connector {
margin-top: -1px;
}
.nav-block {
.controls {
float: right;
margin-top: 8px;
padding-bottom: 7px;
2016-07-12 11:22:53 -04:00
border-bottom: 1px solid $border-color;
}
}
.content-block {
padding: $gl-padding 0;
2016-05-19 11:11:54 -04:00
border-bottom: 1px solid $white-dark;
&.oneline-block {
line-height: 36px;
}
> .controls {
float: right;
}
}
.content-block-small {
padding: 10px 0;
}