File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const AddModal: React.FC<AddModalProps> = ({ setOpen }) => {
8888 < label htmlFor = "db-desc" > Description</ label >
8989 < textarea
9090 id = "db-desc"
91- name = "db-desc "
91+ name = "description "
9292 value = { description }
9393 onChange = { e => handleChange ( e ) }
9494 placeholder = "Add a short description"
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ select {
4141 top : 25px ;
4242 left : 130px ;
4343 background-color : transparent ;
44- border : 2 px solid $sidebarblue ;
44+ border : 1 px solid $sidebarblue ;
4545 color : $sidebarblue ;
4646 transition : 0.1s ;
47+ font-size : 90% ;
4748
4849 & :hover {
4950 background-color : $sidebarblue ;
Original file line number Diff line number Diff line change 55 min-height : 100vh ;
66 @include centerWithFlex (space-between );
77 flex-direction : column ;
8+ padding-left : 100px ;
89
910 .main-routes {
1011 width : 100% ;
You can’t perform that action at this time.
0 commit comments