2014-07-30 06:27:29 -04:00
|
|
|
.suggest-colors {
|
|
|
|
margin-top: 5px;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2014-07-30 06:27:29 -04:00
|
|
|
a {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 4px;
|
2014-07-30 06:27:29 -04:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
2016-06-21 19:31:53 -04:00
|
|
|
margin-bottom: 10px;
|
2016-09-01 16:03:50 -04:00
|
|
|
text-decoration: none;
|
2014-07-30 06:27:29 -04:00
|
|
|
}
|
2016-03-08 05:24:03 -05:00
|
|
|
|
|
|
|
&.suggest-colors-dropdown {
|
2016-03-22 05:45:05 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-radius: $border-radius-base;
|
|
|
|
overflow: hidden;
|
2016-03-08 06:23:54 -05:00
|
|
|
|
2016-03-08 05:24:03 -05:00
|
|
|
a {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 0;
|
2016-03-22 05:45:05 -04:00
|
|
|
width: (100% / 7);
|
2016-03-08 05:24:03 -05:00
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
}
|
2014-07-30 06:27:29 -04:00
|
|
|
}
|
|
|
|
|
2016-03-22 05:45:05 -04:00
|
|
|
.dropdown-new-label {
|
|
|
|
.dropdown-content {
|
|
|
|
max-height: 260px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-label-color-input {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 10px;
|
2016-03-08 06:23:54 -05:00
|
|
|
|
|
|
|
&.is-active {
|
2016-03-22 05:45:05 -04:00
|
|
|
padding-left: 32px;
|
2016-03-08 06:23:54 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-22 05:45:05 -04:00
|
|
|
.dropdown-label-color-preview {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border-top-left-radius: $border-radius-base;
|
|
|
|
border-bottom-left-radius: $border-radius-base;
|
|
|
|
}
|
|
|
|
|
2016-02-17 08:52:12 -05:00
|
|
|
.label-row {
|
2016-04-01 13:41:36 -04:00
|
|
|
.label-name {
|
2016-06-20 15:11:15 -04:00
|
|
|
display: inline-block;
|
2016-05-24 05:29:26 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-10-06 15:35:37 -04:00
|
|
|
|
|
|
|
.label {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
max-width: 100%;
|
2016-10-15 11:46:20 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-type {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: 50px;
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2016-05-24 05:29:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.label-description {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
2016-06-20 15:11:15 -04:00
|
|
|
margin-left: 50px;
|
2016-04-02 17:54:22 -04:00
|
|
|
|
2016-05-24 05:29:26 -04:00
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
display: inline-block;
|
|
|
|
width: 40%;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
2016-04-02 17:54:22 -04:00
|
|
|
}
|
2016-04-01 13:41:36 -04:00
|
|
|
}
|
|
|
|
|
2014-07-30 06:27:29 -04:00
|
|
|
.label {
|
|
|
|
padding: 9px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
2014-07-30 08:15:39 -04:00
|
|
|
|
|
|
|
.color-label {
|
|
|
|
padding: 3px 4px;
|
|
|
|
}
|
2016-02-12 09:58:39 -05:00
|
|
|
|
2016-03-22 10:56:00 -04:00
|
|
|
.dropdown-labels-error {
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background-color: $gl-danger;
|
|
|
|
color: $white-light;
|
|
|
|
}
|
2016-04-01 13:41:36 -04:00
|
|
|
|
|
|
|
.manage-labels-list {
|
2016-05-24 05:29:26 -04:00
|
|
|
.btn-action {
|
|
|
|
color: $gl-dark-link-color;
|
2016-04-01 13:41:36 -04:00
|
|
|
|
2016-05-24 05:29:26 -04:00
|
|
|
.fa {
|
|
|
|
font-size: 18px;
|
|
|
|
vertical-align: middle;
|
2016-04-02 17:54:22 -04:00
|
|
|
}
|
|
|
|
|
2016-05-24 05:29:26 -04:00
|
|
|
&:hover {
|
|
|
|
color: $gl-link-color;
|
2016-04-04 13:38:16 -04:00
|
|
|
|
2016-05-24 05:29:26 -04:00
|
|
|
&.remove-row {
|
|
|
|
color: $gl-danger;
|
2016-04-04 13:38:16 -04:00
|
|
|
}
|
2016-04-01 13:41:36 -04:00
|
|
|
}
|
2016-05-24 05:29:26 -04:00
|
|
|
}
|
2016-04-01 13:41:36 -04:00
|
|
|
|
2016-05-24 05:29:26 -04:00
|
|
|
.dropdown {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
float: right;
|
2016-04-01 13:41:36 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-02 19:19:46 -04:00
|
|
|
|
2016-06-14 12:48:42 -04:00
|
|
|
.draggable-handler {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity .3s;
|
|
|
|
color: $gray-darkest;
|
|
|
|
}
|
|
|
|
|
2016-05-02 19:19:46 -04:00
|
|
|
.prioritized-labels {
|
2016-05-19 01:46:09 -04:00
|
|
|
margin-bottom: 30px;
|
|
|
|
|
2016-05-02 19:19:46 -04:00
|
|
|
.add-priority {
|
|
|
|
display: none;
|
2016-05-19 01:46:09 -04:00
|
|
|
color: $gray-light;
|
2016-05-02 19:19:46 -04:00
|
|
|
}
|
2016-06-14 12:48:42 -04:00
|
|
|
|
|
|
|
li:hover {
|
|
|
|
.draggable-handler {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2016-05-02 19:19:46 -04:00
|
|
|
}
|
|
|
|
|
2016-09-29 00:03:28 -04:00
|
|
|
.other-labels {
|
2016-05-02 19:19:46 -04:00
|
|
|
.remove-priority {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2016-05-19 01:46:09 -04:00
|
|
|
|
|
|
|
.toggle-priority {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
button {
|
|
|
|
border-color: transparent;
|
|
|
|
padding: 5px 8px;
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 13:54:07 -04:00
|
|
|
|
|
|
|
.filtered-labels {
|
2016-07-11 17:42:25 -04:00
|
|
|
font-size: 0;
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
2016-05-26 13:54:07 -04:00
|
|
|
.label-row {
|
2016-07-11 17:42:25 -04:00
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
2016-05-26 13:54:07 -04:00
|
|
|
&:not(:last-child) {
|
2016-07-11 17:42:25 -04:00
|
|
|
margin-right: 8px;
|
2016-05-26 13:54:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-remove {
|
2016-06-01 06:05:46 -04:00
|
|
|
border-left: 1px solid rgba(0, 0, 0, .1);
|
2016-05-26 13:54:07 -04:00
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2016-08-04 11:09:13 -04:00
|
|
|
|
|
|
|
a.btn {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.has-tooltip {
|
|
|
|
top: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 13:54:07 -04:00
|
|
|
}
|
2016-05-24 05:29:26 -04:00
|
|
|
|
|
|
|
.label-options-toggle {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-05-25 04:43:03 -04:00
|
|
|
|
|
|
|
.label-subscribe-button {
|
2016-10-19 09:31:08 -04:00
|
|
|
.label-subscribe-button-icon {
|
|
|
|
&[disabled] {
|
|
|
|
opacity: 0.5;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-25 04:43:03 -04:00
|
|
|
.label-subscribe-button-loading {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
.label-subscribe-button-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-subscribe-button-loading {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|