Skip to content

Commit

Permalink
reorg fflagged styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 14, 2024
1 parent d02d5fd commit b463ba2
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions src/interface/src/app/plan/area-notes/area-notes.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
}
}

.notes-header { // fflagged section
@include h4();
width: 100%;
padding: 16px 229px 16px 16px;
gap: 8px;
border-bottom: 1px $color-soft-gray solid;
}

.notes {
overflow-y: auto;
flex: 1;
Expand All @@ -52,29 +44,6 @@
padding: 16px;
color: $color-black;
}

.note-right {
width: 28px;
}



.note-enclosed { // fflagged section
padding: 16px;
color: $color-black;
display: flex;
flex-direction: row;
justify-content: space-between
}


.note-head { // fflagged section
@include small-input-label();
display: flex;
gap: 8px;
margin-bottom: 8px;
}

.date {
color: $color-md-gray;
font-weight: 400;
Expand All @@ -89,11 +58,7 @@
}
}

.add-note-field {
height: 70px;
flex-shrink: 0;
border-top: 1px $color-soft-gray solid;
}


textarea {
resize: none;
Expand All @@ -114,3 +79,37 @@ textarea {
color: $color-error;
@include regular-paragraph();
}

// feature flagged additions
.notes-header {
@include h4();
width: 100%;
padding: 16px 229px 16px 16px;
gap: 8px;
border-bottom: 1px $color-soft-gray solid;
}

.note-right {
width: 28px;
}

.note-head {
@include small-input-label();
display: flex;
gap: 8px;
margin-bottom: 8px;
}

.add-note-field {
height: 70px;
flex-shrink: 0;
border-top: 1px $color-soft-gray solid;
}

.note-enclosed {
padding: 16px;
color: $color-black;
display: flex;
flex-direction: row;
justify-content: space-between
}

0 comments on commit b463ba2

Please sign in to comment.