"Add to existing environment" table, "delete member", and environment roles and env role edit buttons added for every user in the team settings list. Accompanying CSS changes.
217 lines
3.7 KiB
SCSS
217 lines
3.7 KiB
SCSS
.float-right {
|
|
float: right;
|
|
}
|
|
|
|
.accordion-table {
|
|
.usa-alert {
|
|
margin: $gap * 2;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.accordion-table__head {
|
|
padding: $gap ($gap * 2);
|
|
font-size: $small-font-size;
|
|
font-weight: 700;
|
|
color: $color-gray;
|
|
background-color: $color-gray-lightest;
|
|
border-bottom: 1px solid $color-gray-lightest;
|
|
border-top: none;
|
|
}
|
|
|
|
thead th {
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid $color-gray-lightest;
|
|
border-top: none;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
white-space: nowrap;
|
|
|
|
button {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.accordion-table__item-content {
|
|
padding: ($gap * 2);
|
|
|
|
.usa-input {
|
|
margin: 0;
|
|
|
|
.icon-validation {
|
|
left: 135%;
|
|
}
|
|
}
|
|
|
|
#name {
|
|
max-width: none;
|
|
border-color: black;
|
|
}
|
|
|
|
.usa-alert {
|
|
margin: 2.5rem 0;
|
|
}
|
|
|
|
select {
|
|
border: none;
|
|
font-weight: $font-normal;
|
|
}
|
|
}
|
|
|
|
.new-env {
|
|
margin-top: 5rem;
|
|
padding: 0 5rem;
|
|
}
|
|
|
|
.accordion-table__items {
|
|
margin: 0;
|
|
|
|
li {
|
|
list-style-type: none;
|
|
font-weight: $font-bold;
|
|
border-bottom: 1px solid $color-gray-lightest;
|
|
margin: 0;
|
|
|
|
.icon-link--large {
|
|
padding-top: $gap * 0.5;
|
|
padding-bottom: $gap * 0.5;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
background-color: $color-gray-lightest;
|
|
|
|
li {
|
|
border-bottom: 1px solid $color-gray-lighter;
|
|
}
|
|
}
|
|
|
|
.accordion-table__item__action-group {
|
|
padding: 1rem 3.2rem;
|
|
background-color: $color-gray-lightest;
|
|
|
|
button,
|
|
a {
|
|
margin: 0;
|
|
font-size: $small-font-size;
|
|
}
|
|
|
|
.icon-link {
|
|
padding-top: 0.5rem;
|
|
float: none;
|
|
}
|
|
|
|
> *:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
> *:last-child {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
.accordion-table__item__toggler {
|
|
@include icon-link-color($color-blue, $color-gray-lightest);
|
|
|
|
float: right;
|
|
color: $color-blue;
|
|
padding: $gap;
|
|
|
|
> span {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.icon {
|
|
@include icon-size(12);
|
|
|
|
margin-right: $gap;
|
|
}
|
|
|
|
.open-indicator {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 5 * $gap;
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 10px solid transparent;
|
|
border-right: 10px solid transparent;
|
|
border-bottom: 10px solid $color-blue-light;
|
|
}
|
|
}
|
|
|
|
th,
|
|
td,
|
|
tr {
|
|
border-bottom: 1px dashed $color-gray-lightest;
|
|
}
|
|
|
|
th[scope="rowgroup"] {
|
|
position: relative;
|
|
}
|
|
|
|
.accordion-table__item__expanded {
|
|
font-size: $small-font-size;
|
|
font-weight: $font-normal;
|
|
background-color: $color-gray-lightest;
|
|
padding: ($gap * 2) ($gap * 4);
|
|
|
|
th,
|
|
td {
|
|
.icon-link {
|
|
font-weight: $font-normal;
|
|
font-size: $base-font-size;
|
|
}
|
|
|
|
border-bottom: 1px dashed $color-white;
|
|
}
|
|
|
|
.accordion-table__item__expanded_first {
|
|
float: left;
|
|
}
|
|
|
|
.accordion-table__item__expanded-role {
|
|
.icon-link {
|
|
padding: 0;
|
|
vertical-align: text-top;
|
|
|
|
.icon {
|
|
margin: 0 0 0 0.25rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.application-list {
|
|
.accordion-table {
|
|
.accordion-table__item__toggler {
|
|
text-align: right;
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.accordion-table__item-content {
|
|
.icon-link {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#application-environments {
|
|
.row {
|
|
& > .col:first-child {
|
|
flex-grow: 5;
|
|
}
|
|
}
|
|
}
|