Delete unused classes

This commit is contained in:
leigh-mil 2019-10-02 16:26:04 -04:00
parent cf42bfbbda
commit 5482973fdd
2 changed files with 0 additions and 96 deletions

View File

@ -149,93 +149,6 @@ body {
}
}
&--dissmissable {
.modal__body {
> :first-child {
margin-right: 8rem;
}
}
}
&__form {
&--header {
margin-bottom: 4rem;
text-align: left;
h1 {
margin-bottom: 0;
}
.icon-link {
padding-top: 0.5rem;
padding-left: 0;
margin-left: 0;
}
}
&--padded {
padding-left: 5%;
padding-right: 5%;
.usa-input .usa-input__choices select {
max-width: 100%;
}
}
.progress-menu ul {
width: 40%;
margin-left: 30%;
font-size: 2rem;
&__item::before {
width: 2.8rem;
height: 2.8rem;
margin-left: -1.25rem;
}
&__item--complete::before {
content: url("#{$asset-path}/icons/checkmark-alt.svg");
padding-top: 0.4rem;
}
}
.form-row {
margin-top: 0;
margin-bottom: 0;
.form-col {
.usa-input {
margin-bottom: 1.5rem;
}
}
}
.icon-link--default {
font-size: 1.7rem;
}
.usa-button {
margin-left: 2rem;
&[type="button"]:disabled {
background-color: $color-gray-lighter;
opacity: inherit;
}
}
}
&.wide {
.modal__dialog {
max-width: 90rem;
width: 100%;
}
.modal__body {
padding-left: 4rem;
padding-right: 4rem;
}
}
.usa-button {
min-width: 17rem;
}

View File

@ -271,15 +271,6 @@
text-align: center;
}
.task-order__modal-cancel_buttons {
display: flex;
justify-content: center;
button {
margin-top: 0;
}
}
.clin-card {
width: 62rem;
position: relative;