Skip to content

Commit 750dcbe

Browse files
updated Add Modal.scss
1 parent ab5902a commit 750dcbe

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

app/modals/AddModal/AddModal.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
/* Header */
77
.add-header {
8-
98
width: 100%;
109
padding: 20px 30px;
1110

@@ -21,15 +20,14 @@
2120
font-size: 26px;
2221
font-weight: 300;
2322
color: $darkgrey;
24-
margin: 0; /* Removes top/bottom margins */
25-
padding: 0;
26-
border:2px red solid;
23+
margin: 0; /* Removes top/bottom margins */
24+
padding: 0;
2725
}
2826

29-
p{
30-
margin: 0; /* Removes top/bottom margins */
31-
padding: 0;
32-
}
27+
p {
28+
margin: 0; /* Removes top/bottom margins */
29+
padding: 0;
30+
}
3331
}
3432

3533
/* Form */

0 commit comments

Comments
 (0)