2012-10-02 03:26:24 -04:00
|
|
|
.tree-holder {
|
2017-06-22 04:19:04 -04:00
|
|
|
.nav-block {
|
|
|
|
margin: 10px 0;
|
|
|
|
|
2017-12-06 17:20:32 -05:00
|
|
|
.btn .fa,
|
|
|
|
.btn svg {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2017-06-22 04:19:04 -04:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.tree-ref-container {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-controls {
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2017-06-29 14:09:21 -04:00
|
|
|
|
|
|
|
.control {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2017-06-22 04:19:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tree-ref-holder {
|
|
|
|
float: left;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2017-08-10 17:22:52 -04:00
|
|
|
.tree-ref-target-holder {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-06-22 04:19:04 -04:00
|
|
|
.repo-breadcrumb {
|
|
|
|
li:last-of-type {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-06-22 04:19:04 -04:00
|
|
|
.repo-breadcrumb {
|
|
|
|
margin-top: 10px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
left: inherit;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-to-tree-dropdown {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-controls {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.btn,
|
|
|
|
.dropdown,
|
|
|
|
.btn-group {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
2016-01-14 05:55:15 -05:00
|
|
|
}
|
2012-01-17 17:04:27 -05:00
|
|
|
|
2016-01-07 06:56:18 -05:00
|
|
|
.file-finder {
|
2017-06-28 04:43:05 -04:00
|
|
|
max-width: 500px;
|
|
|
|
width: 100%;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-01-07 06:56:18 -05:00
|
|
|
.file-finder-input {
|
|
|
|
width: 95%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-23 17:28:21 -04:00
|
|
|
.add-to-tree {
|
2017-12-06 17:20:32 -05:00
|
|
|
vertical-align: top;
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
top: 0;
|
|
|
|
}
|
2016-08-23 17:28:21 -04:00
|
|
|
}
|
|
|
|
|
2012-10-02 03:26:24 -04:00
|
|
|
.tree-table {
|
2015-10-13 10:41:48 -04:00
|
|
|
margin-bottom: 0;
|
2016-01-26 11:52:09 -05:00
|
|
|
|
2013-09-24 05:08:28 -04:00
|
|
|
tr {
|
2016-12-12 17:26:21 -05:00
|
|
|
border-bottom: 1px solid $white-normal;
|
|
|
|
border-top: 1px solid $white-normal;
|
2016-06-01 15:46:30 -04:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
td,
|
|
|
|
th {
|
2016-07-18 06:05:34 -04:00
|
|
|
line-height: 21px;
|
2015-10-13 10:41:48 -04:00
|
|
|
}
|
|
|
|
|
2017-11-10 15:39:00 -05:00
|
|
|
&:hover:not(.tree-truncated-warning) {
|
2012-09-03 14:53:16 -04:00
|
|
|
td {
|
2018-08-16 15:31:53 -04:00
|
|
|
background-color: $blue-50;
|
|
|
|
border-top: 1px solid $blue-200;
|
|
|
|
border-bottom: 1px solid $blue-200;
|
2016-07-08 21:26:32 -04:00
|
|
|
cursor: pointer;
|
2012-09-03 14:53:16 -04:00
|
|
|
}
|
2012-04-07 10:30:00 -04:00
|
|
|
}
|
2016-06-01 15:46:30 -04:00
|
|
|
|
2013-06-26 09:58:56 -04:00
|
|
|
&.selected {
|
|
|
|
td {
|
2016-12-12 17:26:21 -05:00
|
|
|
background: $white-normal;
|
2015-10-13 10:41:48 -04:00
|
|
|
border-top: 1px solid $border-gray-dark;
|
|
|
|
border-bottom: 1px solid $border-gray-dark;
|
2013-06-26 09:58:56 -04:00
|
|
|
}
|
|
|
|
}
|
2012-02-11 16:22:33 -05:00
|
|
|
}
|
2012-04-07 10:30:00 -04:00
|
|
|
}
|
2012-01-29 05:45:51 -05:00
|
|
|
|
2012-09-03 14:53:16 -04:00
|
|
|
.tree-item {
|
2016-09-09 12:26:33 -04:00
|
|
|
.link-container {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 10px $gl-padding;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-03 14:53:16 -04:00
|
|
|
.tree-item-file-name {
|
2014-01-09 03:12:17 -05:00
|
|
|
max-width: 320px;
|
2012-11-23 11:33:43 -05:00
|
|
|
vertical-align: middle;
|
2012-02-27 17:00:19 -05:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
i,
|
|
|
|
a {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2014-06-03 06:40:07 -04:00
|
|
|
}
|
|
|
|
|
2012-09-03 14:53:16 -04:00
|
|
|
img {
|
2012-02-27 17:00:19 -05:00
|
|
|
position: relative;
|
2016-03-16 19:40:12 -04:00
|
|
|
top: -1px;
|
2012-02-27 17:00:19 -05:00
|
|
|
}
|
2012-01-29 05:45:51 -05:00
|
|
|
}
|
2014-01-08 05:42:57 -05:00
|
|
|
|
2017-09-20 16:35:49 -04:00
|
|
|
.tree-item-file-external-link {
|
2017-10-02 21:03:18 -04:00
|
|
|
margin-right: 4px;
|
|
|
|
|
2017-09-20 16:35:49 -04:00
|
|
|
span {
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-09 03:12:17 -05:00
|
|
|
.tree_commit {
|
|
|
|
max-width: 320px;
|
2016-07-26 00:49:06 -04:00
|
|
|
|
|
|
|
.str-truncated {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-01-09 03:12:17 -05:00
|
|
|
}
|
|
|
|
|
2014-01-08 05:42:57 -05:00
|
|
|
.tree_time_ago {
|
|
|
|
min-width: 135px;
|
|
|
|
}
|
2012-01-29 05:04:09 -05:00
|
|
|
}
|
2012-02-12 12:47:37 -05:00
|
|
|
|
2012-10-18 14:53:35 -04:00
|
|
|
.tree_author {
|
2015-08-07 12:12:15 -04:00
|
|
|
padding-right: 8px;
|
|
|
|
|
|
|
|
.commit-author-name {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-08-07 12:12:15 -04:00
|
|
|
}
|
2012-02-12 12:47:37 -05:00
|
|
|
}
|
2012-02-14 16:48:42 -05:00
|
|
|
|
2017-11-10 15:39:00 -05:00
|
|
|
.tree-truncated-warning {
|
|
|
|
color: $orange-600;
|
|
|
|
background-color: $orange-100;
|
|
|
|
}
|
|
|
|
|
2016-08-31 12:14:09 -04:00
|
|
|
.tree-time-ago {
|
|
|
|
min-width: 135px;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color-secondary;
|
2016-08-31 12:14:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tree-commit {
|
|
|
|
max-width: 320px;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color-secondary;
|
2012-10-18 14:53:35 -04:00
|
|
|
|
|
|
|
.tree-commit-link {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color-secondary;
|
2015-03-10 03:51:16 -04:00
|
|
|
|
2012-10-18 14:53:35 -04:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2012-02-27 17:00:19 -05:00
|
|
|
}
|
|
|
|
}
|
2012-02-20 14:38:59 -05:00
|
|
|
}
|
2012-10-15 12:51:11 -04:00
|
|
|
|
2014-02-10 14:46:46 -05:00
|
|
|
.blob-commit-info {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2017-05-08 19:58:54 -04:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blob-content-holder {
|
|
|
|
margin-top: $gl-padding;
|
2014-02-10 14:46:46 -05:00
|
|
|
}
|
2014-02-22 14:27:23 -05:00
|
|
|
|
2015-09-10 10:18:40 -04:00
|
|
|
.blob-upload-dropzone-previews {
|
2017-07-16 19:35:00 -04:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2015-09-10 10:18:40 -04:00
|
|
|
text-align: center;
|
|
|
|
border: 2px;
|
|
|
|
border-style: dashed;
|
2015-09-15 08:56:42 -04:00
|
|
|
border-color: $border-color;
|
2015-09-10 10:18:40 -04:00
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-link {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2018-08-16 15:31:53 -04:00
|
|
|
color: $blue-600;
|
2015-09-10 10:18:40 -04:00
|
|
|
}
|
2016-01-14 05:55:15 -05:00
|
|
|
|
2017-03-02 12:57:01 -05:00
|
|
|
.repo-charts {
|
|
|
|
.sub-header {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub-header-block.border-top {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding: 0;
|
|
|
|
border-top: 1px solid $white-dark;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-bottom: 0;
|
2017-03-02 12:57:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.commit-stats li {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-ref-header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|