Skip to content

Commit 7f2f7e7

Browse files
committed
Fixes login form style
1 parent 501e83d commit 7f2f7e7

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

front/static/css/main.scss

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -324,21 +324,8 @@ li.list-group-item {
324324
font-size: 16px;
325325
}
326326

327-
input {
328-
margin-bottom: -1px;
329-
border-radius: 0;
330-
331-
&:first-of-type {
332-
margin-bottom: -1px;
333-
border-top-right-radius: 4px;
334-
border-top-left-radius: 4px;
335-
}
336-
337-
&:last-of-type {
338-
margin-bottom: 10px;
339-
border-bottom-left-radius: 4px;
340-
border-bottom-right-radius: 4px;
341-
}
327+
& > div {
328+
margin-bottom: 10px;
342329
}
343330
}
344331
}

0 commit comments

Comments
 (0)