Skip to content

Commit

Permalink
more css organizing
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 14, 2024
1 parent b463ba2 commit 080b233
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/interface/src/app/plan/area-notes/area-notes.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@
.notes {
overflow-y: auto;
flex: 1;
.grow { // fflagged section
flex-grow: 1;
}
}

.note {
padding: 16px;
color: $color-black;
}

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

.date {
color: $color-md-gray;
font-weight: 400;
Expand All @@ -58,8 +63,6 @@
}
}



textarea {
resize: none;
overflow: hidden;
Expand Down Expand Up @@ -89,18 +92,15 @@ textarea {
border-bottom: 1px $color-soft-gray solid;
}

.note-right {
width: 28px;
.notes .grow { // fflagged section
flex-grow: 1;
}

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

.add-note-field {
.add-note-field {
height: 70px;
flex-shrink: 0;
border-top: 1px $color-soft-gray solid;
Expand All @@ -111,5 +111,5 @@ textarea {
color: $color-black;
display: flex;
flex-direction: row;
justify-content: space-between
justify-content: space-between;
}

0 comments on commit 080b233

Please sign in to comment.