Add Archive User button

This commit is contained in:
Montana
2019-03-20 09:54:08 -04:00
parent 2cb5cf6b9d
commit 72aac68a37
3 changed files with 36 additions and 0 deletions

View File

@@ -233,6 +233,26 @@
font-size: 1.6rem;
border-top: 0;
padding: 3 * $gap 2 * $gap;
.usa-button-secondary {
color: $color-red;
background-color: $color-red-lightest;
box-shadow: inset 0 0 0 1px $color-red;
}
.usa-button-disabled {
color: $color-gray-medium;
background-color: $color-gray-lightest;
box-shadow: inset 0 0 0 1px $color-gray-medium;
}
button {
padding: 0;
margin: 0;
font-size: 1.5rem;
width: 11rem;
height: 3rem;
}
}
.green {
@@ -248,6 +268,15 @@
}
}
.usa-button-disabled {
color: $color-gray;
}
.usa-button-secondary {
color: $color-red;
background-color: $color-red-light;
}
.add-member-link {
text-align: right;
}