2019-11-11 15:44:08 +08:00
|
|
|
// scss-lint:disable IdSelector
|
2020-01-14 23:46:48 +08:00
|
|
|
// scss-lint:disable SelectorDepth
|
|
|
|
// scss-lint:disable NestingDepth
|
2019-11-11 15:44:08 +08:00
|
|
|
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
#manage-repository-column {
|
2020-01-14 18:13:19 +08:00
|
|
|
.modal-content {
|
|
|
|
font-size: 14px;
|
2020-01-16 22:21:01 +08:00
|
|
|
min-height: 500px;
|
2020-01-14 18:13:19 +08:00
|
|
|
width: 540px;
|
2019-11-11 15:44:08 +08:00
|
|
|
}
|
|
|
|
|
2020-01-14 18:13:19 +08:00
|
|
|
.modal-header {
|
|
|
|
padding: 4px 15px 4px 8px;
|
|
|
|
|
|
|
|
.back-to-column-modal {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-title {
|
|
|
|
margin-right: 25px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 6px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close {
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
2020-01-16 22:21:01 +08:00
|
|
|
padding: 0 15px 61px;
|
2020-01-14 18:13:19 +08:00
|
|
|
|
|
|
|
.form-horizontal {
|
|
|
|
padding: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#items-textarea {
|
|
|
|
height: 120px;
|
|
|
|
}
|
2020-01-20 21:26:17 +08:00
|
|
|
|
|
|
|
.dropdown-selector-container {
|
|
|
|
.delimiter-icon-dropdown {
|
|
|
|
|
|
|
|
.tag-label {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
background: $color-concrete;
|
|
|
|
border-radius: $border-radius-default;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
transition: .3s;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-01-14 18:13:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
2020-01-16 22:21:01 +08:00
|
|
|
bottom: 0;
|
2020-01-14 18:13:19 +08:00
|
|
|
padding: 12px 15px;
|
2020-01-16 22:21:01 +08:00
|
|
|
position: absolute;
|
2020-01-14 18:13:19 +08:00
|
|
|
text-align: center;
|
2020-01-16 22:21:01 +08:00
|
|
|
width: 100%;
|
2019-11-11 15:44:08 +08:00
|
|
|
}
|
2019-11-26 16:31:32 +08:00
|
|
|
|
|
|
|
.range-label {
|
|
|
|
left: 3px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
2019-12-06 23:14:16 +08:00
|
|
|
|
|
|
|
#repository-column-data-type + .dropdown-selector-container {
|
|
|
|
.custom-option {
|
|
|
|
padding: 0 25px;
|
|
|
|
}
|
|
|
|
}
|
2019-11-11 15:44:08 +08:00
|
|
|
|
2020-01-20 21:42:16 +08:00
|
|
|
#new-repository-column {
|
|
|
|
.tag-label{
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-14 18:13:19 +08:00
|
|
|
.repo-columns-list {
|
|
|
|
height: 390px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.modal-tooltiptext {
|
|
|
|
margin-left: 0;
|
|
|
|
z-index: 99999999;
|
|
|
|
}
|
|
|
|
|
2020-01-14 23:46:48 +08:00
|
|
|
.col-list-el {
|
2020-01-14 18:13:19 +08:00
|
|
|
background: $color-white;
|
|
|
|
border-bottom: 1px solid $color-alto;
|
|
|
|
padding: 10px 10px 10px 0;
|
|
|
|
vertical-align: middle;
|
2020-01-14 23:46:48 +08:00
|
|
|
|
|
|
|
.manage-controls {
|
|
|
|
display: none;
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.editable {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-type.editable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grippy {
|
|
|
|
background: url(asset-path("custom/grippy.png"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.editable) {
|
|
|
|
.column-type::before {
|
|
|
|
@include font-awesome;
|
|
|
|
content: $font-fas-lock;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
2020-01-14 18:13:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-position] {
|
|
|
|
cursor: grab;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-sortable-helper {
|
|
|
|
cursor: grabbing;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grippy {
|
|
|
|
background-repeat: none;
|
|
|
|
display: inline-block;
|
|
|
|
height: 13px;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-type {
|
2020-01-14 23:46:48 +08:00
|
|
|
color: $color-silver-chalice;
|
2020-01-14 18:13:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-invisible {
|
|
|
|
color: $color-alto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vis-controls {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2020-01-14 23:46:48 +08:00
|
|
|
color: $color-volcano;
|
2020-01-14 18:13:19 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.vis {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
&:not(.fa-eye):not(.fa-eye-slash) {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-content {
|
|
|
|
height: 390px;
|
|
|
|
padding: 15px 0;
|
|
|
|
}
|
2020-01-14 23:46:48 +08:00
|
|
|
|
|
|
|
#new-repo-column-modal {
|
|
|
|
float: left;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2020-01-18 00:28:08 +08:00
|
|
|
|
|
|
|
&[data-task-page=true] {
|
|
|
|
.repo-columns-list>.editable:hover>.manage-controls {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-01-20 21:42:16 +08:00
|
|
|
|
2020-01-18 00:28:08 +08:00
|
|
|
.repo-columns-list>.editable:hover>.column-type {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-01-21 15:37:02 +08:00
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
min-height: 61px;
|
|
|
|
|
|
|
|
#new-repo-column-modal {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2020-01-18 00:28:08 +08:00
|
|
|
}
|
2020-01-14 18:13:19 +08:00
|
|
|
}
|