2023-03-27 21:31:27 +08:00
|
|
|
// scss-lint:disable IdSelector SelectorDepth NestingDepth ImportantRule
|
|
|
|
|
2021-11-09 16:26:22 +08:00
|
|
|
#user_assignments_modal {
|
2023-03-06 23:43:46 +08:00
|
|
|
|
|
|
|
.btn-role-select {
|
2023-03-15 01:41:32 +08:00
|
|
|
padding: 0 0 0 16px;
|
2023-03-06 23:43:46 +08:00
|
|
|
|
|
|
|
&:hover {
|
2023-03-15 01:41:32 +08:00
|
|
|
background-color: $color-concrete;
|
2023-03-06 23:43:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: none;
|
2023-03-14 22:24:22 +08:00
|
|
|
outline: none;
|
2023-03-06 23:43:46 +08:00
|
|
|
}
|
2023-03-07 21:04:05 +08:00
|
|
|
|
|
|
|
&.disabled {
|
2023-03-17 18:30:51 +08:00
|
|
|
color: $color-volcano;
|
2023-03-07 21:04:05 +08:00
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-03-06 23:43:46 +08:00
|
|
|
}
|
|
|
|
|
2021-11-09 16:26:22 +08:00
|
|
|
.modal-body {
|
2023-03-08 22:03:09 +08:00
|
|
|
max-height: calc(100vh - 190px);
|
|
|
|
min-height: 370px;
|
2021-11-09 16:26:22 +08:00
|
|
|
overflow: auto;
|
2021-11-10 18:40:41 +08:00
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member-item {
|
|
|
|
border-bottom: 1px solid $modal-header-border-color;
|
2023-03-06 23:43:46 +08:00
|
|
|
padding: .5em 0;
|
2021-11-10 18:40:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-assignment-role .dropdown-toggle,
|
|
|
|
.user-assignment-remove .btn {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-member-item .user-assignment-role .dropdown-toggle {
|
|
|
|
border-color: $color-volcano;
|
2023-03-27 21:31:27 +08:00
|
|
|
border-width: 1px;
|
2021-11-10 18:40:41 +08:00
|
|
|
width: 200px;
|
2023-03-27 21:31:27 +08:00
|
|
|
|
|
|
|
&.btn:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
outline: none !important;
|
|
|
|
}
|
2021-11-10 18:40:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.member-item,
|
|
|
|
.user-assignment-info,
|
|
|
|
.user-assignment-controls {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
2023-02-07 22:19:20 +08:00
|
|
|
|
|
|
|
.text-muted {
|
|
|
|
color: $color-silver-chalice;
|
|
|
|
}
|
2021-11-10 18:40:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-assignment-controls {
|
|
|
|
margin-left: auto;
|
2023-01-23 23:01:40 +08:00
|
|
|
|
|
|
|
.caret {
|
2023-03-17 18:30:51 +08:00
|
|
|
margin-left: .75em;
|
2023-01-23 23:01:40 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-assignment-dropdown {
|
|
|
|
a {
|
|
|
|
padding: 8px 16px;
|
|
|
|
}
|
2021-11-10 18:40:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.global-avatar-container {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-assignment-remove {
|
|
|
|
margin-left: 1em;
|
2021-12-01 23:23:24 +08:00
|
|
|
min-width: 7em;
|
2021-11-10 18:40:41 +08:00
|
|
|
}
|
|
|
|
|
2021-11-15 18:12:31 +08:00
|
|
|
a,
|
|
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder {
|
2021-11-10 18:40:41 +08:00
|
|
|
color: $color-volcano;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sci-checkbox-container {
|
|
|
|
margin-right: 1em;
|
2021-11-09 16:26:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sci-input-container {
|
2021-11-10 18:40:41 +08:00
|
|
|
margin-top: 1em;
|
|
|
|
|
2021-11-09 16:26:22 +08:00
|
|
|
.fa-search {
|
|
|
|
color: $color-alto;
|
|
|
|
}
|
|
|
|
}
|
2021-11-10 18:40:41 +08:00
|
|
|
|
|
|
|
.user-assignments-description {
|
|
|
|
margin: 1em .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
2022-03-08 00:11:35 +08:00
|
|
|
|
|
|
|
.group-members-button {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-members-content {
|
|
|
|
max-height: 180px;
|
|
|
|
min-width: 260px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: .6em 1em;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
@include font-small;
|
|
|
|
color: $color-silver-chalice;
|
|
|
|
padding-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
@include font-button;
|
|
|
|
padding: .4em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-members {
|
|
|
|
@include font-button;
|
|
|
|
font-style: italic;
|
|
|
|
padding: .4em 0;
|
|
|
|
}
|
|
|
|
}
|
2021-11-09 16:26:22 +08:00
|
|
|
}
|
2021-12-07 18:42:14 +08:00
|
|
|
|
|
|
|
.permission-object-tag {
|
|
|
|
@include font-small;
|
|
|
|
background: $color-concrete;
|
|
|
|
border-radius: $border-radius-tag;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: .25em;
|
|
|
|
}
|