107 lines
1.8 KiB
SCSS
Raw Normal View History

.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);
}
}
&__content {
height: $add-change-log-modal-content-height;
}
&__title {
margin: 0;
}
&__label {
margin-bottom: item-spacing(1);
}
&__list,
&__label,
&__title {
font-weight: normal;
}
&__label-bold {
font-weight: bold;
font-size: fs(standard);
}
&__item {
display: flex;
flex-direction: column;
margin-bottom: item-spacing(4);
width: $add-change-log-modal-item-width;
}
&__list {
padding-left: 18px;
}
&__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 {
height: item-spacing(7) * 5;
}
&-subject {
height: item-spacing(4) * 2;
}
}
&__actions {
justify-content: space-between;
}
&__tag-input {
border-radius: 2px;
border: 1px solid get-color(black, 0.6);
padding: item-spacing(2);
display: flex;
flex-wrap: wrap;
margin-bottom: item-spacing(1);
}
&__pill {
margin: item-spacing(1 1 0 0);
}
}