2014-07-01 09:12:28 -04:00
|
|
|
.modal-body-share {
|
2019-12-05 14:09:31 -05:00
|
|
|
h3 {
|
|
|
|
border-bottom: 1px solid @gray-lighter;
|
|
|
|
padding-bottom: @line-height-computed / 4;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2014-07-01 09:12:28 -04:00
|
|
|
|
2021-03-12 05:23:46 -05:00
|
|
|
.project-member.form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-member .form-control-static.text-center {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-member .remove-button {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2024-06-25 02:08:24 -04:00
|
|
|
.project-member {
|
|
|
|
padding: (@line-height-computed / 2) 0;
|
|
|
|
font-size: 16px;
|
|
|
|
span {
|
|
|
|
padding-right: @line-height-computed / 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.project-invite,
|
|
|
|
.public-access-level {
|
|
|
|
font-size: 14px;
|
2024-06-25 08:02:44 -04:00
|
|
|
padding: (@line-height-computed / 2) 0;
|
|
|
|
border-bottom: 1px solid @gray-lighter;
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2014-07-01 09:12:28 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.public-access-level {
|
2024-06-25 02:08:24 -04:00
|
|
|
margin-top: @line-height-computed / 4;
|
2019-12-05 14:09:31 -05:00
|
|
|
font-size: 13px;
|
|
|
|
padding-bottom: @modal-inner-padding;
|
|
|
|
.access-token-display-area {
|
|
|
|
margin-top: @line-height-computed / 4;
|
|
|
|
.access-token-wrapper {
|
|
|
|
padding-top: @line-height-computed / 4;
|
|
|
|
.access-token {
|
|
|
|
margin-top: @line-height-computed / 4;
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
border: 1px solid @gray-lighter;
|
|
|
|
padding: 6px 12px 6px 12px;
|
2021-03-12 05:23:46 -05:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-06-25 02:08:24 -04:00
|
|
|
.fa-chevron-down,
|
|
|
|
.fa-chevron-up {
|
|
|
|
vertical-align: top;
|
|
|
|
color: @neutral-70;
|
|
|
|
}
|
|
|
|
.btn-chevron {
|
|
|
|
padding: 0 (@line-height-computed / 2);
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2014-07-01 09:12:28 -04:00
|
|
|
|
2024-10-09 08:13:50 -04:00
|
|
|
.public-access-level.public-access-level-notice {
|
2019-12-05 14:09:31 -05:00
|
|
|
background-color: @gray-lightest;
|
|
|
|
border-bottom: none;
|
|
|
|
margin-top: @margin-md;
|
|
|
|
padding-top: @margin-md;
|
|
|
|
}
|
2018-09-13 07:19:44 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.project-member,
|
|
|
|
.project-invite {
|
|
|
|
&:hover {
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
}
|
|
|
|
}
|
2014-07-01 09:12:28 -04:00
|
|
|
|
2024-06-25 02:08:24 -04:00
|
|
|
.project-member {
|
|
|
|
.select-trigger {
|
|
|
|
color: @neutral-70;
|
|
|
|
border: none;
|
|
|
|
padding: 0 10px 5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-items {
|
|
|
|
max-height: 300px;
|
2024-09-03 04:23:07 -04:00
|
|
|
width: 300px;
|
2024-06-25 02:08:24 -04:00
|
|
|
li:last-child {
|
|
|
|
color: @brand-danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-member-email-icon {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 2em auto;
|
|
|
|
align-items: center;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
|
|
|
.fa-warning {
|
|
|
|
color: @brand-warning;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: @font-size-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-member .text-left,
|
|
|
|
.project-invite .text-left {
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.invite-controls {
|
|
|
|
.small {
|
|
|
|
padding: 2px;
|
2021-03-12 05:23:46 -05:00
|
|
|
margin-bottom: 0;
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2024-06-25 08:02:44 -04:00
|
|
|
padding: @line-height-computed / 2;
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
margin-top: @line-height-computed / 2;
|
2019-12-05 14:09:31 -05:00
|
|
|
form {
|
|
|
|
.form-group {
|
|
|
|
margin-bottom: @line-height-computed / 2;
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.privileges {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
2024-06-25 02:08:24 -04:00
|
|
|
}
|
|
|
|
.tags-new .privileges {
|
|
|
|
background: transparent;
|
|
|
|
width: auto;
|
2019-12-05 14:09:31 -05:00
|
|
|
height: 30px;
|
|
|
|
font-size: 14px;
|
2024-06-25 02:08:24 -04:00
|
|
|
border: none;
|
|
|
|
border-right: 5px solid transparent;
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
|
|
|
}
|
2021-03-12 05:23:46 -05:00
|
|
|
.add-collaborators-upgrade {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2024-07-01 04:30:04 -04:00
|
|
|
margin-bottom: var(--spacing-08);
|
2024-06-25 02:08:24 -04:00
|
|
|
|
|
|
|
.upgrade-actions {
|
|
|
|
display: flex;
|
|
|
|
gap: @margin-md;
|
|
|
|
}
|
2021-03-12 05:23:46 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.rbt-menu > .dropdown-item {
|
|
|
|
display: block;
|
|
|
|
padding: 0.25rem 1rem;
|
|
|
|
color: #212529;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2016-12-20 04:54:42 -05:00
|
|
|
}
|
2021-03-12 05:23:46 -05:00
|
|
|
|
|
|
|
.copy-button:focus-within {
|
|
|
|
outline: none;
|
|
|
|
}
|
2024-06-25 08:02:44 -04:00
|
|
|
|
|
|
|
.modal-link-share-new {
|
|
|
|
.invite-controls {
|
|
|
|
padding: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.public-access-level {
|
|
|
|
border: none;
|
|
|
|
}
|
2024-06-28 02:18:37 -04:00
|
|
|
|
|
|
|
.invite-warning {
|
|
|
|
margin-bottom: @line-height-computed / 2;
|
|
|
|
}
|
2024-08-26 09:03:37 -04:00
|
|
|
|
|
|
|
.project-member-select {
|
|
|
|
padding: 0;
|
|
|
|
.fa-warning {
|
|
|
|
color: @brand-warning;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-member.form-group,
|
|
|
|
.project-member.row {
|
|
|
|
margin: 0 -30px;
|
|
|
|
}
|
|
|
|
.project-member .select-wrapper {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
.select-trigger {
|
|
|
|
gap: @spacing-02;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.project-member.row {
|
|
|
|
padding-right: 1.28571429em;
|
|
|
|
}
|
2024-06-25 08:02:44 -04:00
|
|
|
}
|