File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 131
131
></q-input >
132
132
<q-btn
133
133
id =" comp-btn"
134
+ class =" sidebar-btn"
134
135
color =" secondary"
135
136
label =" Submit Note"
136
137
:disable =" noteText.length > 0 ? false : true"
137
138
@click =" submitNote"
138
139
/>
139
140
<q-btn
140
141
id =" note-btn-close"
141
- label =" Exit Notes"
142
+ class =" sidebar-btn"
143
+ label =" Close"
142
144
@click =" this.openNoteModal"
143
145
/>
144
146
</q-form >
@@ -485,7 +487,7 @@ li:hover{
485
487
margin- right: 10px ;
486
488
}
487
489
.noteBox {
488
- background- color: $subprimary ;
490
+ background- color: $subsecondary ;
489
491
color: $menutext;
490
492
width: 65 % ;
491
493
padding: 15px ;
@@ -498,7 +500,7 @@ li:hover{
498
500
#noteDelete{
499
501
background- color: $secondary;
500
502
width: 20px ;
501
- height: 20px ;
503
+ min - height: 42px ;
502
504
display: flex;
503
505
justify- content: center;
504
506
align- self : flex- end;
@@ -682,9 +684,9 @@ li:hover{
682
684
}
683
685
684
686
#note- btn- close {
685
- background- color: rgba ($negative, .2 ) ;
686
- border : 1px solid $negative ;
687
- color : $negative ;
687
+ background- color: $subprimary ;
688
+ color : $menutext ;
689
+ border : 1px solid $menutext ;
688
690
width: 100 % ;
689
691
margin- top: 10px ;
690
692
margin- bottom: 10px ;
You can’t perform that action at this time.
0 commit comments