2020-08-26 15:44:50 -07:00
|
|
|
.add-change-log {
|
|
|
|
$add-change-log-modal-item-width: 720px;
|
|
|
|
$add-change-log-modal-content-height: 518px;
|
|
|
|
padding: item-spacing(2 5);
|
|
|
|
|
|
|
|
&__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__close {
|
|
|
|
font-size: item-spacing(1) * 10;
|
|
|
|
line-height: item-spacing(5);
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: get-color(black, 0.7);
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__modal {
|
|
|
|
width: $modal-width-x-large;
|
|
|
|
|
|
|
|
.nacho-pill-input__action {
|
|
|
|
margin-left: item-spacing(3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-28 10:31:15 -07:00
|
|
|
&__modal &__preview-markdown-button {
|
|
|
|
padding-left: 0px;
|
|
|
|
color: get-color(blue7);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
&__content {
|
|
|
|
height: $add-change-log-modal-content-height;
|
2020-08-28 10:31:15 -07:00
|
|
|
display: flex;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2020-10-11 11:40:32 -07:00
|
|
|
padding-top: item-spacing(2);
|
2020-08-28 10:31:15 -07:00
|
|
|
}
|
|
|
|
|
2020-09-29 16:04:25 -07:00
|
|
|
&__content-preview &__subject {
|
|
|
|
margin-bottom: item-spacing(3);
|
|
|
|
}
|
|
|
|
|
2020-08-28 10:31:15 -07:00
|
|
|
&__content-user-input {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2020-08-28 10:31:15 -07:00
|
|
|
&__preview-markdown-icon {
|
|
|
|
margin-right: item-spacing(2);
|
2020-10-11 11:40:32 -07:00
|
|
|
width: item-spacing(4);
|
2020-08-28 10:31:15 -07:00
|
|
|
}
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
&__label {
|
|
|
|
margin-bottom: item-spacing(1);
|
|
|
|
}
|
|
|
|
|
2020-10-11 11:40:32 -07:00
|
|
|
&__list {
|
|
|
|
font-weight: fw(normal, 4);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
|
|
|
font-weight: fw(normal, 4);
|
|
|
|
margin-bottom: item-spacing(1);
|
|
|
|
}
|
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
&__title {
|
2020-09-29 16:04:25 -07:00
|
|
|
font-weight: fw(normal, 6);
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
2020-10-11 11:40:32 -07:00
|
|
|
&__label--bold {
|
2020-09-29 16:04:25 -07:00
|
|
|
font-weight: fw(normal, 7);
|
2020-08-26 15:44:50 -07:00
|
|
|
font-size: fs(standard);
|
2020-10-11 11:40:32 -07:00
|
|
|
margin-bottom: item-spacing(2);
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: $add-change-log-modal-item-width;
|
2020-10-11 11:40:32 -07:00
|
|
|
margin-bottom: item-spacing(2);
|
|
|
|
margin-top: item-spacing(4);
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__list {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
2020-10-11 11:40:32 -07:00
|
|
|
|
2020-08-26 15:44:50 -07:00
|
|
|
&__text-input {
|
|
|
|
padding: item-spacing(1 2 1 2);
|
|
|
|
border: 1px solid get-color(black, 0.75);
|
|
|
|
border-radius: item-spacing(1);
|
|
|
|
|
|
|
|
&-validation {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-validation-count {
|
|
|
|
color: get-color(gray4);
|
|
|
|
}
|
|
|
|
|
|
|
|
&-error {
|
|
|
|
color: get-color(red5);
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
2020-08-28 10:31:15 -07:00
|
|
|
height: item-spacing(7) * 7;
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
&-subject {
|
|
|
|
height: item-spacing(4) * 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__actions {
|
2020-08-28 10:31:15 -07:00
|
|
|
justify-content: flex-end;
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__tag-input {
|
2020-10-11 11:40:32 -07:00
|
|
|
@include change-management-tag-input;
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__pill {
|
2020-10-11 11:40:32 -07:00
|
|
|
@include change-management-pill;
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|
2020-08-28 10:31:15 -07:00
|
|
|
|
|
|
|
&__action {
|
|
|
|
margin-left: item-spacing(4);
|
|
|
|
// Pull only back button to far left
|
|
|
|
&-back {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
2020-08-26 15:44:50 -07:00
|
|
|
}
|