Add remove CLIN button
This commit is contained in:
@@ -203,18 +203,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
button.icon-link {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
font-size: $base-font-size;
|
||||
|
||||
&.icon-link__add-another-clin {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.task-order__pdf-help-text {
|
||||
margin-bottom: 4 * $gap;
|
||||
}
|
||||
@@ -257,6 +245,21 @@
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
button.icon-link {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
font-size: $base-font-size;
|
||||
|
||||
&.icon-link__remove-clin {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
right: $gap * 1.5;
|
||||
position: absolute;
|
||||
color: $color-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.task-order__modal-cancel {
|
||||
@@ -270,6 +273,7 @@
|
||||
|
||||
.clin-card {
|
||||
width: 62rem;
|
||||
position: relative;
|
||||
|
||||
&__title.h4 {
|
||||
margin-top: 0;
|
||||
|
Reference in New Issue
Block a user