2015-09-25 14:33:05 -04:00
|
|
|
.alert_holder {
|
|
|
|
margin: -16px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.alert-link {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
2016-06-15 14:43:32 -04:00
|
|
|
|
2012-08-21 01:20:11 -04:00
|
|
|
.new_project,
|
2016-05-16 11:42:29 -04:00
|
|
|
.edit-project {
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-11-22 09:51:49 -05:00
|
|
|
.sharing-and-permissions {
|
|
|
|
.header {
|
|
|
|
padding-top: $gl-vert-padding;
|
2016-11-21 21:09:56 -05:00
|
|
|
}
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-11-22 09:51:49 -05:00
|
|
|
.label-light {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-11-22 09:51:49 -05:00
|
|
|
.help-block {
|
|
|
|
margin-top: 0;
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.form-group {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-12-15 12:14:04 -05:00
|
|
|
& > .form-group {
|
2016-06-07 21:10:55 -04:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.help-block {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2017-02-13 12:11:39 -05:00
|
|
|
.project-path .form-control {
|
|
|
|
border-radius: $border-radius-base;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.input-group > div {
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
.input-group > div {
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
margin-bottom: 14px;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
fieldset > .form-group:first-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group-addon {
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
&.static-namespace {
|
|
|
|
height: 35px;
|
|
|
|
border-radius: 3px;
|
2016-11-30 08:25:25 -05:00
|
|
|
border: 1px solid $border-color;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-12-15 12:14:04 -05:00
|
|
|
& + .select2 a {
|
2016-06-07 21:10:55 -04:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
2012-04-24 14:49:34 -04:00
|
|
|
}
|
2012-08-25 16:39:01 -04:00
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
.project-home-panel,
|
|
|
|
.group-home-panel {
|
2016-06-29 08:07:12 -04:00
|
|
|
padding-top: 24px;
|
|
|
|
padding-bottom: 24px;
|
2016-06-29 09:22:24 -04:00
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
.project-avatar,
|
|
|
|
.group-avatar {
|
2016-06-29 08:07:12 -04:00
|
|
|
float: none;
|
2016-10-31 15:14:05 -04:00
|
|
|
margin: 0 auto;
|
2016-07-04 11:27:20 -04:00
|
|
|
|
|
|
|
&.identicon {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2016-05-19 16:56:29 -04:00
|
|
|
}
|
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
.project-title,
|
|
|
|
.group-title {
|
2016-06-29 08:07:12 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1;
|
2017-02-16 06:39:28 -05:00
|
|
|
word-wrap: break-word;
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.fa {
|
|
|
|
margin-left: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
vertical-align: middle;
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
.project-home-desc,
|
|
|
|
.group-home-desc {
|
2016-06-29 09:16:47 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2016-11-08 15:48:28 -05:00
|
|
|
margin-bottom: 0;
|
2016-07-21 07:50:30 -04:00
|
|
|
max-width: 700px;
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
> p {
|
|
|
|
margin-bottom: 0;
|
2015-04-14 09:40:59 -04:00
|
|
|
}
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-10-22 11:58:09 -04:00
|
|
|
.notifications-btn {
|
2016-06-13 05:00:26 -04:00
|
|
|
.fa-bell,
|
|
|
|
.fa-spinner {
|
2015-10-22 11:58:09 -04:00
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-angle-down {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2015-08-25 11:58:29 -04:00
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2015-08-25 11:58:29 -04:00
|
|
|
|
2016-11-18 13:07:18 -05:00
|
|
|
.nav > .project-repo-buttons {
|
|
|
|
margin-top: 0;
|
2016-11-18 11:28:25 -05:00
|
|
|
}
|
2015-12-18 14:17:19 -05:00
|
|
|
|
2016-11-18 11:28:25 -05:00
|
|
|
.project-repo-buttons,
|
|
|
|
.group-buttons {
|
2016-06-29 08:07:12 -04:00
|
|
|
.btn {
|
|
|
|
@include btn-gray;
|
|
|
|
padding: 3px 10px;
|
2016-01-14 11:42:15 -05:00
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
&:last-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.fa {
|
|
|
|
color: $layout-link-gray;
|
2016-01-14 11:42:15 -05:00
|
|
|
}
|
|
|
|
|
2016-07-15 10:23:41 -04:00
|
|
|
svg {
|
|
|
|
|
|
|
|
path {
|
|
|
|
fill: $layout-link-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
use {
|
|
|
|
stroke: $layout-link-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.fa-caret-down {
|
|
|
|
margin-left: 3px;
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-12-16 10:46:24 -05:00
|
|
|
.project-action-button {
|
2016-12-16 12:13:17 -05:00
|
|
|
margin: 15px 5px 0;
|
2016-12-14 16:51:25 -05:00
|
|
|
vertical-align: top;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-12-10 01:21:47 -05:00
|
|
|
.notification-dropdown .dropdown-menu {
|
|
|
|
@extend .dropdown-menu-align-right;
|
|
|
|
}
|
|
|
|
|
2016-11-18 11:28:25 -05:00
|
|
|
.download-button {
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-md-max) {
|
2016-11-18 11:28:25 -05:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.count-buttons {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2016-12-16 10:46:24 -05:00
|
|
|
margin-top: 15px;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.project-clone-holder {
|
|
|
|
display: inline-block;
|
2016-12-16 10:46:24 -05:00
|
|
|
margin: 15px 5px 0 0;
|
2016-06-29 08:07:12 -04:00
|
|
|
|
|
|
|
input {
|
2017-01-20 14:04:40 -05:00
|
|
|
height: 28px;
|
2015-12-18 14:17:19 -05:00
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-01-14 11:42:15 -05:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.count-with-arrow {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 4px;
|
|
|
|
|
|
|
|
.arrow {
|
2016-10-24 16:58:50 -04:00
|
|
|
&::before {
|
2016-06-29 08:07:12 -04:00
|
|
|
content: '';
|
2015-03-29 21:15:54 -04:00
|
|
|
display: inline-block;
|
2016-06-29 08:07:12 -04:00
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
2015-12-18 14:17:19 -05:00
|
|
|
border-style: solid;
|
2016-06-29 08:07:12 -04:00
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -6px;
|
|
|
|
border-width: 7px 5px 7px 0;
|
2016-11-30 08:25:25 -05:00
|
|
|
border-right-color: $count-arrow-border;
|
2016-06-29 08:07:12 -04:00
|
|
|
pointer-events: none;
|
2015-03-29 21:15:54 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-10-24 16:58:50 -04:00
|
|
|
&::after {
|
2016-06-29 08:07:12 -04:00
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
top: 50%;
|
|
|
|
left: 1px;
|
|
|
|
margin-top: -9px;
|
|
|
|
border-width: 10px 7px 10px 0;
|
2016-11-30 08:25:25 -05:00
|
|
|
border-right-color: $white-light;
|
2016-06-29 08:07:12 -04:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.count {
|
|
|
|
@include btn-gray;
|
|
|
|
display: inline-block;
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $white-light;
|
2016-06-29 08:07:12 -04:00
|
|
|
border-radius: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 13px;
|
|
|
|
padding: $gl-vert-padding $gl-padding;
|
|
|
|
letter-spacing: .4px;
|
2016-12-14 16:51:25 -05:00
|
|
|
padding: 6px 14px;
|
2016-06-29 08:07:12 -04:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
touch-action: manipulation;
|
|
|
|
background-image: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0 10px 0 4px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
&:hover {
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $white-light;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
|
|
|
}
|
2012-09-03 15:30:14 -04:00
|
|
|
}
|
|
|
|
|
2017-02-09 03:06:51 -05:00
|
|
|
.project-repo-buttons {
|
|
|
|
.project-action-button .dropdown-menu {
|
|
|
|
max-height: 250px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.split-one {
|
|
|
|
display: inline-table;
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-right: 12px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 23:09:51 -04:00
|
|
|
> a {
|
2016-03-24 16:45:31 -04:00
|
|
|
margin: -1px;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-06 10:13:21 -05:00
|
|
|
.project-visibility-level-holder {
|
2014-01-08 11:39:03 -05:00
|
|
|
.radio {
|
|
|
|
margin-bottom: 10px;
|
2013-11-06 10:13:21 -05:00
|
|
|
|
2014-01-08 11:39:03 -05:00
|
|
|
i {
|
2015-10-05 15:18:21 -04:00
|
|
|
margin: 2px 0;
|
2014-01-08 11:39:03 -05:00
|
|
|
font-size: 20px;
|
2013-11-06 10:13:21 -05:00
|
|
|
}
|
2013-11-27 06:13:33 -05:00
|
|
|
|
2014-01-08 11:39:03 -05:00
|
|
|
.option-title {
|
2015-10-05 15:18:21 -04:00
|
|
|
font-weight: normal;
|
2013-11-06 10:13:21 -05:00
|
|
|
display: inline-block;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2013-11-06 10:13:21 -05:00
|
|
|
}
|
2014-01-08 11:39:03 -05:00
|
|
|
|
|
|
|
.option-descr {
|
2015-10-05 15:18:21 -04:00
|
|
|
margin-left: 29px;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $project-option-descr-color;
|
2014-01-08 11:39:03 -05:00
|
|
|
}
|
2013-09-13 08:39:04 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-03 15:30:14 -04:00
|
|
|
.save-project-loader {
|
2014-02-05 13:30:57 -05:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $save-project-loader-color;
|
2012-08-30 15:15:34 -04:00
|
|
|
}
|
2012-12-03 13:14:05 -05:00
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
.transfer-project .select2-container {
|
2013-11-13 10:06:24 -05:00
|
|
|
min-width: 200px;
|
|
|
|
}
|
2013-11-14 10:01:23 -05:00
|
|
|
|
2016-04-25 11:26:41 -04:00
|
|
|
.deploy-key-content {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-key-projects {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
line-height: 42px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.deploy-project-label {
|
|
|
|
padding: 5px;
|
|
|
|
margin-right: 5px;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-04-25 11:26:41 -04:00
|
|
|
background-color: $row-hover;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $gl-link-color;
|
|
|
|
}
|
2013-12-29 11:58:47 -05:00
|
|
|
}
|
2014-06-03 07:49:50 -04:00
|
|
|
|
|
|
|
.vs-public {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-primary;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-internal {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-warning;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-private {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-success;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
|
2016-08-30 18:17:45 -04:00
|
|
|
.lfs-enabled {
|
|
|
|
color: $gl-success;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lfs-disabled {
|
|
|
|
color: $gl-warning;
|
|
|
|
}
|
|
|
|
|
2014-06-14 12:02:16 -04:00
|
|
|
.breadcrumb.repo-breadcrumb {
|
2015-05-09 17:17:05 -04:00
|
|
|
padding: 0;
|
2015-09-07 05:44:00 -04:00
|
|
|
background: transparent;
|
2014-06-14 12:02:16 -04:00
|
|
|
border: none;
|
2016-03-28 05:31:48 -04:00
|
|
|
line-height: 36px;
|
2015-09-07 05:44:00 -04:00
|
|
|
margin: 0;
|
2014-06-14 12:02:16 -04:00
|
|
|
|
2016-10-24 16:58:50 -04:00
|
|
|
> li + li::before {
|
2014-06-14 12:02:16 -04:00
|
|
|
padding: 0 3px;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $project-breadcrumb-color;
|
2014-06-14 12:02:16 -04:00
|
|
|
}
|
2016-03-25 10:48:00 -04:00
|
|
|
|
|
|
|
a {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-03-25 10:48:00 -04:00
|
|
|
}
|
2016-09-14 05:51:42 -04:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
width: 240px;
|
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2016-01-08 12:48:11 -05:00
|
|
|
.last-push-widget {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2014-11-14 09:06:39 -05:00
|
|
|
.fork-namespaces {
|
2016-06-30 00:18:49 -04:00
|
|
|
.row {
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
.fork-thumbnail {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: $border-radius-base;
|
2016-06-30 00:18:49 -04:00
|
|
|
background-color: $white-light;
|
|
|
|
border: 1px solid $border-white-light;
|
|
|
|
height: 202px;
|
|
|
|
margin: $gl-padding;
|
|
|
|
text-align: center;
|
|
|
|
width: 169px;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
&:hover,
|
|
|
|
&.forked {
|
2016-07-15 15:05:15 -04:00
|
|
|
background-color: $row-hover;
|
|
|
|
border-color: $row-hover-border;
|
2016-06-30 00:18:49 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-07-06 22:44:57 -04:00
|
|
|
.no-avatar {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
background-color: $gray-light;
|
2016-12-12 17:26:21 -05:00
|
|
|
border: 1px solid $white-normal;
|
2016-07-06 22:44:57 -04:00
|
|
|
margin: 0 auto;
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 50%;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-07-06 22:44:57 -04:00
|
|
|
i {
|
|
|
|
font-size: 100px;
|
2016-12-12 17:26:21 -05:00
|
|
|
color: $white-normal;
|
2016-07-06 22:44:57 -04:00
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-30 00:18:49 -04:00
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: $gl-padding;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-30 00:18:49 -04:00
|
|
|
.caption {
|
|
|
|
min-height: 30px;
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
}
|
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2016-06-30 00:18:49 -04:00
|
|
|
img {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 50%;
|
2016-06-30 00:18:49 -04:00
|
|
|
max-width: 100px;
|
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-11-19 11:11:16 -05:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.project-import {
|
|
|
|
.form-group {
|
2016-07-11 10:32:01 -04:00
|
|
|
margin-bottom: 5px;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.import-buttons {
|
|
|
|
padding-left: 0;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.btn {
|
2016-07-11 10:32:01 -04:00
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
padding: 8px;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-07-11 10:32:01 -04:00
|
|
|
|
|
|
|
> div {
|
2016-06-07 21:10:55 -04:00
|
|
|
padding-left: 0;
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
2016-07-11 10:32:01 -04:00
|
|
|
|
|
|
|
.btn {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-03-14 03:13:15 -04:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
2016-11-18 11:28:25 -05:00
|
|
|
.page-sidebar-pinned {
|
|
|
|
.project-stats .nav > li.right {
|
|
|
|
@media (min-width: $screen-lg-min) {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.download-button {
|
|
|
|
@media (min-width: $screen-lg-min) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-07 09:22:56 -04:00
|
|
|
.project-stats {
|
2016-05-19 11:11:54 -04:00
|
|
|
font-size: 0;
|
2016-12-16 10:46:24 -05:00
|
|
|
text-align: center;
|
2015-09-04 10:14:10 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.nav {
|
2016-07-05 04:19:01 -04:00
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
2017-03-06 16:46:12 -05:00
|
|
|
border-bottom: 1px solid $border-color;
|
2015-09-04 10:14:10 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.nav > li {
|
2016-06-16 14:59:07 -04:00
|
|
|
display: inline-block;
|
2016-06-29 08:07:12 -04:00
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
margin-right: $gl-padding;
|
|
|
|
}
|
2016-06-29 09:16:47 -04:00
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
&.right {
|
2016-11-18 11:28:25 -05:00
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
@media (min-width: $screen-lg-min) {
|
2016-06-29 09:16:47 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.nav > li > a {
|
2016-06-29 08:07:12 -04:00
|
|
|
padding: 0;
|
2015-09-25 14:33:05 -04:00
|
|
|
background-color: transparent;
|
2016-12-02 14:43:33 -05:00
|
|
|
font-size: 14px;
|
2016-06-29 08:07:12 -04:00
|
|
|
line-height: 29px;
|
2016-05-19 11:11:54 -04:00
|
|
|
color: $notes-light-color;
|
2015-09-04 10:14:10 -04:00
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2017-01-20 14:04:40 -05:00
|
|
|
color: $gl-text-color;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2015-09-04 10:14:10 -04:00
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
2016-06-16 14:59:07 -04:00
|
|
|
li.missing {
|
2016-12-12 17:26:21 -05:00
|
|
|
border: 1px dashed $border-gray-normal;
|
2016-06-19 19:52:19 -04:00
|
|
|
border-radius: $border-radius-default;
|
2016-06-16 14:59:07 -04:00
|
|
|
|
|
|
|
a {
|
2016-07-04 11:27:20 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2016-06-19 19:52:19 -04:00
|
|
|
color: $notes-light-color;
|
2016-06-16 14:59:07 -04:00
|
|
|
display: block;
|
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
|
|
|
&:hover {
|
2016-06-19 19:52:19 -04:00
|
|
|
background-color: $gray-normal;
|
2015-07-30 09:12:57 -04:00
|
|
|
}
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.light-well {
|
2016-11-30 08:25:25 -05:00
|
|
|
border-color: $well-light-border;
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.git-empty {
|
2016-04-02 08:44:50 -04:00
|
|
|
margin: 0 7px 7px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
h5 {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.light-well {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 2px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $well-light-text-color;
|
2015-10-01 06:19:08 -04:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6em;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-01 06:19:08 -04:00
|
|
|
.project-footer {
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-top: 20px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.btn-remove {
|
2015-09-25 14:33:05 -04:00
|
|
|
@include btn-middle;
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-red;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
/*
|
|
|
|
* Projects list rendered on dashboard and user page
|
|
|
|
*/
|
|
|
|
.projects-list {
|
|
|
|
@include basic-list;
|
2017-03-23 06:36:17 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2015-08-26 16:44:02 -04:00
|
|
|
|
2017-03-23 06:42:47 -04:00
|
|
|
.project-row {
|
2017-03-23 06:36:17 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
h3 {
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
}
|
2015-09-02 07:02:16 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
a {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
2015-09-24 08:00:23 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.avatar-container,
|
|
|
|
.controls {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.avatar-container {
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
2016-07-11 13:59:23 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.project-details {
|
|
|
|
min-width: 0;
|
2016-07-19 14:14:23 -04:00
|
|
|
|
2017-03-24 05:06:21 -04:00
|
|
|
p,
|
|
|
|
.commit-row-message {
|
2017-03-23 06:36:17 -04:00
|
|
|
@include str-truncated(100%);
|
|
|
|
margin-bottom: 0;
|
2015-08-26 16:44:02 -04:00
|
|
|
}
|
2017-03-23 06:36:17 -04:00
|
|
|
}
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.controls {
|
|
|
|
margin-left: auto;
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.ci-status-link {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 17px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.panel .projects-list li {
|
|
|
|
padding: 10px 15px;
|
2015-09-02 07:02:16 -04:00
|
|
|
margin: 0;
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-07 05:10:40 -04:00
|
|
|
|
2016-12-29 10:18:51 -05:00
|
|
|
.commits-search-form {
|
|
|
|
.input-short {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-17 09:57:41 -05:00
|
|
|
.project-last-commit {
|
2017-03-06 16:46:12 -05:00
|
|
|
background-color: $gray-light;
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-radius: $border-radius-base;
|
|
|
|
padding: 12px;
|
|
|
|
|
2017-02-17 09:57:41 -05:00
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
margin-top: $gl-padding;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
|
|
|
|
2015-10-15 13:02:29 -04:00
|
|
|
.ci-status {
|
2016-06-29 09:16:47 -04:00
|
|
|
margin-right: $gl-padding;
|
2015-10-15 13:02:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-message {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-10-15 13:02:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.commit_short_id {
|
2016-06-29 09:16:47 -04:00
|
|
|
margin-right: 5px;
|
2015-10-15 13:02:29 -04:00
|
|
|
color: $gl-link-color;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-author-link {
|
|
|
|
.commit-author-name {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-16 10:36:37 -04:00
|
|
|
|
2016-08-22 17:31:31 -04:00
|
|
|
.project-show-readme {
|
|
|
|
.row-content-block {
|
|
|
|
background-color: inherit;
|
|
|
|
border: none;
|
2015-10-22 11:11:21 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-08-22 17:31:31 -04:00
|
|
|
.readme-holder {
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
.edit-project-readme {
|
|
|
|
z-index: 2;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki h1 {
|
|
|
|
border-bottom: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2015-11-24 19:32:06 -05:00
|
|
|
}
|
2016-01-14 11:42:15 -05:00
|
|
|
|
|
|
|
.git-clone-holder {
|
2016-06-29 08:07:12 -04:00
|
|
|
width: 380px;
|
2016-01-14 11:42:15 -05:00
|
|
|
|
|
|
|
.btn-clipboard {
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clone-options {
|
|
|
|
display: table-cell;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-01-14 11:42:15 -05:00
|
|
|
a.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
@extend .monospace;
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $white-light;
|
2016-01-14 11:42:15 -05:00
|
|
|
font-size: 14px;
|
|
|
|
margin-left: -1px;
|
|
|
|
cursor: auto;
|
|
|
|
width: 101%;
|
|
|
|
}
|
|
|
|
}
|
2016-01-13 08:59:56 -05:00
|
|
|
|
2016-02-02 19:08:30 -05:00
|
|
|
.cannot-be-merged,
|
2016-01-19 08:44:16 -05:00
|
|
|
.cannot-be-merged:hover {
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $error-exclamation-point;
|
2016-01-13 08:59:56 -05:00
|
|
|
margin-top: 2px;
|
2016-01-18 20:17:29 -05:00
|
|
|
}
|
2016-01-14 21:05:33 -05:00
|
|
|
|
|
|
|
.private-forks-notice .private-fork-icon {
|
2016-01-20 00:07:40 -05:00
|
|
|
i:nth-child(1) {
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $project-private-forks-notice-odd;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
2016-01-20 00:07:40 -05:00
|
|
|
|
|
|
|
i:nth-child(2) {
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $white-light;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
|
|
|
}
|
2016-04-26 10:50:31 -04:00
|
|
|
|
2016-07-08 03:30:38 -04:00
|
|
|
.new_protected_branch {
|
|
|
|
label {
|
2016-08-01 17:08:36 -04:00
|
|
|
margin-top: 6px;
|
|
|
|
font-weight: normal;
|
2016-07-08 03:30:38 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-04-26 10:50:31 -04:00
|
|
|
.protected-branches-list {
|
2017-02-10 12:27:43 -05:00
|
|
|
margin-bottom: 30px;
|
|
|
|
|
2016-04-26 10:50:31 -04:00
|
|
|
a {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-04-26 10:50:31 -04:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $gl-link-color;
|
|
|
|
}
|
2016-07-07 06:48:07 -04:00
|
|
|
|
|
|
|
&.is-active {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2016-04-26 10:50:31 -04:00
|
|
|
}
|
2016-08-01 17:08:36 -04:00
|
|
|
|
2016-08-03 17:45:38 -04:00
|
|
|
.settings-message {
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0 0 1px 1px;
|
|
|
|
padding: 20px 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-bordered {
|
2016-08-01 17:08:36 -04:00
|
|
|
border-radius: 1px;
|
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
th:not(:last-child),
|
|
|
|
td:not(:last-child) {
|
2016-08-01 17:08:36 -04:00
|
|
|
border-right: solid 1px transparent;
|
|
|
|
}
|
|
|
|
}
|
2016-04-26 10:50:31 -04:00
|
|
|
}
|
2016-05-31 16:51:46 -04:00
|
|
|
|
|
|
|
.custom-notifications-form {
|
|
|
|
.is-loading {
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
&.is-done {
|
|
|
|
color: $gl-text-green;
|
|
|
|
}
|
|
|
|
}
|
2016-06-07 09:40:21 -04:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
.project-refs-form .dropdown-menu,
|
2016-12-22 01:21:40 -05:00
|
|
|
.dropdown-menu-projects,
|
|
|
|
.dropdown-menu-branches {
|
2016-08-30 08:41:38 -04:00
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
white-space: normal;
|
2016-06-07 09:40:21 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-24 05:06:57 -04:00
|
|
|
|
2016-06-24 07:29:42 -04:00
|
|
|
.compare-form-group {
|
2016-06-24 05:06:57 -04:00
|
|
|
.dropdown-menu {
|
2016-12-15 12:14:04 -05:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
+ .compare-ellipsis {
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: -20px;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
margin-top: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-input-group {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
width: 250px;
|
|
|
|
}
|
2016-06-24 05:06:57 -04:00
|
|
|
}
|
|
|
|
}
|
2016-08-18 09:12:48 -04:00
|
|
|
|
|
|
|
.clearable-input {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.clear-icon {
|
|
|
|
@extend .fa-times;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 7px;
|
|
|
|
top: 7px;
|
|
|
|
color: $location-icon-color;
|
|
|
|
|
2016-10-24 16:58:50 -04:00
|
|
|
&::before {
|
2016-08-18 09:12:48 -04:00
|
|
|
font-family: FontAwesome;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.has-value {
|
|
|
|
.clear-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2016-09-20 03:58:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-path {
|
2016-09-20 06:19:08 -04:00
|
|
|
.form-control {
|
2016-09-20 03:58:44 -04:00
|
|
|
min-width: 100px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-20 03:58:44 -04:00
|
|
|
.select2-choice {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
2016-09-27 13:29:12 -04:00
|
|
|
}
|
2016-09-16 15:15:39 -04:00
|
|
|
|
|
|
|
.project-home-empty {
|
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 650px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-22 09:51:49 -05:00
|
|
|
.project-feature {
|
2016-11-22 12:16:30 -05:00
|
|
|
padding-top: 10px;
|
|
|
|
|
2016-09-16 15:15:39 -04:00
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
padding-left: 45px;
|
|
|
|
}
|
2016-11-22 09:51:49 -05:00
|
|
|
|
|
|
|
&.nested {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
padding-left: 90px;
|
|
|
|
}
|
|
|
|
}
|
2016-09-16 15:15:39 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-repo-select {
|
|
|
|
&.disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
|
|
|
|
.variables-table {
|
2017-01-24 09:02:02 -05:00
|
|
|
table-layout: fixed;
|
|
|
|
|
2017-01-23 12:18:53 -05:00
|
|
|
&.table-responsive {
|
|
|
|
border: none;
|
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
|
|
|
|
.variable-key {
|
2016-12-21 08:27:43 -05:00
|
|
|
width: 300px;
|
|
|
|
max-width: 300px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
// override bootstrap
|
|
|
|
white-space: normal!important;
|
|
|
|
|
|
|
|
@media (max-width: $screen-sm-max) {
|
|
|
|
width: 150px;
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
}
|
2017-01-23 12:32:08 -05:00
|
|
|
|
|
|
|
.variable-value {
|
|
|
|
@media(max-width: $screen-xs-max) {
|
|
|
|
width: 150px;
|
|
|
|
max-width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
}
|
2016-12-16 13:13:52 -05:00
|
|
|
|
|
|
|
.services-installation-info .row {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-installation {
|
|
|
|
padding: 32px;
|
|
|
|
margin: 32px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: $white-light;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 32px 0;
|
|
|
|
border-color: $border-color;
|
|
|
|
}
|
|
|
|
}
|